@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}

/**************************************************************************************************************************/
/**************************************************************************************************************************/

a img {
	border: 0px none;
	text-decoration:none;
}

/**************************************************************************************************************************/
/**************************************************************************************************************************/

#navlist {
	font: bold 10px Verdana;
	color: #EBDCDA; 
}

#navlist li a:link { 
	color: #EBDCDA; 
}

#navlist li a:visited { 
	color: #EBDCDA; 
}

#navlist li a:hover {
	color: #EBDCDA;
	/*border-color: #FE3;
	background: #332;*/
}

/**************************************************************************************************************************/
/**************************************************************************************************************************/

.tituloSeccion {
	font: bold 1.0em/1.0em Tahoma;
	color: #EBDCDA;
}

/**************************************************************************************************************************/
/**************************************************************************************************************************/

.tituloNoticiaResumen {
	font: bold 0.70em/0.70em Tahoma;
	color: #A68681;
}

.tituloNoticiaResumen a:link {
	color: #A68681;
	text-decoration: none;
}

.tituloNoticiaResumen a:visited {
	color: #A68681;
	text-decoration: none;
}

.tituloNoticiaResumen a:hover {
	color: #A68681;
	text-decoration:underline;
}

.resumenNoticia {
	font: normal 0.70em/0.70em Tahoma;
	color: #A68681;
	line-height: 15px;
	text-decoration: none;
}

.resumenNoticia a:link {
	color: #A68681;
	line-height: 15px;
	text-decoration: none;
}

.resumenNoticia a:visited {
	color: #A68681;
	line-height: 15px;
	text-decoration: none;
}

.resumenNoticia a:hover{
	color: #A68681;
	line-height: 15px;
	text-decoration:underline;
}

.masInformacioNoticiaResumen {
	font: normal 0.70em/0.70em Tahoma;
	color: #FFFFFF;
}

.masInformacioNoticiaResumen a:link { 
	color: #EBDCDA; 
	text-decoration:none;
}

.masInformacioNoticiaResumen a:visited { 
	color: #EBDCDA; 
	text-decoration:none;
}

.masInformacioNoticiaResumen a:hover {
	color: #EBDCDA;
	text-decoration: underline;
	/*border-color: #FE3;
	background: #332;*/
}

.fechaNoticiaResumen {
	font: normal 0.70em/0.70em Tahoma;
	color: #FFFFFF;
}

/**************************************************************************************************************************/
/**************************************************************************************************************************/

.campoFormulario {
	font: normal 0.85em/0.85em Tahoma;
	color: #FFFFFF;
}

.textoFormulario {
	font: bold 0.95em/0.95em Tahoma;
	color: #FFFFFF;
}

.textoFormularioObligatorio {
	font: bold 0.75em/0.75em Tahoma;
	color: #FFFFFF;
}

.textoDescripcionArticulo {
	font: normal 0.90em/0.90em Tahoma;
	color: #A68681;
}