* html{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

* html body{
    width: 100%;
    height: 100%;
    overflow: auto;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #838486;
	font-size: 9px;
	margin: 0 auto;
	text-align:center;
}

#wrap {
	bottom: 0px;
	z-index: 2;
	position: fixed;
	width: 927px;
	margin-left: 150px;
}
#div_left{
	background-image: url(img/pato.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 389px;
	width: 204px;
	float:left;
	padding-top: 150px;
}
#div_right{
	float: right;
}
#logo{
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 126px;
	text-align: right;
	padding-right: 4px;
}
#logo a{
	font-size: 9px;
	text-transform: uppercase;
	color: #838486;
	text-decoration: none;
}
#cont{
	text-align: right;
}
#huevos {
	background-image: url(img/caja_cerrada.jpg);
	background-repeat: no-repeat;
	width: 723px;
	float: right;
	background-position: left bottom;
	height: 539px;
}
#huevosab{
	background-image: url(img/caja_abierta.jpg);
	background-repeat: no-repeat;
	width: 723px;
	float: right;
	background-position: left bottom;
	height: 539px;
}
#huevosab ul{
	width:340px;
	list-style: none;
	z-index: 15;
	position: absolute;
	top: -50px;
}
#huevosab ul li{float:left; margin-left:5px; margin-bottom:6px;}
#huevosab ul li a img{border:none;}

#huevosab form{
	width:340px;
	list-style: none;
	z-index: 15;
	position: absolute;
	top: -50px;
	text-align: left;
	padding-left: 40px;
	}
	
#huevosab form input, textarea{
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding-left:5px;
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #838486;
	font-size: 10px;
}
#huevosab form li {
	width: 60px;
	float:left;
	text-align:right;
	padding-top: 2px;
	padding-right: 10px;
 }
 #huevosab form textarea{height:70px;}
 #huevosab form input.bot{width:73px; border-right:#FFCC00 2px solid; border-left-style: none;}
#menu {
	position:absolute;
	top:340px;
	width:243px;
	height:37px;
	z-index:3;
	text-align: right;
	background-color: #FFFFFF;
	left: 220px;
}
#menu ul{
	width: 243px;
	height: 37px;
	list-style: none;
	margin-left: 100px;
	margin-top: 0px;
}
#menu ul li{
	float:left;
}
#menu ul li a{
	display:block;
	background: url(img/menu.gif) no-repeat;
	background-position:0 0;
	width: 81px;
	height: 37px;
   /* hide from IE Mac */
   text-indent: -999em;
   overflow: hidden;
   /* end hide */
}
* #menu a{
   letter-spacing: -999em;	/* para que funcione en todos los navegadores*/
}
#menu a:hover{
	background-position: 0px -37px;
}
#menu  li.web a{
	background-position: -81px 0;
}
#menu li.web a:hover{
	background-position: -81px -37px;}
#menu li.editorial a{background-position: -162px 0;}
#menu li.editorial a:hover{background-position: -162px -37px;}
#footer{
	bottom: 0px;
	z-index: 15;
	position: fixed;
	width: 927px;
	padding-bottom:15px;
	margin: 0 auto;
	padding-left:200px;
}
h1,h2 {	color: #FBBD19;}
h1{	font-size: 10px;font-weight: bold;margin-bottom: 3px;}
.Estilo1 {color: #FBBD19;font-weight: bold;}


