/* CSS Document */

html{
	overflow-x:hidden;
	overflow-y:scroll;
}
body{ background-image:url(../imagenes/diseno/fondo.png); }
body *, body a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
object{ z-index:-99999; }
form{ display:inline; }
img{ display:block; }
div.alinear{ clear:both; }
div.ocultar{ display:none; }
/* ESTRUCTURA */
#exterior{ text-align:center; width:100%; }
#interior{
	margin:auto;
	width:739px;
	background-color:#FFFFFF;
	text-align:left;
}
#borde{ padding:28px 20px 28px 20px; /*height:100%;*/ }
#cabecera, #cuerpo, #pie{ clear:both; overflow:hidden; }
/*#exterior, #interior, #borde{ overflow:hidden; }*/
#logo-buscador, #composicion, #menu-sup{ float:left; }
#lateral, #menu, #contenido{ overflow:hidden; float:left; }
#cuerpo{
	width:713px;
	margin:0px;
	padding:0px;
	background:#ffffff url(../imagenes/diseno/lateral-fondo.png) repeat-y 181px;
}
#logo{
	background:url(../imagenes/diseno/logo.png) no-repeat;
	width:180px;
	height:115px;
	text-indent:-9000px;
}
#contactar{
	width:156px;
	height:43px;
	background:#ececec;
	vertical-align:middle;
	padding:12px 12px;
	font-size:11px;
	font-weight:bold;
}
#contactar .urgencias{ color:#c83f36;	font-size:11px; }
#composicion{
	text-indent:-9000px;
	background:url(../imagenes/diseno/composicion.png) no-repeat;
	width:300px;
	height:184px;
	margin-left:2px;
}
#menu-sup{
	background:url(../imagenes/diseno/menu-sup-fondo.png) no-repeat;
	width:215px;
	height:184px;
	margin-left:2px;
}
#menu-sup *{ color:#FFFFFF; }
#menu-sup h3{
	font-size:18px;
	font-weight:normal;
	margin:10px 15px 0px 15px;
}
#menu-sup ul { margin-top:7px; margin-right:15px; }
#menu-sup li{ font-size:10px; }
#menu ul{ margin:0px; padding:0px }
#menu li{ list-style:none; }
#menu li a{
	display:block;
	background:url(../imagenes/diseno/menu-fondo.png) no-repeat;
	width:155px;
	height:26px;
	padding:8px 0px 0px 25px;
	text-decoration:none;
}
#lateral{ width:184px; height:100%; }
#menu li a:hover{
	background-position:0px -34px;
	color:#CC0000;
	font-weight:bold;
}
#contenido{ margin:0px; padding:15px 0px 15px 15px; width:500px; }
#pie{	padding:28px 14px 0px 14px; }