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


* {
	margin:0px;
	padding:0px;
	font-family:"Century Gothic";
	outline:none;
}


body {
	margin:0px;
	color:#5c5c5c;
	background-color:#fff;
}

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



div.fondo_amarillo {background-color:#ffcc01; height:30px; clear:both;}



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



div#encierra_cabecera {
	clear:both;
}



div#cabecera {
	width:950px;
	padding:20px;
	padding-bottom:0px;
	margin-right:auto;
	margin-left:auto;
	background-color:transparent;
}



a#inicio {
	display:block;
	width:162px;
	height:105px;
	background-image:url(imagenes/logo.png);
	background-repeat:no-repeat;
	background-color:transparent;
	float:left;
}


h1.telefono {
	padding:0px;
	color:#6665fe;
	text-align:right;
	margin-right:0px;
	margin-left:auto;
	margin-bottom:50px;
	background-color:transparent;
	font-size:20px;
}



div#encierra_menu {
	margin-right:0px;
	margin-left:auto;
	width:615px;
	margin-bottom:20px;
}


div#menu {
	border-bottom:solid 5px #6665fe;
	text-align:right;
	margin-right:0px;
	margin-left:auto;
}


a.menu {
	text-align:center;
	text-decoration:none;
	font-size:16px;
	color:#5c5c5c;
	font-weight:bold;
}
a.menu:hover {
	color:#6665fe;
}

div#menu a.menu:last-child {}

.seleccionado {
	color:#6665fe !important;
	font-weight:bold !important;
}

span.barra {padding-left:30px; padding-right:30px;}




div#menu_servicios {
	width:310px;
	height:212px;
}


div#menu_servicios a {
	display:block;
	background-image:url(imagenes/circulo.png);
	background-repeat:no-repeat;
	background-position:left 3px;
	padding-left:15px;
	color:#5c5c5c;
	font-weight:bold;
	font-size:14px;
	margin-bottom:16px;
}

div#menu_servicios a:last-child {margin-bottom:0px;}

div#menu_servicios a:hover {color:#6665fe;}









/* --------------------------------------- ROTATOR --------------------------------------- */
div#rotator {
	width:613px;
	height:210px;
	overflow:hidden;
	float:right;
	border:solid 1px #b3b3b3;
}




div#centro {
	width:950px;
	padding:20px;
	margin-right:auto;
	margin-left:auto;
	background-color:transparent;
}



div.contenido {
	background-color:transparent;
}








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

img.contacto {
	width:475px;
}




div#formulario_contacto, div#formulario_contacto2 {
	width:460px;
	margin-right:0px;
	margin-left:auto;
	background-color:transparent;
	min-height:100px;
}

div#formulario_contacto2 {
	width:387px;
	margin-right:auto;
	margin-left:0px;
	float:none;
	background-color:transparent;
}


input[type=text], input.texto, input.corto, textarea {
	font-size:13px;
	border:solid 1px #6665fe;
	background-color:#fff;
	width:373px;
	padding:2px;
	margin-bottom:18px;
	resize: none;
}


div#formulario_contacto2 input[type=text], div#formulario_contacto2 textarea {
	width:301px;
}





div#buscador {
	width:117px;
	height:21px;
	overflow:hidden;
	background-color:#fff;
	float:right;
	margin-right:12px;
	margin-top:6px;
}

div#buscador input[type=text] {
	width:90px;
	border:none;
	font-size:11px;
	font-weight:bold;
	padding:3px;
	float:left;
}
div#buscador input[type=submit] {
	width:21px;
	height:21px;
	border:none;
	background-color:transparent;
	background-image:url(imagenes/lupa.png);
	background-repeat:no-repeat;
	cursor:pointer;
}


#encierra_mensaje {
	width:396px;
	height:156px;
	float:right;
	background-color:transparent;
}


textarea#mensaje {
	height:100px;
	overflow:auto;
}



input.corto {width:150px;}



label {
	display:block;
	float:left;
	width:80px;
	font-size:13px;
	color:#5c5c5c;
}

.obligatorio {
	color:#6665fe;
}



input[type=submit]{
}





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


h1, div#enlaces h2, div#enlaces h2 a {
	background-color:#6665fe;
	color:#fff;
	padding:5px;
	font-weight:bold;
	font-style:normal;
	font-size:16px;
	margin-bottom:10px;
}

.esp{
	color:#fff;
	padding:5px;
	font-weight:bold;
	font-style:normal;
	font-size:16px;
	margin-bottom:10px;
}


h2 {
	color:#6665fe;
	font-weight:bold;
	font-style:italic;
	font-size:15px;
}



h3 {
	color:#6665fe;
	font-size:13px;
	font-weight:normal;
}


h4 {
	font-size:15px;
	font-weight:normal;
	color:#6665fe;
	text-align:right;
	margin-right:0px;
	margin-left:auto;
	margin-bottom:20px;
	width:285px;
	padding:5px 10px;
	padding-bottom:2px;
	border-bottom:solid 1px #8b8b8b;
}

p {text-align:justify;}


p, a.texto, a.leer_mas, div#boletin a, a.mail {
	margin:0px;
	margin-bottom:10px;
	font-size:13px;
	line-height:16px;
	color:#5c5c5c;
}


a, li {
	color:#5c5c5c;
	text-decoration:none;
}

a.texto, div#boletin a, a.mail {
	color:#6665fe;
	font-weight:bold;
	text-decoration:none;
	font-style:italic;
}
a.texto:hover, div#boletin a:hover {
	color:#5c5c5c;
	text-decoration:underline;
}


a.mail {color:#5c5c5c; font-style:normal;}
a.mail:hover {color:#6665fe;}


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

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;
}






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



br.salto {clear:both;}

a img {border:none;}

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

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


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

.justificado {
	text-align:justify;
}



.ancho_100 {width:100%;}

strong {color:#6665fe;}
.negrita {font-weight:bold;}
.cursiva {font-style:italic;}

.normal {font-weight:normal;}
.amarillo {color:#ffcc01;}
.morado {color:#6665fe;}

.blanco {color:#fff;}


.negro {color:#000;}
.mini {font-size:10px;}

span.oculto {display:none;}



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


div#encierra_pie, div#encierra_pie_color {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}



div#encierra_pie_color {
	background-color:#ffe681;
}



div#pie, div#pie_color {
	width:950px;
	padding:10px 20px;
	margin:0px auto;
	color:#5c5c5c;
	font-size:13px;
}

div#pie * {color:#5c5c5c; font-size:13px;}

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


div#pie_color {
	color:#6665fe;
	font-weight:bold;
}
div#pie_color * {color:#6665fe; font-size:13px;}
div#pie_color a:hover {color:#5c5c5c; text-decoration:underline;}


/*
#me_gusta {
	display:inline-block !important;
	float:none;
	width:130px;
	height:22px;
	overflow:hidden;
	font-weight:bold;
	text-align:right;
	color:#333;
	font-size:10px;
	position:relative;
	background-color:red;
}
*/

#iframe_me_gusta {
	border:none;
	overflow:hidden;
	width:130px;
	height:22px;
	margin:0px;
	position:relative;
	top:8px;
	background-color:transparent;
}






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

div#enlaces {
	margin:0px auto;
	text-align:center;
	color:#5c5c5c;
	font-size:14px;
	width:950px;
	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:#6665fe;
}

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

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:#6665fe;}

div#boletin a:hover {color:#5c5c5c;}

div#boletin h3 {color:#5c5c5c;}

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

div#boletin input {
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	color:#000;
}






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


div.noticia {
	min-height:100px;
	clear:both;
	margin-bottom:20px;
}


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

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 img, a.foto_mini_der img, a.foto_mini_izq img {width:100%;}



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

div.fotos_noticia {
	width:630px;
	min-height:100px;
	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:#6665fe; font-size:14px;}

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



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


a.pdf {
	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;
	color:#5c5c5c;
}
a.pdf:hover {
	text-decoration:underline;
	color:#6665fe;
}

