/**
 * Elementos estanadar de Joomla (contenido, modulos, mensajes y etc.).
 * Color primario #3399CC
 * Color secundario #47669B
 */

/*Content Joomla*/
table.contentpaneopen
	{
	width: 100%;
	}

td.contentheading, td.componentheading
	{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #3399CC;
	padding-bottom: 5px;
	}


table.contentpaneopen td
	{
	}

table.blog
	{
	width: 100%;
	}

.small, .createdate, .modifydate
	{
	font-size: 10px;
	line-height: 100%;
	}

td.createdate
	{
	padding-bottom: 5px;
	}

td.modifydate
	{
	padding-top: 10px;
	padding-bottom: 10px;
	}

a.readon
	{
	display: block;
	text-align:right;
	}


/* Modulos */
.moduletable
	{
	width: 99%;
	}

.moduletable *
	{
	font-size: 11px;
	}

.moduletable th
	{
	color: #3399CC;
	text-align: left;
	padding-bottom: 5px;
	}

.moduletable td
	{
	text-align: center;
	}

.moduleseparation
	{
	height: 15px;
	font-size: 1px;
	}



/*Etc. Joomla*/
.back_button
	{
	padding-top: 20px;
	padding-bottom: 5px;
	text-align:right;
	}

.back_button a
	{
	background-image: url(../images/to-back.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	text-decoration: none;
	color: #282423;
	}

td.smalldark 
	{
	font-size: 12px;
	text-align: left;
	}

th.smalldark
	{
	font-weight: bold;
	text-align: right;
	color: #47669B;
	font-size: 12px;
	}

div.message
	{
	text-align:center;
	font-weight: bold;
	color: #47669B;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}

.buttonheading
	{
	width: 5%;
	text-align: right;
	}



