/*
  Style made by:
  PROOD.COM
*/

html {
	background: #000 url(../images/general/fondo.gif) center repeat ;
}

body {
	background: url(/images/general/fondoCentral.png) repeat-y top center !important; /*Mozilla will apply this one*/
	background: url(/images/general/fondoCentral.jpg) repeat-y top center;	/*IE will apply this one*/
	margin: 0;
	padding:0;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
a:link, a:visited {
	color: #669900;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
	color: #000;
	background-color: #fff;
}
img {border:0}

hr, #hide {display:none;}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
h1 {
	font-size: 20px;
	border-bottom: 1px solid #000;
	display:block;
	padding-bottom: 8px;
	margin-top: 35px;
	text-align:left;
	line-height:120%;
}
h2 {
	font-size: 14px;
	background-color:#CCFF33;
	padding: 2px 10px 2px 10px;
	margin-top: 25px;
}


h3 a:link, h3 a:visited  {
	color:#fff;
	font-size: 16px;
	border-bottom: 1px solid #999;
	display:block;
	padding-bottom: 0;
	margin-top: 25px;
	text-decoration:none;
}

h3 a:hover {
	color:#5A96BA;
	font-size: 16px;
	border-bottom: 1px solid #999;
	display:block;
	padding-bottom: 0;
	margin-top: 25px;
	text-decoration:none;
	background-color: transparent;

}

h4 {
	font-size: 14px;
	border-bottom: 1px solid #999900;
	display:block;
	padding-bottom: 4px;
	margin-top: 25px;
}

/*-- LAYOUT --*/
#contenedor {
	width:763px;
	margin: 0 auto 0 auto;
	background-color:#fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;	
	border-top:1px solid #fff;	
}

/*-- HEADER --*/
#header {
	background: #e3e3e3 url(/images/general/headerFondo.jpg) repeat-x top left;
	height:90px;
}

}
#header .frase {
	float:left;
}

/*-- BARRA FECHA --*/
#fecha {
	color:#FFFFFF;
	height: 15px;
	background-color:#000;
	padding: 1px 10px 0 10px;
	font-size:10px;
	text-align:right;
}

/*-- CABECERA CON FOTO --*/
#cab-foto {
	background-color:#e3e3e3;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/*-- BARRA RUTA --*/
#ruta {
	color:#FFFFFF;
	height: 15px;
	background-color:#000;
	padding: 1px 7px 0 10px;
	font-size:10px;
	text-align:left;
	border-bottom:1px solid #fff;
}

#ruta a:link, #ruta a:visited {
	text-decoration:none;
}
#ruta a:hover {
	text-decoration:underline;
	background: transparent;
	color:#fff;
}

/*-- CAJA QUE CONTIENE AL LATERAL Y AL CONTENIDO --*/
#box {
	height: 100%;
	background: #fff url(/images/general/fondoContenidos.jpg) top left repeat-x;
}

/*-- LATERAL Y MENU VERTICAL --*/
#lateral {
	width:150px;
	float:left;
	padding: 15px 15px 20px 15px;
}

#lateral ul {
	border:0;
	margin-top:10px;
	padding-top:10px;
	margin-left:0em;
	padding-left:0em;
	list-style-type:square;
	text-align:left;
	clear:left;
}
#lateral ul li {
	font-family: 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	line-height:0.1em;
	list-style-type: none;
	display:block;
}
#lateral ul li a {
	text-decoration:none;
	list-style-type:square;
	display:block;
	width:auto;
	height:auto;
	line-height:1.5em;
	margin-bottom:1px;
	padding:12px 0 12px 15px;
	color:#fff;
	background-color: #FF9933;
	
}
#lateral ul li a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#FF6600;
	
}


/*-- CONTENIDO DE TEXTOS --*/
#contenidos {
	margin: 0 0 0 240px;
	padding: 1px 15px 10px 12px;
	text-align:justify;
	line-height: 150%;
}

#contenidos .left {
	margin: 5px 10px 5px 0;
}

#contenidos .rihgt {
	margin: 5px 0 5px 10px;
}


/*-- FOOTER --*/
#footer-empresas {
	height:35px;
	background: #f8f8f8 url(/images/general/fondoEmpresas.jpg) top left repeat-x;
	padding: 0 20px 0 20px;
}
#footer-empresas a {
	background: transparent;
}
#footer {
	color:#fff;
	font-size:10px;
	text-align:center;
	line-height: 90%;
	padding: 20px 0 10px 0;
	height:15px;
	background: #B7B7B7 url(/images/general/fondoFooter.gif) top left no-repeat;
}

#footer a {
	color:#fff;
	text-decoration:underline;
}

#footer a:hover {
	color:#666;
	text-decoration:underline;
	background: transparent;
}


/*-- FORMULARIOS - INICIO --*/

.caja {
	border-color: #FF9900;
	border-width: 1px;
	border-style: solid;
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	height: 12px;
	padding: 5px;
	background: #fff url(/images/general/fondo_form.jpg) repeat-x;
}
.comentarios {
	border-color: #FF9900;
	border-width: 1px;
	border-style: solid;
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	padding: 5px;
	background: #fff url(/images/general/fondo_form.jpg) repeat-x;
}
.boton {
	border-color: #FF9900;
	border-width: 1px;
	border-style: solid;
	cursor: pointer; 
	font-size: 11px; 
	background-color:#FF9900;
	color:#fff;
	padding: 3px;
}
legend {
	font-weight: bold;
	font-size: 12px;
	color: #5A96BA;
	text-transform: uppercase;
}
/*-- FORMULARIOS - FIN --*/


/*-- ESTILO ESPECIFICO PARA LA HOME --*/
#contenidos-home {
	margin: 0 0 0 221px;
	padding: 3px 0 1px 0;
}
#lateral-home {
	width:220px;
	float:left;
	padding: 1px 0 0px 0;
}

#lateral-home ul {
	border:0;
	margin-top:1px;
	padding-top:1px;
	margin-left:0em;
	padding-left:0em;
	list-style-type:square;
	text-align:left;
	clear:left;
	margin-bottom:1px;
}
#lateral-home ul li {
	font-family: 'Trebuchet MS',Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	line-height:0.1em;
	list-style-type: none;
	display:block;
}
#lateral-home ul li a {
	text-decoration:none;
	list-style-type:square;
	display:block;
	width:auto;
	height:auto;
	line-height:1.5em;
	margin-bottom:1px;
	padding:16px 0 15px 15px;
	color:#000;
	background-color: #CCFF33;
}
#lateral-home ul li a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#999900;
}


/*-- Ciudadano al dia --*/

.codeboxes td {
	color:#CC3300;
	font-weight:bold;
}

/*-- Estado de las obras / WordPress --*/

		.feedback {
			color: #898A8A;
			font-size: 12px;
			margin: 0;
			padding: 0 20px;
			text-align: center;
			}
		
		.feedback a {
			color: #0090DA;
			text-decoration: none;
			}
		
		.feedback a:hover {
			background: #0090DA;
			color: #fff;
			text-decoration: none;
			}
			
			.post-fecha {
				color: #fff;
				font-size: 9px;
				margin: -15px 0 0 0;
				padding: 0;
				text-align: left;
			}
