/**
 * Elementos estanadar de Joomla (contenido, modulos, mensajes y etc.).
 * Color primario #BF5E2A
 * Color secundario #3E8D97
 */

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

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

.moduletable td
	{
	text-align: center;
	}

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



/*Etc. Joomla*/
.back_button, .toTopButton
	{
	padding-top: 20px;
	padding-bottom: 5px;
	text-align:right;
	clear: right;
	}

 .toTopButton
	{
	text-align: left;
	clear: left;
	}

.back_button a, .toTopButton a
	{
	background-image: url(../images/to-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;
	
	color: #2F2F2F;
	text-decoration: none;
	font-size: 12px;
	}

.toTopButton a
	{
	background-image: url(../images/to-top.png);
	background-position: right center;
	padding-left: 0px;
	padding-right: 25px;
	}

.toLiksTable
	{
	clear: both;
	width: 100%;
	}

.toLiksTable th {width:70%;}
.toLiksTable td {width:30%;}


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

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

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

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




