

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


/* ---------------------------------------------- FUENTE CG OMEGA ---------------------------------------------- */

* {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	outline:none;
}

body {
	margin:0px;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(../imagenes/fondo_web.jpg);
}


div#contenedor_total {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	background-color:transparent;
}



div#contenedor {
	width:990px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	background-color:transparent;
}



div#encierra_cabecera {
	clear:both;
	background-color:#3F4564;
}


div#cabecera {
	width:990px;
	margin:0px auto;
}

div#menu {
	text-align:right;
	padding:10px 0px;
}

div#menu a {
	display:inline-block;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	font-size:18px;
	margin:0px 20px;
}
div#menu a:hover {
	text-decoration:underline;
}




div#centro {
	width:950px;
	margin-right:auto;
	margin-left:auto;
	clear:both;
	padding-top:35px;
	margin-bottom:20px;
}



div.columna_izq {
	width:560px;
	margin-bottom:35px;
	min-height:430px;
	background-color:transparent;
}

div.columna_der {
	width:361px;
	min-height:230px;
	float:right;
}


div.fondo_formu_llamada {
	width:361px;
	height:75px;
	background-image:url(../imagenes/te-llamamos.png);
	background-repeat:no-repeat;
	margin-bottom:25px;
}

div.fondo_formu_llamada p.blanco {
	width:250px;
	padding:10px;
}


div.fondo_formu_informacion {
	width:341px;
	height:390px;
	padding:10px;
	/*background-image:url(../imagenes/panel.png);
	background-repeat:no-repeat;*/
	border:solid 2px #3F4564;
	padding:10px;
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
}


div.contenido {
	margin-right:auto;
	margin-left:auto;
	clear:both;
	min-height:100px;
	width:500px;
	float:left;
	margin-top:-40px;
}


div.fondo_enlace {
    width:550px;
	padding:5px;
    margin-bottom:5px;
    color:#FFFFFF;
	background-color:#3F4564;
}

div.fondo_enlace a {
	font-size:12px;
    color:#FFFFFF;
}

a.mas_info {
    display:block;
    float:right;
    width:15px;
    height:15px;
	background-image:url(../imagenes/mas_info.png);
	background-repeat:no-repeat;
}


div.fondo_enlace:hover, div.fondo_enlace:hover a {
    color:#3F4564;
	background-color:#FFFFFF;
}








h1#gigante {
	color:#FFFFFF;
	font-size:40px;
	background-color:#3F4564;
	padding:10px;
	margin-bottom:10px;
}

h1#gigante p {
	color:#FFFFFF;
	font-size:12px;
	margin-bottom:0px;
}


.nivo-caption {
	background-color:#3F4564;
}
.nivo-caption h2 {
	color:#FFFFFF !important;
}

/* ---------------------------------------------- FORMULARIOS ---------------------------------------------- */



textarea {
	resize:none;
	width:460px;
	height:55px;
	overflow:auto;
	margin-left:32px;
}



input[type=button], input[type=submit], input[type=reset] {
	border:none;
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	padding:2px 8px;
	cursor:pointer;
	margin-right:0px;
	margin-left:10px;
}

input[type=checkbox] {position:relative; top:2px;}

input[type=text], input[type=password], input[type=file], textarea {
	display:inline;
	background-color:#FFFFFF;
	color:#555555;
	border:solid 1px #3F4564;
	padding:2px;
	font-size:13px;
	margin-left:0px;
	margin-bottom:5px;
	width:200px;
}

label {
	display:block;
	width:130px;
	float:left;
}


form#formu_llamada {
	padding:5px;
}
form#formu_llamada label {
	float:none;
	color:#FFFFFF;
	width:auto;
}
form#formu_llamada input[type=text] {
	width:140px;
}
form#formu_llamada input[type=submit] {
	border:solid 1px #FFFFFF;
	background-color:#3F4564;
}


form#formu_informacion h2 {
	font-weight:normal;
	font-size:24px;
	margin-bottom:5px;
}

form#formu_informacion p {
	font-size:15px;
	margin:10px 0px;
	margin-bottom:18px;
}

input#solicita_info, div#solicita_info_sombra {
	display:block;
	width:252px;
	height:56px;
	padding:5px;
	border:none;
	background-color:#3F4564;
	color:#FFFFFF;
	font-size:14px;
	text-align:center;
	margin-right:0px;
	margin-left:auto;
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
	margin-right:7px;
	position:relative;
	border:none;
}

input#solicita_info {
	z-index:1;
}

div#solicita_info_sombra {
	background-color:#000;
	width:242px;
	height:46px;
	z-index:0;
	top:-51px;
	left:5px;
}

/* --------------------------------------- TEXTOS --------------------------------------- */


h1, div#enlaces h2, div#enlaces h2 a {
	color:#3F4564;
	font-size:30px;
	margin-bottom:0px;
	text-align:left;
}

h1 a.texto {font-size:36px;}


h2 {
	margin:0px;
	padding:0px;
	font-size:18px;
	color:#3F4564;
}



h3 {
	color:#000000;
	font-size:16px;
}


p {text-align:justify;}


p, a.texto, div#boletin a {
	margin:0px;
	margin-bottom:10px;
	font-size:13px;
	color:#000000;
}

a.texto {color:#3F4564; text-decoration:none;}
a.texto:hover {color:#000000; text-decoration:underline;}

a, li {
	font-size:13px;
	color:#000000;
	text-decoration:none;
}

div#boletin a, a.mail {
	color:#35756a;
	font-weight:bold;
	text-decoration:none;
}
div#boletin a:hover {
	color:#000000;
	text-decoration:underline;
}


ul, ol {
	font-size:13px;
	color:#000000;
}

ul {
	list-style-type:square;
}

li {
	margin-bottom:8px;
	padding-left:0px;
	margin-left:20px;
}

.ali_der {
	display:block;
	text-align:right;
	margin-right:0px;
	margin-left:auto;
}




/* --------------------------------------- BORDES REDONDOS --------------------------------------- */

.redondeado {
	border-radius:10px; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
}


.redondeado_abajo {
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}


.redondeado_arriba {
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
}




/* --------------------------------------- COMUNES --------------------------------------- */



br.salto {
	width:0px;
	height:0px;
	overflow:hidden;
	line-height:0px;
	margin:0px;
	padding:0px;
	clear:both;
}

br.salto_der {clear:right;}
br.salto_izq {clear:left;}

a img {border:none;}

.no_flota {float:none;}

.flota_izq {float:left;}
img.flota_izq {display:block; float:left; margin-right:10px; margin-bottom:10px;}

.flota_der {float:right;}
img.flota_der {display:block; float:right; margin-left:10px; margin-bottom:10px;}

.margen_top_10 {margin-top:10px;}

.centrado, .centrada {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.justificado {
	text-align:justify;
}



.ancho_100 {width:100%;}
div.ancho_100 {width:100%; clear:both;}
.sin_margen {margin:0px;}

.negrita {font-weight:bold;}
.cursiva {font-style:italic;}
.subrayado {text-decoration:underline;}

.normal {font-weight:normal;}
.blanco {color:#FFFFFF;}
.negro {color:#000;}
.mini {font-size:10px;}

.marron {color:#3F4564;}
.fondo_marron {background-color:#3F4564;}



.oculto {width:0px; height:0px; overflow:hidden; display:none;}



/* --------------------------------------- DIV PIE --------------------------------------- */

div#encierra_pie {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	clear:both;
	background-color:#3F4564;
	padding:10px;
}


div#pie {
	width:990px;
	margin:0px auto;
	padding:0px;
	color:#FFFFFF;
	font-size:14px;
}

div#pie * {color:#FFFFFF; font-size:14px;}

div#pie a:hover {text-decoration:underline;}





/* ------------------------------------- DIV INTERCAMBIO DE ENLACES ------------------------------------- */

div#enlaces {
	margin:0px auto;
	text-align:center;
	color:#000000;
	font-size:13px;
	width:950px;
	width:951px\9;
	margin-bottom:10px;
	background-color:transparent;
}


div#enlaces table {
	border:none;
	border-collapse:collapse;
	width:100%;
	width:99%\9;
}


div#enlaces h2, div#enlaces h2 a {
}


div#enlaces li {
	width:180px;
	text-align:left;
}

div#enlaces a {
	font-weight:bold;
	color:#3F4564;
}

div#enlaces a:hover {
	text-decoration:none;
	color:#000000;
}

div#enlaces td {
	text-align:left;
	margin-bottom:10px;
}




/* ---------------------------------------------- DIV BOLETIN ---------------------------------------------- */

div#boletin {
	margin:0px;
	margin-right:auto;
	font-size:13px;
	width:950px;
	min-height:132px;
	background-color:transparent;
}


div#boletin table {
	width:100%;
}


div#boletin * {}

div#boletin a {font-weight:bold; color:#3F4564;}

div#boletin a:hover {color:#000000;}

div#boletin h3 {color:#000000;}

div#boletin p {
	margin:0px;
	margin-bottom:20px;
	width:100%;
	text-align:justify;
	font-size:12px;
	color:#000000;
}

div#boletin input {
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	color:#000000;
}
div#boletin input[type=submit] {
	color:#FFFFFF;
	background-color:#3F4564;
}




/* ---------------------------------------------- NOTICIAS ---------------------------------------------- */

div.noticia {
	min-height:100px;
	width:676px;
	margin-bottom:20px;
}


.foto_mini, .foto_mini_der, .foto_mini_izq, img.foto_micro_izq {
	display:block;
	width:126px;
	margin-bottom:20px;
}

.foto_mini_der {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

.foto_mini_izq, img.foto_micro_izq {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

img.foto_micro_izq {width:90px;}

a.foto_mini img, a.foto_mini_der img, a.foto_mini_izq img {height:100%;}



a.foto_mini_lista {
	display:block;
	float:right;
	margin-right:5px;
	margin-left:10px;
	width:126px;
}

div.fotos_noticia {
	width:676px;
	min-height:120px;
	clear:right;
	background-color:transparent;
}


a.titulo_noticia, a.fecha {
	margin-bottom:5px;
	font-size:13px;
	line-height:16px;
	text-decoration:none;
	color:#93bc3c;
	font-weight:bold;
	text-decoration:none;
}


a.titulo_noticia {color:#000000; font-size:24px; line-height:normal; text-align:justify;}

a.titulo_noticia:hover, a.fecha:hover {
	color:#35756a;
	text-decoration:underline;
}


p.previo_noticia {
	margin-top:5px;
	font-size:18px;
	line-height:normal;
}



p.noticia {
	margin-bottom:5px;
}


a.pdf, a.ver_video {
	display:block;
	height:20px;
	padding-left:30px;
	background-image:url(../imagenes/pdf.png);
	background-repeat:no-repeat;
	padding-top:5px;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#35756a;
}
a.pdf:hover, a.ver_video:hover {
	text-decoration:underline;
	color:#000000;
}
a.ver_video {background-image:url(../imagenes/video.png); float:right;}






div#oferta_mes {
	width:780px;
	padding:10px;
	background-color:#333;
	clear:both;
}





/* ---------------------------------------------- GALERÍAS DE TRABAJOS ---------------------------------------------- */

a.foto_mini, a.foto_mini_der, a.foto_mini_izq {
	display:block;
	height:120px;
	width:auto;
}

a.foto_mini {
	display:inline-block;
}

a.foto_mini *, a.foto_mini_der *, a.foto_mini_izq * {
	text-align:center;
}

a.foto_mini img, a.foto_mini_der img, a.foto_mini_izq img {
	text-align:center;
	height:120px;
	width:auto;
}






a.foto_mini_der {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
}

a.foto_mini_izq {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}



a.foto_mini_lista {
	display:block;
	float:right;
	margin-right:5px;
	margin-left:10px;
	width:180px;
}





div#me_gusta {
	margin-top:10px;
	float:right;
	width:160px;
	min-height:22px;
	overflow:hidden;
	font-weight:bold;
	text-align:right;
	color:#000000;
	font-size:10px;
	display:block;
	background-color:transparent;
	margin-right:20px;
}


a.f_facebook {
	display:block;
	float:right;
	width:22px;
	height:22px;
	background-image:url(../imagenes/logo_facebook.png);
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
	margin-left:5px;
}



.ddsmoothmenu ul li ul {
	background-color:#3F4564;
	border:solid 1px #FFFFFF;
}

.ddsmoothmenu ul li > ul {
	margin-top:11px;
}

.ddsmoothmenu ul li ul li {
    border-top:solid 1px #FFFFFF;
}
.ddsmoothmenu ul li ul li:first-child {
    border-top:none;
}

.ddsmoothmenu ul li ul li ul {
	margin-top:0px;
    margin-left:2px;
}

.ddsmoothmenu ul li ul li a {
    margin:0px !important;
    padding:4px !important;
    font-size:12px !important;
}

