@charset "utf-8";

/* CSS Document */

a{	
	cursor:pointer;
	outline:0px;
	text-decoration:none;
}

/*Estilo para el titulo de la sección:*/

.tit_seccion{
	color:#E07E1E;
	font-family:Trebuchet MS;
	font-size:16px;
	font-weight:bold;
}
/*Estilo para el titulo de las noticias:*/
.tit_noticias {
	color:#E07E1E;
	font-family:Trebuchet MS;
	font-size:16px;
	font-weight: bold;
}
/*Estilo para la fecha de noticias:*/
.tit_fecha {
	color:#999999;
	font-family:Trebuchet MS;
	font-size:11px;
} 
.texto{
	color:#999999;
	font-family:Trebuchet MS;
	font-size:14px;
}
.texto a {
	color:#999999;
	font-family:Trebuchet MS;
	font-size:14px;
	font-style:italic;
}
.texto_negrita{
	color:#F8931F;
	font-family:Trebuchet MS;
	font-size:14px;
	font-weight:bold;
}
.texto_cursiva{
	font-size:14px;
	font-family: Trebuchet MS; 
	font-style:italic; 
	color: rgb(102, 102, 102);
} 
.caja_trans{
	background-color:transparent;
	border:0 solid transparent;
	color:#999999;
	font-family:Trebuchet MS;
	font-size:11px;
	overflow:hidden;
	margin-bottom:5px;
}
/*comentarios*/
.nom_comentario{
	color:#E07E1E;
	font-weight: bold;
	font-family:Trebuchet MS;
	font-size:11px;
}
.txt_comentario{
	color:#999999;
	font-family:Trebuchet MS;
	font-size:11px;
}
.caja_acceso{

	width: 62px;
	height: 13px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image:url(../elementos/caja_datos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.num_fotos{
	color:#999999;
	font-family:Trebuchet MS;
	font-size:11px;
} 
.caja_trans_bol{
	/*background-color:transparent;*/
	border:0 solid transparent;
	color:#999999;
	font-family:Trebuchet MS;
	font-size:11px;
	overflow:hidden;
	margin-bottom:5px;
	width:205px;
}
.caja_trans_contacto{
	/*background-color:transparent;*/
	border:0 solid transparent;
	color:#999999;
	font-family:Trebuchet MS;
	font-size:11px;
	overflow:hidden;
	margin-bottom:5px;
	width:205px;
}


