/**
Elementos estanadar de Joomla (contenido, modulos, mensajes y etc.).

Color primario #05395E
*/

/*Content Joomla*/
table.contentpaneopen
	{
	width: 100%;
	}

td.contentheading, td.componentheading
	{
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #05395E;
	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: #05395E;
	text-align: left;
	padding-bottom: 5px;
	}

.moduletable td
	{
	text-align: center;
	}

.moduleseparation
	{
	height: 15px;
	font-size: 1px;
	}



/*Etc. Joomla*/
.back_button
	{
	padding-top: 10px;
	padding-bottom: 5px;
	text-align:right;
	
	}

.back_button a:link, .back_button a:visited
	{
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;

	font-weight: bold;
	}

td.smalldark 
	{
	font-size: 11px;
	text-align: left;
	}

th.smalldark
	{
	font-weight: bold;
	text-align: right;
	color: #05395E;
	}

div.message
	{
	text-align:center;
	font-weight: bold;
	background-color: #05395E;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	}

.buttonheading
	{
	width: 5%;
	text-align: right;
	}



