/**
 * Elementos de Joomla (contenido, modulos, mensajes y etc.).
 * Color primario #EB3D12
 * Color secundario #139622
 */

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

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

.moduletable td
	{
	text-align: center;
	}

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



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

.back_button a, .topPageLinks td 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;
	color: #139622 !important;
	}

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

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

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

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




