/* -------------------  para todo la web ----------------- */

* {
margin: 0px;
padding: 0px;
outline: 0;
}


body {
	background-position: center top;
	background-repeat: no-repeat;
}


p {  padding-bottom: 15px; }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin: 0px;
	padding: 0px;
	clear: both;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	color: #333333;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}


td {
	padding-top: 2px;
	padding-bottom: 2px;
}


a:link    { text-decoration: none;  color: #000000; }
a:visited {	text-decoration: none;	color: #333333; }
a:hover   {	text-decoration: none;	color: #DB2C37; }
a:active  {	text-decoration: none;	color: #000000; }


.negrita {	font-weight: bold; }

/* -------------------  contenedor  -------------------- */

#contenedor {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #FFFFFF;
}

/* -------------------  cabecero    -------------------- */

#cabecero {
	height: 100px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	clear: both;
}
#logo_ciudat {
	height: 65px;
	width: 465px;
	float: left;
	padding-top: 20px;
}


#logo_ayuntamiento {
	width: 345px;
	float: right;
	margin-top: 25px;
	margin-bottom: 0px;
}
.iconos_banderas {
	width: 950px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 85px;
	display: block;
	padding: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
.iconos_banderas ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-type: none;
}

.iconos_banderas li {
	background-color: #D2D2D4;
	text-align: center;
	float: right;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	height: 20px;
	width: 90px;
	line-height: 2em;
	display: block;
}
.iconos_banderas li a {
	color: #000000;
	text-decoration: none;
	display: block;
}
.iconos_banderas li a:hover {
	background-color: #FFFFFF;
	display: block;
}


.iconos_banderas #seleccionado_idioma {
	background-color: #FFFFFF;
	text-decoration: none;
}


#perfil {
	padding-left: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}

/* -------------------  contenido  -------------------- */

#contenido {
	padding-left: 20px;
	font-family: TradeGothic, "Trebuchet MS";
	margin-right: 10px;
	font-size: 0.8em;
	background-color: #FFFFFF;
}

.cont_central {
	width: 59%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	padding-bottom: 20px;
}
.barra {
	font-family: TradeGothic, "Trebuchet MS";
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	clear: both;
	text-transform: uppercase;
}
.barra_immagen {
	margin: 0px;
	padding: 0px;
	clear: both;
}


.titulos {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 20px;
	clear: both;
}
.cont_dcha .titulos {
	margin-bottom: 10px;
}



/*------------------ cont_dcha  -----------------------------*/
.cont_dcha {
	width: 14%;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}


.campotext {
	margin: 0px;
	padding: 0px;
	border: 1px solid #CCCCCC;
	clear: both;
	width: 95%;
}
.caja_banners {
	margin-top: 40px;
}

.caja_banners img{
	margin-bottom: 10px;
}

.botones_barras {
	padding-bottom: 30px;
	margin: 0px;
	padding-top: 0px;
}

.datos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #CC3300;
	border-right-color: #CC3300;
	border-bottom-color: #CC3300;
	border-left-color: #CC3300;
}



.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
}
/* -------------------  pie   -------------------- */
#pie {
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	float: right;
	width: 75%;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}


.datos_pie {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-transform: uppercase;
	color: #d81925;
	float: right;
	width: 98%;
	background-image: url(../img/barras_pie.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 2px;
	padding-bottom: 2px;
}
#izquierda {
	width: 21%;
	float: left;
	padding-right: 20px;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
}

#contenedor #pie .datos_pie a {
	color: #D81925;
	text-decoration: none;
}
.listas_empresa li {
	list-style-position: outside;
	list-style-image: url(../img/foment/lista_foment_empresa.gif);
	list-style-type: none;
	padding-bottom: 10px;
}
.clear2 {
	clear: both;
	padding: 0px;
	height: 1px;
	background-color: #FFFFFF;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
