@import url("estandar.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#6C7496;
	background-image:url("http://lacocinadelgourmet.com/fondo.gif");
}

h1{margin:10px 0px;}

a{
	text-decoration:underline;
	color:#000000;
}

a img{
	border:none;
}

.desplegado{display:block;}
.oculto{display:none;}

.mitad{
	padding-left:240px;
}

.aviso{
	color:#009900;
	font-weight:bold;
}

.error{
	color:#990000;
	font-weight:bold;
}

.bloque1, .bloque3{
	width:200px;
	margin:0px 40px 0px 0px;
	float:left;
}

.bloque2, .bloque4{
	width:550px;
	float:left;
}

.bloque3{
	width:310px;
}

.bloque4{
	text-align:center;
	width:390px;
}

form{
	width:90%;
}

#wrap{
	width:895px;
	margin:auto;
	position:relative;
	padding-right:8px;
	background-image:url("../images/sombra-der.jpg");
	background-position:right;
	background-repeat:repeat-y;
	background-color:#FFFFFF;
}

#cabezal{
	height:102px;
}

#botonera{
	margin:0px;
	padding:0px;
	position:absolute;
	margin-left:290px;
	top:102px;
	list-style:none;
	width:600px;
}

#botonera li{
	float:left;
}

#wrapper{
	background-color:#FFFFFF;
	min-height:562px;
	padding:50px 50px 20px 50px;
	width:795px;
}

#wrapper.intro{
	background-image:url("../images/cocina-index.jpg");
	background-repeat:no-repeat;
	background-position:right 70px;
}

#centro{
	padding-bottom:75px;
}

#contacto{
	height:120px;
	margin-top:30px;
}

#contacto h2{
	margin-bottom:2px;
}

#contacto div{
	width:150px;
	float:left;
}

#footer {
	position:absolute;
	width:903px;
	height:11px;
	background-image:url("../images/pie.jpg");
	overflow:hidden;
}

form label{
	display:block;
	float:left;
	clear:left;
	width:140px;
	height:14px;
	margin-top:3px;
}
form input, form textarea{
	border:1px solid #FFCC00;
	float:left;
	width:200px;
	height:14px;
	margin-top:3px;
}
form textarea{
	height:100px;
}
form input.boton{
	height:auto;
	padding:2px;
	background-color:#FFFFFF;
	float:none;
	width:50px;
	margin-top:20px;
	margin-bottom:0px;
	margin-left:290px;
}

div.gama_cocinas{
	clear:both;
	margin-top:5px;
}

div.gama_cocinas .descripcion{
	width:200px;
	margin-right:20px;
	float:left;
}

div.gama_cocinas .descripcion h1{
	margin-bottom:0px;
}

div.gama_cocinas ul{
	list-style:none;
}

div.gama_cocinas ul li{
	float:left;
	margin-left:15px;
}

ul.cocina{
	list-style:none;
	margin:0px;
	padding:0px;
	width:100%;
}

ul.cocina li{
	margin:5px 0px;
	width:100%;
}

ul.cocina li div{
	margin-left:13px;
}

ul.menu_lateral{
	list-style:none;
	margin:0px;
}

#muestra_colores{
	position:relative;
}

#muestra_colores #nombre{
	text-align:right;
	margin-top:50px;
}

#muestra_colores ul{
	list-style:none;
	margin:0px;
	position:absolute;
	top:100px;
	left:45px;
	width:220px;
}

#muestra_colores ul li{
	float:left;
}

#muestra_mandos #contenido{
	height:202px;
}

#muestra_mandos ul{
	list-style:none;
	margin:0px;
	margin-top:10px;
}

#muestra_mandos ul li{
	float:left;
	margin-right:10px;
}

.menu_lateral li{
	margin-left:-50px;
}