@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../imagenes/fondo_web.jpg);
	background-repeat: repeat-x;
	background-color: #A9B7C4;
	margin: 0px;
	padding: 0px;
}
#contenedor {
	width: 100%;
	float: left;
	background-image: url(../imagenes/fondo_footer.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 50px;
}
#contenedor #contenido {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#contenedor #contenido #shortsup {
	background-image: url(../imagenes/shorts_up.png);
	float: left;
	height: 41px;
	width: 980px;
	padding-left: 20px;
}
#contenedor #contenido #shortsup a:hover {

}


#contenedor #contenido #cabecera {
	float: left;
	height: 230px;
	width: 1000px;
	background-position: left top;
	background-image: url(../imagenes/fondo_banner.png);
	background-repeat: no-repeat;
}
#contenedor #contenido #cabecera_interior {
	float: left;
	height: 100px;
	width: 1000px;
	background-position: left bottom;
	background-image: url(../imagenes/fondo_banner.png);
	background-repeat: no-repeat;
}

#contenedor #contenido #cabecera #banner {
	float: left;
	height: 230px;
	width: 740px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#contenedor #contenido #cabecera_interior #banner_interior {
	float: left;
	height: 75px;
	width: 710px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 25px;
	padding-left: 30px;
}
#contenedor #contenido #cabecera_interior #banner_interior img {
	float: left;
	margin-top: -10px;
}


#contenedor #contenido #cabecera #logo {
	background-image: url(../imagenes/logo.png);
	background-repeat: no-repeat;
	float: left;
	height: 230px;
	width: 260px;
}

#contenedor #contenido #cabecera #logo a {
	float: left;
	height: 230px;
	width: 250px;
}
#contenedor #contenido #cabecera #logo a span {
	display: none;
}
#contenedor #contenido #cabecera_interior #logo_interior {
	background-image: url(../imagenes/logo_interior.png);
	background-repeat: no-repeat;
	float: left;
	height: 100px;
	width: 260px;
}
#contenedor #contenido #cabecera_interior #logo_interior a {
	float: left;
	height: 100px;
	width: 250px;
}
#contenedor #contenido #cabecera_interior #logo_interior a span {
	display: none;
}


#contenedor #contenido #menu {
	float: left;
	height: 49px;
	width: 1000px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fca442;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ca461c;
	background-color: #E95E25;
}
#contenedor #contenido #migas {
	background-image: url(../imagenes/fondo_migas.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 970px;
	height: 17px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 0.7em;
	padding-left: 30px;
	padding-top: 3px;
}
#contenedor #contenido #pagina {
	float: left;
	width: 1000px;
	background-image: url(../imagenes/fondo_pagina.png);
	background-repeat: repeat-y;
}
#contenedor #contenido #pagina #contenido_pagina {
	background-image: url(../imagenes/fondo_cotenido_pagina.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 710px;
	padding-top: 20px;
	padding-left: 30px;
}
#contenedor #contenido #pagina #lateral {
	float: left;
	width: 260px;
	background-image: url(../imagenes/banda_noticias.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 41px;
}
#contenedor #contenido #pagina #lateral #contenedor_noticias {
	background-image: url(../imagenes/sombra_peq.png);
	background-repeat: no-repeat;
	background-position: 1px top;
	float: left;
	margin-bottom: 10px;
}
#contenedor #contenido #pagina #lateral #contenedor_alianzas {
	background-image: url(../imagenes/banda_alianzas.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	width: 260px;
	padding-top: 50px;
}
#contenedor #contenido #pagina #lateral #contenedor_alianzas #icono_alianzas {
	background-image: url(../imagenes/icono_alianzas.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	float: left;
	width: 175px;
	padding-left: 55px;
	padding-top: 15px;
	height: 40px;
	padding-right: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #E95E25;
	font-size: 0.7em;
}


.noticia_item {
	float: left;
	width: 180px;
	margin-left: 10px;
	background-image: url(../imagenes/icono_noticias.png);
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: left 20px;
	padding-left: 50px;
	padding-right: 10px;
}
.modulo_peq {
	background-image: url(../imagenes/fondo_modulos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 160px;
	margin-top: 12px;
	padding-left: 50px;
	padding-right: 10px;
}
.modulo_grande {
	background-image: url(../imagenes/fondo_modulos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	width: 425px;
	margin-top: 12px;
	padding-left: 50px;
	padding-right: 15px;
	padding-bottom: 20px;
	text-align: justify;
}
.modulo_grande img {
	/*margin-right: 10px;
	padding: 10px;
	border: 1px solid #DAE1E8;*/
	margin-bottom: 10px;
}
.notimagen {
	float: left;
}
.cuerponoticia {
	float: right;
	width: 400px;
}


.modulo_pagina {
	background-image: url(../imagenes/fondo_modulos.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 640px;
	padding-left: 50px;
	padding-right: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
}
.modulo_pagina img {
	float: left;
	margin-right: 20px;
}

.modulo_sombra {
	background-image: url(../imagenes/sombra_grande.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 690px;
	margin-top: 12px;
	padding-right: 10px;
	margin-left: -19px;
	height: 20px;
}


.modulo_servicios {
	float: left;
	width: 370px;
	background-color: #DAE1E8;
	margin-bottom: 1px;
	background-image: url(../imagenes/servicios_icono.png);
	background-repeat: no-repeat;
	background-position: -5px center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
}
.modulo_interior {
	background-color: #DAE1E8;
	margin-bottom: 1px;
	background-image: url(../imagenes/servicios_icono.png);
	background-repeat: no-repeat;
	background-position: -5px top;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	width: 585px;
}
.menu_lateral {
	float: left;
	width: 210px;
	margin-top: 12px;
	padding-right: 10px;
}



#contenedor #contenido #pagina #contenido_pagina #contacto {
	float: left;
	width: 740px;
	margin-left: -30px;
	background-image: url(../imagenes/sombra_grande.png);
	background-repeat: no-repeat;
	background-position: 11px top;
	margin-top: 20px;
	padding-top: 10px;
}
#contenedor #contenido #pagina #contenido_pagina #contacto #contenedor_formulario {
	float: left;
	width: 500px;
}
#contenedor #contenido #pagina #contenido_pagina #contacto #contenedor_formulario #top_formulario {
	background-image: url(../imagenes/top_contacto.png);
	float: left;
	height: 37px;
	width: 410px;
	padding-left: 90px;
	padding-top: 25px;
}
#contenedor #contenido #pagina #contenido_pagina #contacto #contenedor_formulario #formulario {
	float: left;
	width: 500px;
	background-color: #D9E0E7;
	background-image: url(../imagenes/bottom_contacto.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 20px;
}
.datos      {
	float: left;
	width: 230px;
	padding-left: 10px;
	background-image: url(../imagenes/logo2.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
	padding-top: 110px;
}
#contenedor #contenido #pagina #contenido_pagina #contacto #datos img   {
	float: left;
	margin-top: 10px;
}
#contenedor #contenido #pagina #contenido_pagina #contacto #datos #datos_texto {
	float: left;
	width: 165px;
	margin-top: 10px;
	margin-left: 10px;
}





#contenedor #footer{
	width: 100%;
	float: left;
	background-repeat: repeat-y;
	background-position: center;
}
#contenedor #footer #contenido_footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenes/banda_footer.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 74px;
}
#contenedor #footer #contenido_footer #logo_footer {
	float: left;
	width: 113px;
	background-image: url(../imagenes/logo_peq.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 22px;
	height: 40px;
	margin-left: 60px;
}

#contenedor #footer #copy {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenes/fondo_copy.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #748DA9;
	padding-left: 30px;
	font-size: 0.7em;
	padding-top: 10px;
}
#contenedor #footer #copy a {
	color: #6D87A4;
	text-decoration: none;
	font-weight: bold;
}
#contenedor #footer #copy a:hover {
	text-decoration: underline;
	color: #F90;
}
#contenedor #footer #contenido_footer #shorts_down {
	float: right;
	padding-right: 30px;
}
#contenedor #footer #copy #dynamiza {
	float: right;
	width: 230px;
	text-align: right;
	padding-right: 30px;
	color: #003B7C;
}
#contenedor #footer #copy #copyright {
	float: left;
	width: 640px;
	text-align: left;
	padding-right: 30px;
	color: #003B7C;
}
.textoformulario {
	float: left;
	width: 230px;
	padding-left: 10px;
	padding-top: 25px;
	margin-bottom: 20px;
}
.camposobligatorios {
	float: left;
	width: 150px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	margin-top: 10px;
	color: #E73000;
	font-weight: bold;
}
.fotoNoticia {
	float:left;
	margin-right:20px;
}
.fotoNoticiaDcha {
	float:right;
	margin-left:20px;
}.paginador {
	float: left;
	width: 210px;
}
.pagactual {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 0.7em;
	float: left;
	width: 20px;
	text-align: center;
	background-color: #003B7C;
	border: 1px solid #A9B7C4;
	margin-top: 5px;
	height: 16px;
	margin-right: 5px;
}
.botonpaginar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #003B7C;
	border: 1px solid #A9B7C4;
	float: left;
	width: 70px;
	text-align: center;
	background-color: #DAE1E8;
	text-decoration: none;
	margin-top: 5px;
	margin-right: 5px;
}
.paginas {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #003B8F;
	float: left;
	width: 20px;
	background-color: #DAE1E8;
	margin-top: 5px;
	text-align: center;
	text-decoration: none;
	height: 16px;
	border: 1px solid #A9B7C4;
	margin-right: 5px;
}
.imagenSinBorde {
	border: none;
}
