body {
	margin: 0px;
	background:url(img/bg_web.jpg);

}


body,textarea{
	font:11px Arial, Tahoma;
	color:#5b5a5a;
	font:13px "Trebuchet MS", Tahoma, Arial;
}

#arriba{
	position:fixed;
	top:0px;
	width:100%;
}

.top{
	height:158px;
	background:#FFF;
}
.top_in{
	margin:auto;
	width:980px;
	text-align:center;
}
.banderitas{
	float:right;
	margin-top:13px;
}
.banderitas img{
	border:0px;
	margin-left:8px;
}
.logo{
	margin:13px 0 0 0;
	border:1px solid #efbad3;
}
.clear{
	clear:both;
}


/* MENU */


.menu{
	height:43px;
	background:url(img/bg_menu.jpg);
	border-bottom:1px solid #FFF;
}
.menu_in{
	margin:auto;
	height:43px;
	width:980px;
}
.sep{
	background:url(img/sep.gif);
	width:1px;
	height:43px;
	float:left;
}
.menu_in a{
	width:195px;
	height:27px;
	text-align:center;
	float:left;
	font:0.80em Arial;
	color:#FFF;
	text-decoration:none;
	padding-top:16px;
}
.menu_in a:hover{
	color:#000;
	background:url(img/bg_boton.jpg) repeat-x;
}
.menu_activo{
	width:195px;
	height:27px;
	text-align:center;
	float:left;
	font:0.80em Arial;
	color:#000;
	padding-top:16px;
	background:url(img/bg_boton.jpg) repeat-x;
}

/* CONTENIDOS */


.cuerpo{
	background:url(img/bg_sombra.jpg) repeat-x;
	margin-top:200px;
}
.contenido{
	width:980px;
	margin:auto;
}
.ban{
	height:265px;
	padding:31px 0 45px 0;
	text-align:center;
}
.quienes{
	height:453px;
}
.titular{
	width:265px;
	float:left;
	padding-right:40px;
}
.titular_img{
	border-bottom:1px solid #e5e5e5;
}
.quien_cont{
	width:670px;
	float:right;
	margin-bottom:20px;
}
.quien_cont img{
	border:1px solid #491b4b;
	float:right;
	padding:1px;
}
.quien_cont ul, .diagnostico_cont ul{
	padding:14px 0 0 20px;
	margin:0px;
}
.quien_cont li, .diagnostico_cont li{
	background:url(img/quienes/puntito.gif) no-repeat 0 8px;
	list-style:none;
	padding:0 0 0 8px;	
}

h1{
	font-size:1.4em;
	color:#491b4b;
	padding:0px;
	margin:0 0 10px 0;
}
hr{
	margin:0px;
	padding:0px;
	clear:both;
	border: 0px;
	border-bottom:1px solid #c59aae;
	height:0px;
}
.quehacemos{
	height:425px;
	margin-top:45px;
}
.quehacemos_cont{
	width:670px;
	float:right;
	margin-bottom:20px;
}

.quehacemos_cont ul{
	padding:0 0 0 20px;
	margin:0px;
}
.quehacemos_cont li{
	background:url(img/quienes/puntito.gif) no-repeat 0 8px;
	list-style:none;
	padding:0 0 0 8px;	
}
.quehacemos_cont img, .contacte_cont img{
	border:1px solid #491b4b;
	float:right;
	padding:1px;
}

.diagnostico{
	height:1055px;
	margin-top:45px;
}
.diagnostico_cont{
	width:670px;
	float:right;
	margin-bottom:20px;
}

.contacte{
	height:842px;
	margin-top:45px;
}
.contacte_cont{
	width:670px;
	float:right;
	margin-bottom:20px;
}
.contacte_cont a{
	text-decoration:none;
	color:#491b4b;
}
.contacte_cont a:hover{
	text-decoration:underline;
}
.cont_c{
	height:136px;
	margin:10px 0 3px 0;
}
.cont_c_iz{
	width:302px;
	float:left;
	color:#491b4b;
	font-weight:bold;
}
.cont_c_iz input{
	width:294px;
	border:1px solid #491b4b;
	color:#491b4b;
	font-size:0.90em;
	margin-bottom:5px;
}
.cont_c_der{
	width:341px;
	float:right;
	color:#491b4b;
	font-weight:bold;
}
.cont_c_der textarea{
	width:341px;
	height:104px;
	overflow:auto;
	border:1px solid #491b4b;
	color:#491b4b;
	font-size:0.90em;
	margin-bottom:5px;
}
.heaceptado{
	height:30px;
}
.legal{
	font-size:0.80em;
	color:#4d4d4d;
	text-align:justify;
	margin-bottom:8px;
}
.enviar{
	color:#491b4b;
	font-weight:bold;
	font-size:0.85em;
}
.google{
	width:668px;
	height:300px;
	border:1px solid #491b4b;
}
.bottom{
	margin:15px 0 15px 0;
	text-align:center;
	font-size:0.85em;
}

#error{
	padding:0.7em; 
	
	display:none;

}
#error label{
	display:block;
	cursor:pointer;
	background: url(img/alerta.png) no-repeat left 50%;
	padding-left:20px;
	font-weight:bold;

}
