@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}


a:link
	{
	color: #003366;
	text-decoration:none;
	}


a:visited
	{
	color: #003366;
	text-decoration:none;
	}

a:active
	{
	color: #CC3300;
	;
	text-decoration:none;
	}
	
a:hover
	{
	letter-spacing: 0px;
	color:#FFFFFF;
	font-weight: bold;
	background-color:#003366;
	text-decoration:none;
	}
	


a.pies {
	color: #FFFFFF;
	}
	
	
a.enlacecontenido {
	color:#2D4055;
	background-color: #FFFFFF;
	font-size: 11px;
	}


.submenunav a:link {
	color:#000000;
	ff
	}


.submenunav a:hover {
	background-color: #003366;
	color:#FFFFFF;
	}




.textomenu {	
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 600;
	}
	
.textodestacados {
	font-family: "Trebuchet MS";
	color:#333333;
	font-size: 11px;
	}
	

	
.textotitulos {
	font-family:"Arial Narrow";
	color: #999999;
	font-size:12px;
	font-weight:bold;
	}


.textotitulosnavegacion {
	font-family:"Trebuchet MS";
	color:#e3bb30;
	font-size:12px;
	}
	
.textotitulosretroform {
	font-family:"Trebuchet MS";
	color:##3372A6;
	font-size:12px;
	font-weight: bold;
	}


	

.textotitulosdestacados {
	font-family:"Arial Narrow";
	color:#0e553d;
	font-size:13px;
	font-weight:700;
	}
	
.textotitulosalimentacion {
	font-family:"Trebuchet MS";
	color:#214a6a;
	font-size:18px;
	font-weight:700;
	}
	
.textotitulocontenido {
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:18px;
	}
	
.textotitulocontenidowhite {
	font-family:Georgia, Times, serif;
	color:#FFFFFF;
	font-size:15px;
	}

.titulogreen {
	font-family:Georgia, Times, serif;
	color:#bccf1b;
	font-size:15px;
	font-weight:bold;
	}
	
	
.textopie {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	}
.textoenlacesdiv {
	font-size: 11px;
	color: #003300;
	font-style: italic;
}

	
.textopielink {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FFFFFF;
	
	}
	
.textoubicacion {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration:underline;
	}
	
	
.titulopagina {
	font-family: "Trebuchet MS";
	font-size: 25px;
	color:#1C1C1C;
	}

.textocontenido {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color:#000000;
	}
	
.textocontenidobold {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	font-weight:300;
	color:#C65939;
	}
	
	
	
.izquierda {
background-image:url(../imagenes/fill-izq.jpg);
background-repeat:no-repeat;
background-position: top right;
}

.derecha {
background-image:url(../imagenes/fill-der.jpg);
background-repeat:no-repeat;
background-position: top left;
}

#lista {
	list-style-image:url(../imagenes/img/arrow2.gif);
		}
		
#divleft {
	float: left;
	}
	
#divright {
	float: right;
	}
	

#menugobierno {
	background-image:url(../imagenes/img-central.jpg);
	background-repeat:no-repeat;
	height: 96px;
	width: 571px;
	}

.linkinicio {
	background-color:#CC3300;
	}
a.enlacecontenido {

	color:#2D4055;
	
}

input.formInputText  {
    font-size: 10pt;
	font:Arial, Helvetica, sans-serif;
    color: #666;
    background-color:#EEFDFF;
    padding: 2px;
    border: solid 1px #B2E2EB;
    margin-right: 5px;
    margin-bottom: 5px;
   
}

input.formInputText:hover {
    background-color: #fffcd8;
    border: solid 1px #e2dc8e;
    color: #000;
    cursor: pointer;
}

input.formInputText:focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #000000; 
	cursor: text;
}

textarea.formInputTextArea {
	font-size: 10pt;
	font:Arial, Helvetica, sans-serif;	
    color: #333333;
	background-color:#EEFDFF;
	padding: 2px;
    border: solid 1px #B2E2EB;
    margin-right: 5px;
    margin-bottom: 5px;	
}

textarea.formInputTextArea:hover {
    background-color: #fffcd8;
    border: solid 1px #e2dc8e;
    color: #000;
    cursor: pointer;
}

textarea.formInputTextArea:focus {
	color: #000;
	background-color: white;
	border: solid 1px #000000; 
	cursor: text;
}
