/* CSS Document */


body {background:#993366 url(../img/fnd.jpg) repeat-x	;
	padding:0; margin:0;
	}
	
* {font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:12px;
	line-height:16px;
	}

.solapa {width:851px; height:394px;
	background:url(../img/solapa-violeta.gif);
	position:absolute;
	left:50%;
	margin-left:-425px;
	}
	
.contenedor { width:820px; height:auto;
	background:#FFFFFF;
	position:absolute;
	left:50%;
	margin-left:-410px;
	}
	
.top {width:100%; height:151px;
	position:relative;
	}
	
.menu {width:820px; height:94px;
	background:url(../img/fnd-menu.jpg) no-repeat;
	position:relative;
	}
	
	.nav {padding:0; margin:0;
	padding-left:2px;
	list-style:none;
	padding-top:12px;
	}
	
	.nav li {margin-right:1px;
	float:left;
	margin-bottom:8px;
	}
	
	.nav li a {text-align:center; color:#748392; text-decoration:none;
	background:url(../img/menu-empresa.jpg);
	font-weight:bold;
	display:block;
	width:135px; height:30px;
	padding-top:20px;
	text-transform:uppercase;
	}
	
	.nav li a:hover {text-align:center; color:#993366; text-decoration:none;
	background: url(../img/menu-empresa2.jpg);
	font-weight:bold;
	display:block;
	width:135px; height:30px;
	padding-top:20px;
	}
	
.main {width:708px; height:auto;
	padding:20px 56px;
	float:left;
	}

ul li {padding:5px 0;}

h1, .servitit {text-transform:uppercase;
	color:#1A3351;
	padding-left:0px;
	font-size:14px;
	padding-right:20px;
	border-bottom:1px solid #CC6600;
	background:url(../img/triangulo.gif) 0 -2% no-repeat;
	}

h2 {color:#1A3351;
	margin:0; padding:0;
	}
	
	h2 a {text-decoration:none;}
	h2 a:hover {text-decoration: underline; color:#993366;}
	
.kol1 {width:446px; height:auto;
	padding-right:40px;
	float:left;
	}
	
.kol2 {width:220px; height:auto;
	float:left;
	}
	
.kol3 {width:706px; height:auto;
	float:left;
	}
	
.footer {width:100%; height:137px;
	background:#E2E5DE;
	position:relative;
	float:left;
	}
	
	.footer ul { width:150px;
	}
	
/** Mensajes **/

.mensajeerror, .mensajenotice, .mensajesuccess {padding:.2em;margin-bottom:1.6em;margin-left:0;margin-right:0;border:1px solid #ddd; width: 100%;}
.mensajeerror {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;} /* #FBE3E4 */
.mensajenotice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.mensajesuccess {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.mensajeerror a {color:#8a1f11; background:none; padding:0; margin:0; }
.mensajenotice a {color:#514721; background:none; padding:0; margin:0; }
.mensajesuccess a {color:#264409; background:none; padding:0; margin:0; }
.center {text-align: center;}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}


/** Validacion **/

/* ----- REQUIRED ----- */

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}

.field-label {

}

.field-widget {

}
	
/* SERVICIOS */

.contServicios {width:708px; height:auto;
	margin-top:15px;
	float:left;
	}
	
.servis-box {width:177px; height:305px;
	 padding:20px 25px;
	 background: url(../img/fnd-boxservicios.png);
	 float:left;
	 margin-right:12px;
}
	
.servis-foto {width:132px; height:69px;
	background:#666666;
	margin:5px 0;
	}
	
/* NOTICIAS */

.notis {width:100%; height:auto;
	margin-bottom:2px;
	float:left;
	} 
	
.bajada {font-weight:bold;
	margin-bottom:10px;
	color:#000000;
	}	
	
.servitit {background: none;}	
	
.notis-separador {width:100%; height:6px;
	margin:8px 0;
	background:url(../img/notis-separador.gif);
	float:left;
	}
	
.notis-foto {width:56px; height:56px;
	float:left;
	}

.notis-texto {float:left;
	width:380px;
	margin-left:10px;
	}

.mostaza {color: #da251c;}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	/*display: inline;*/
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}	
	
/* FORM */

.campo {border:1px solid #A6A8A4;
	background:#F0F1EE;
	width:220px;
	}
	
.staff {list-style-type:none;
	margin:0; padding:0;
	}
	
.staff li {padding:15px;
	display:block;
	width:380px;
	margin-left:30px;
	background:#F5F4F3;
	margin-bottom:2px;
	}
	
.linksPie {position:absolute;
	left:610px;
	top:20px;
	}
	
	.linksPie {margin:0; padding:0;
	list-style:none;
	width:120px;
	}
	.linksPie li {margin:0; padding:0; border-bottom:1px dotted #999999; text-align:right;
	background:url(../img/vinieta.gif) right center no-repeat; padding-right:15px;
	}
	.linksPie li a { text-decoration:none; padding:0; margin:0;}
	.linksPie li a:hover { text-decoration:none; color:#993366;}
	
/**/

.cont-fotos {width:160px; height:auto; 
	float:right; 
	margin-left:10px;
	}
	
	.fotos {width:160px; height:auto;
	background:#fff;
	margin-bottom:5px;
	}
	
/* LINKS */

.link-box {width:200px; height:130px;
	border:1px solid #C1BEAF;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
	text-align:center;
	text-transform:uppercase;
	}
	
	.link-box a, .links-lista li a {color:#666666; text-decoration:none;}
	.link-box a:hover, .links-lista li a:hover {color:#CC6666; text-decoration:underline;}
	
	.link-foto {width:180px; height:68px;
	/*background:#333333;*/
	margin:10px 10px 10px 10px;
	}
	
	.links-lista {list-style-image:url(../img/vinieta2.gif);}