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

Color primario #613C0B
Color secundario #994830
*/

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

td.contentheading, td.componentheading
	{
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #613C0B;
	padding-bottom: 15px;
	}


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
	{
	font-size: 11px;
	}


.moduletable th
	{
	color: #613C0B;
	text-align: left;
	padding-bottom: 5px;
	}

.moduletable td
	{
	text-align: center;
	}

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



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

.back_button a
	{
	font-weight: bold;
	text-decoration: none;
	}

.back_button a img
	{
	margin-right: 5px;
	vertical-align: middle;
	opacity:0.5;
	}

.back_button a:hover
	{
	color: #42311E;
	}

.back_button a:hover img
	{
	opacity:0.75;
	}



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

th.smalldark
	{
	font-weight: bold;
	text-align: right;
	color: #613C0B;
	font-size: 12px;
	}

.message
	{
	/*width: 100%;*/
	margin-bottom: 10px;
	}

.message td
	{
	text-align:center;
	font-weight: bold;
	vertical-align: middle;
	color: #613C0B;
	}

.message th
	{
	width: 50px;
	height: 55px;
	opacity:0.50;
	}

.message th.left
	{
	background-image: url(../images/message-left.png);
	background-repeat: no-repeat;
	background-position: left center;
	}

.message th.right
	{
	background-image: url(../images/message-right.png);
	background-repeat: no-repeat;
	background-position: right center;
	}




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



