/* STYLES FOR WEB SITE REGIONAL GOVERMENT */
body {
	margin: 0;
	padding: 0;
	width:100%;
	height:auto;
	color:#000000;
	font: 80%/160% "Arial", "Times New Roman","Times","Georgia";
}

a {
	text-decoration: none;
	font-size:14px;
	color:#000000;
	cursor:pointer;
}
a:hover {
color:#000000;
font-weight:bold;
}

.titulo{ /*titulos en general*/
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 15px;
	color:#003399;	
	font-weight : bold;
    text-align : center;
    text-decoration : none;
	margin-top:0px;
	}

.texto { /*contenido*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}
.transpa_1 {  /*subtitulos*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006600;
	font-weight: bold;
}

.estilo1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #437046; }
.estilo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
}

.estilo3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
.estilo4 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
	border-bottom: 1px solid #009933;
	background:#FFFFFF;
	border: 1px solid #009933;
   border-width: 1px 1px 0 1px;
   border-bottom: 1px solid #009933;
   padding: 1px 4px;
  
}

.styl1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
}
.styl2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066CC;
}
.styl4 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; text-align:justify; }
.styl5 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #0066CC; }
.styl6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}
.styl13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003399;
	text-align:justify;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #33572B;
}
body {
	margin-top: 4px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style3 {	color: #FFFF00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


/* ----------------------- Estilos del contenido pagina principal TRANSPARENCIA------------------------------------- */

#contenedor {
	margin: 0;
	padding: 0;
	clear:none; /*me sirve para posicionar correctamente la tabla dentro de todo*/
	overflow:auto; /*es para el control de flujo y que no de problemas por no entrar*/
	width:650px;
	margin: 0 auto 0 auto;
	/*border-style:solid; muestra el borde de la tabla con div*/ 
	
}

.transpa_1 {  /*subtitulos*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006600;
	font-weight: bold;
	text-align:justify;
	
}

.contenido {
	margin: 0;
	padding: 0;
	width:100%;
	margin: 0 auto 0 auto;
	background:inherit;
}

.fila {
	margin: 0;
	padding: 0;
	clear:both;
	width:100%;
	height:40px;
	clear:both; /*me rompe la continuidad que deberķan tener las capas*/
}

.col1 {
	float: left;
	margin: 0;
	padding: 0;
	margin-left:10px;
	/*width:180px;*/
	width:25%;
	background:inherit;
	text-align:left;
	line-height:40px; /*alinea verticalmente*/
}

.col2 {
    float:left;
	margin: 0;
	padding: 0;
	width:8%;
	/*width:60px;*/
	height:40px;
	/*background-image:url(../img/ico_PDF.gif);
	background-repeat:no-repeat;
	background-position:left;
	line-height:40px; alinea verticalmente*/
	}

.col3 {
	float:left;
	margin: 0;
	padding: 0;
	width:60%;
	/*width:380px;*/
	margin-right:10px;
	text-align:justify;
	background:inherit;
	}

#carousel ul {
	list-style: none;
	width:1600px;
	margin: 0;
	padding: 0;
	position:relative;
}
#carousel li {
	display:inline;
	float:left;
}

#destacados tr, td {
list-style-type: none;
}
#destacados tr {
margin: 0;
padding: 0;
}
#destacados td {
border-bottom: 0px solid #ACCFE8;

}
#destacados a {
text-decoration: none;
color: #006699;
background: #FFFFFF;
display: block;
padding: 3px 7px;
width:98%;
font-family:Verdana, Geneva, sans-serif;
text-align:justify;
font-size:13px;
color:#069;	
}
#destacados a:hover {
/*background: #CCE1F9;*/
background:#E8E8E8;
}
