@charset "utf-8";
/* CSS Document */
.tituloHome {
	color:#7fad02;
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	font-size:18pt;
	line-height:18pt;
	font-weight:bold;
}
h1, 
.cuerpoTitulo {
	color:#333;
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	font-size:15pt;
	font-weight:bold;
	margin:0px 0px 5px 0px;	
}
h2, 
.cuerpoSubtitulo {
	color:#999;
	font-family:"Segoe UI", Arial, Helvetica, sans-serif;
	font-size:15pt;
	line-height:14pt;
	letter-spacing:-0.5pt;
	font-weight:normal;
	margin:0px 0px 5px 0px;	
}
.style1 {
	color: #276695;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none;
}
.style2 {
	color: #5f5f5f;
	font-size: 11px;
	font-family: tahoma;
	text-align:justify;
}
.style3 {
	color: #464646;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style4 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none
}
.lista1 {
	background-image:url(/images/menu.jpg);
	background-repeat: no-repeat;
	display:list-item;
	list-style-type:decimal;
	list-style-position:inside;
	padding:3px;
	margin:3px 0px 3px -42px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	text-decoration:none;
}
.lista2 {
	padding: 3px;
	margin: 0px 0px 0px -25px;
	display:list-item;
	list-style-position: outside;
	color: #5f5f5f;
	font-size: 11px;
	font-family: tahoma;
	text-decoration: none;
}
.imagen_intro{
	margin: 0px 19px 5px 0px;
	float:left;
}
.imagen_der{
	margin: 0px 0px 5px 19px;
	float:right;
}
.listado td {
	border-bottom:#999 thin dotted;
	
}
.lee_mas {
	background:url(/images/flecha.jpg) left no-repeat;
	padding-left:12px;
	color:#464646;
	font:bold 11px "Segoe UI", Arial, Helvetica, sans-serif;
	text-decoration:none;
	border-bottom:#464646 1px dotted;
}
.resaltado1 {
	color:#F00;
	font-size:18pt;
	text-align:center;
}
.resaltado2 {
	color:#F00;
	font-size:10pt;
	text-align:center;
	font-weight:bold;
}
.separador {
	margin: 5px 0px;
	clear:both;
}