/* CSS Document */

.tuna_texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*color:#4A2010;*/
	color:#FFFFFF;
	font-size:11px;
	text-align:justify;	
}
.tuna_texto2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	text-align:justify;	
}
.tuna_uni_texto{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#9b0000;
	font-size:11px;
	text-align:justify;
}
.tuna_uni_texto2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	font-weight:bold;
}

.tuna_borde{
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	
	border-bottom-color:#4A2010;
	border-left-color:#4A2010;
	border-right-color:#4A2010;
	border-top-color:#4A2010;
	background:#000000;
	color:#FFFFFF;
}

.tuna_bode{
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	
	border-bottom-color:#4A2010;
	border-left-color:#4A2010;
	border-right-color:#4A2010;
	border-top-color:#4A2010;
}
.contenido {
	margin-right : 215px; /* el tamaņo original es 220 */
	font: normal 13px "trebuchet ms", 'Bitstream Vera Sans', Verdana, Tahoma; /* 12px Georgia, "trebuchet ms", 'Bitstream Vera Sans', Verdana, Tahoma; */
	text-align: center;
	/*background-color: #F8F8EA;
	background-color:#EEEEEE;*/
	background-color:#000000;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 140%;
	border-left: solid 1px #000162; 
	border-bottom: solid 1px #000162;
}
.barra {
	background-color: #E8E8E8;
	border-bottom: solid 1px #000162;
	margin: 0;
	padding: 0;
}