body{
	margin:0;
	padding:0;
	border:0;
	color:#eeeeee;
	font-family:verdana;
	font-size:11px;
}
#container { 
	width:945px;
	margin: 0 auto;
	text-align: left;
} 

/*-------------------------------------------------
		         MENÚ DEL INDEX
-------------------------------------------------*/
#menu {
	float: left; 
	width:177px;
	margin:3.2em 0 0 -17px;
}
#menu a{
	display:block;
	padding:8px 15px;
	color:#191919;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaeaea;
}
#menu a:hover{
	color:#d21615;
}
/*#menu a:hover{
	background:#dddddf;
	color:#FFFFFF;
}*/
#menu a.boton_over{
	color:#d21615;
}
#menu a.first{
	margin:25px 0 0 0;
}
#menu a.first_over{
	margin:25px 0 0 0;
	color:#d21615;
}
#menu a.last{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eaeaea;
}
#menu a.last_over{
	color:#d21615;
}
#menu a.imgBoton{
	border:0;
	padding:0;
	border:0;
}
#banners {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#858687;
	margin:45px auto;
	border:0;
}
#banners img{
	margin:0;
	border:0;
	display:block;
}
#banners a{
	display:block;
	padding:0;
	border: 0;
	margin:0 0 0 10px;
}
/*-------------------------------------------------
		 PANEL PRINCIPAL DEL LAYOUT
-------------------------------------------------*/
#principal {
	width:760px;
	margin: 0 0 0 200px;
}
#contact {
	text-transform:uppercase;
	font-weight:bold;
} 
#telefonos{
	padding:1em;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#595959;
}
#sectionLoader{
	width:0px;
	height:0px;
	margin:auto;
	padding:0;
	border:0;
	background:transparent;
}

/*-------------------------------------------------
		   CONTENIDO DE LAS SECCIONES
-------------------------------------------------*/
#contentHolder{
	width:760px;
	margin:0 0 15px 0;
}
#contentTop{
	height:10px;
}
#contentFoot{
	margin:0 -39px;
	height:10px;
	clear:both;
}
#contentMain{
	color:#444;
	padding:20px 35px 0 35px;
	background:#fff url(../images/contentBackground.jpg) left bottom repeat-x;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d2d2d2;
	border-left-color: #d2d2d2;
}
/* panel del texto */
#leftPanel{
	float:left;
	width:420px;
	margin:0 0 20px 0;
	text-align:justify;
}
#leftPanel2{
	float:left;
	width:165px;
	margin:0 0 20px 0;
	text-align:center;
}
/* panel de fotografias */
#rightPanel{
	width:222px;
	margin: 0 0 0 445px;
	text-align:center;
}
#rightPanel2{
	width:492px;
	margin: 0 0 0 185px;
	text-align:justify;
}
/* pie de la página */
#contentMain p.footer{
	margin:10px 0 0 0;
	padding:0 5px;
	text-align:center;
}
/* parrafos */
#contentMain p{
	margin:20px 0 0 0;
	text-align:justify;
	text-indent: 15px;
}
/* titulos */
#contentMain h1{
	background:#e4ebf5 url(../images/titulos_base.jpg) left top no-repeat;
	color:#fff;
	height:16px;
	font-size:12px;
	padding:10px 12px;
	margin:0;
	border:0;
}
#contentMain h2{
	color:#c00;
	font-size:14px;
	margin:15px 0;
}
#contentMain h3{
	background:#e4ebf5 url(../images/titulosLarge_base.jpg) left top no-repeat;
	color:#fff;
	height:16px;
	font-size:12px;
	padding:10px 12px;
	margin:0 0 15px 0;
	border:0;
}
#contentMain .sociedades{
	color:#444;
	font-size:11px;
	text-align:right;
	font-weight:bold;
	padding:0;
	margin:0;
	border:0;
}
#contentMain img{
	margin:0 auto;
	/*background:url(../images/img_base.gif) top left no-repeat;*/
	display:block;
}
/*-------------------------------------------------
		              TABLAS
-------------------------------------------------*/
table.info{
	width:530px;
	margin:0 auto;
	color:#444;
	text-align:center;
}
table.info tr {
	width:200px;
	background-color: #fff;
}
table.info td {
	border: 2px solid #aaa;	
	border-top-width:0;
}
table.info td.left {
	padding:2px 15px;
	text-align:left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #b87077;
	border-right-width:0;
}
table.info td.right {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #b87077;
	border-left-width:0;
}
table.info tr.title {
	height:30px;
	color:#fff;
	background: url(../images/table_base.jpg) top left no-repeat;
}
table.info tr.title td{
	border:0px;
}
table.info tr.last {
	height:20px;
	background: url(../images/table_bottom.jpg) bottom left no-repeat;
}
table.info tr.last td{
	border-bottom-width:0;
}
table.info tr.last td.left {
	border-left-width:0;
	border-right-width:0;
	padding:0 0 0 15px;
}
table.info tr.last td.right {
	border-left-width:0;
	border-right-width:0;
}
/*-------------------------------------------------
		              LISTAS
-------------------------------------------------*/
ul {
	list-style:disc;
	margin:5px 0 20px 0;
	padding:0 1em;
}
ol {
	list-style:decimal;
	margin:5px 0 20px 0;
	padding:0 2em;
}
/*-------------------------------------------------
		              LINKS
-------------------------------------------------*/
a.moreInfo {
	color: #ff0000;
	text-decoration:none;
}
/*-------------------------------------------------
		          FORMULARIOS
-------------------------------------------------*/
div.contact{
	width:280px;
	margin:4px 0 0 0;
}
input {
	color:#666;
	height: 16px;
	width: 250px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99ACBB;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #99ACBB;
}
input.boton{
	color:#fff;
	width: 150px;
	background:url(../images/btn-calcular.png);
	margin:7px 0 0 13px;
	width:111px;
	height:20px;
	border:none;
}
textarea{
	color:#666;
	width: 400px;
	height: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #99ACBB;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #99ACBB;
}
/*-------------------------------------------------
		         IMC (CALCULADORA)
-------------------------------------------------*/
#imcDisplay{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background:url(../images/bg-calcular.png) no-repeat;
	color:#4c4c4c;
	margin:-5px 0 0 -10px;
	border:0;
	width:190px;
	height:174px;
	position:relative;
}
#containImc{
	position:absolute;
	left:25px;
	top:50px;
}
input.imc{
	margin-top:5px;
	margin-bottom:5px;
	width:110px;
	color:#003366;
	text-align:right;
}
#imcResult{
	color:#CC0000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
#clasificacion-obesidad
{
	position:absolute;
	margin:50px 0 0 20px;
	width:175px;
}
#btn-twitter{
	position:absolute;
	float:left;
	background:url(../images/btn-twitter.png);
	height:43px;
	width:30px;
	display:block;
	top:-8px;
	left:90px;
}
#banners{
	position:relative;
}
#banners #twitter a:hover{
	background-position:0 43px;
}
#btn-facebook{
	position:absolute;
	float:right;
	top:-8px;
	left:137px;
	background:url(../images/btn-facebook.png);
	height:43px;
	display:block;
	width:30px;
}
#banners #facebook a:hover{
	background-position:0 43px;
}