@charset "utf-8";


#vision .pintar{
	float: light;
}

#vision{
	height: 1%;
	position: relative;
	margin-top: 30px;
	width: 500px;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	/*color: #666;*/
font-family: 'CenturyGothic';
	font-size: 1.2em;
	letter-spacing: 0.03em;
	line-height: 1.4em;
	color: #676C85;	
/*    font-family: 'CenturyGothic';
	font-size: 0.95em;
	letter-spacing: 0.03em;
	line-height: 1.4em;
	color: #676C85;
*/	
	
}

/******** Cambiar porcentaje del font afecta totalidad *************/
.titulo_acue .content {
	color: #4D4D4D;
	font: 110% Georgia, "Times New Roman", Times, serif;
}

/******** Color Titulo del articulo *************/

.titulo_acue .content a, .titulo_acue .cont .a {
	color: #DF6823;
	text-decoration: none;
}

/* RELACIONA NOTICIAS Y ARTICULOS-----*/

#documentos, #documentos ul, #documentos_search_cat, #documentos_search_cat ul{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	line-height: 100%;
	list-style-type: none;
}

#documentos, #documentos_search_cat {
	margin:3px 0px;
	padding: 5px 0px;
	border-top: 1px solid #ccc;

}

#documentos li, #documentos_search_cat li {
	padding: 8px 0px 8px 30px;
	line-height: 100%;
	margin: 0px;
	list-style-type: none!important;
	position: relative;
}

#documentos .boxdoc{
	padding-bottom:0em;
	position: relative;
}

/*--------- Espacio para Título del articulo/noticia---*/

#documentos a.titulo, #documentos_search_cat a.titulo{
	font: normal 75% Arial, Helvetica, sans-serif;
	display: block;
	border: none;
	position: relative;
	overflow: visible;
	padding-left: 14px;
	width: 80%;
	text-decoration: none;
}

#documentos a.titulo:hover, #documentos_search_cat a.titulo:hover{
	background: transparent;
	color: #999;
}

/*--------- importante! height es la altura de visión del icono PDF--- JR*/
#documentos a.titulo span, #documentos_search_cat a.titulo span{
	display: block;
	position: absolute;
	width:0px;
	height:25px;
	top:0px;
	float: right;
	padding-left: 26px;
	right: 100%;
}

#documentos .pdf a.titulo span{
	background: url(../img/icopdf2.jpg) no-repeat 0px 0px;
}

/*--------- Espacio para Reseña del articulo/noticia---*/
#documentos  a.titulo .descrip, #documentos_search_cat a.titulo .descrip {
	font: normal 0.8em Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	width: 450px;
	text-decoration: none;
	display: block;
}

#documentos a.titulo:hover .descrip, #documentos_search_cat a.titulo:hover .descrip {
	text-decoration: none;
	border: none;
}

#documentos  a.titulo .resena {
	font: normal 0.8em  Verdana, Arial, Helvetica, sans-serif;
	color: #676C85;
	width: 440px;
	/*background-color:#00FFFF;*/
	text-decoration: none;
	display: block;
}

#documentos a.titulo:hover .resena {
	text-decoration: none;
	border: none;
	color: #999;
}

#documentos  a.titulo .resenaImg {
	font: normal 0.8em  Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	width: 440px;
	height: 90px;
	/*background-color:#00FF66;*/
	text-decoration: none;
	display: block;
}

#documentos a.titulo:hover .resenaImg {
	text-decoration: none;
	border: none;
	color: #999;
}

#picture {
	float:left;
	width: 100px;
	padding-top:10px;
	padding-bottom:0px;
}

/*-------- dato de fecha-------*/

#documentos ul.datos  {
	position: absolute;
	top: 0px;
	left: 88%;
	margin: 10px 0px 0px;
	width: 62px;
}

#documentos ul.datos li{
	font: normal 0.6em Arial, Verdana, Helvetica, sans-serif;
	padding: 0px;
	border: none;
	color: #999;
	display: block;
	margin:0px;
	line-height: 100%;
}

#tipoNoticia {
	width: 500px;
}

.Noticia {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333;
}

.fuente {
	font: normal 0.7em Arial, Verdana, Helvetica, sans-serif;
	color: #777;
	text-decoration: none;
	font-style:italic;
}

.fuente a {
	color: #777;
	text-decoration: none;
}

.fuente a:hover {
	text-decoration: none;
	border: none;
	color: #333;
}