/* CSS Document */

* {margin:0; padding:0;}

body {
	background:#4C231D url(../img/body_background.png) repeat 0 0;
}

body, td {
	font-size: 13px;
	font-family: verdana, sans-serif;
}

td, input, textarea{
	line-height:16px;
	color:#000;
}

a {
	color:#000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#cabecera {
	width: 980px;
	height: 230px;
	min-height: 230px;
	background: transparent url(../img/cabecera.jpg) no-repeat top left;
}

#contenedor {
	width: 980px;
	margin: 15px auto;
}

#cuerpo_borde {
	width: 980px;
	color: #444;
	padding: 20px 0;
	background: #FFFAE2;
}
#banner {
	float:left;
	width: 980px;
	height: 120px;
	background: #FFFAE2;
}
#banner1 {
	width: 245px;
	height: 120px;
	float:left ;
	background:url(../img/banner1.jpg)
}
#banner2 {
	width: 245px;
	height: 120px;
	float:left ;
	background:url(../img/banner2.jpg)
}
#banner3 {
	width: 245px;
	height: 120px;
	float:left ;
	background:url(../img/banner3.jpg)
}
#banner4 {
	width: 245px;
	height: 120px;
	float:right;
	background:url(../img/banner4.jpg)
}
#cuerpo {
	width: 940px;
	margin: 0 20px;
}

#pie {
	width: 980px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: transparent url(../img/footer.png) no-repeat 0 0;
}


/* Sub - Menus */


/* Contenido Común */
td#cuerpo table tr td{
	padding: 0 5px;
}
td#cuerpo h3{
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 23px;
	font-family: tahoma, sans-serif;
}

td#cuerpo h4{
	font-size: 15px;
	font-family: verdana, sans-serif;
	text-align: center;
	border-bottom: 1px dotted white;
	padding-bottom: 5px;
}

td#cuerpo div.separador{
	text-align: center;
	width: 100%;
	height: 9px;
	margin: 15px 0;
}

td#cuerpo div.separador span{
	display: block;
	width: 200px;
	height: 9px;
	background: #4C231D url(../img/web/separador.png) repeat-x top left;
}

td#cuerpo p{
	text-align: justify;
	text-indent: 20px;
	margin-top: 10px;
	color: #000;
}

td#cuerpo ul li{
	color: #000;
}

/* Contenido Inicio */

table#inicio_content p{
	text-indent: 15px;
	text-align: center;
	font-size: 16px;
	margin: 0 0 30px 0;
	color: #000;
}

.form_text {
	color: #990B0B;
	font-size: 14px;
	background-color: #FBD3D3;
	border: 1px solid #990B0B;
	padding: 2px 5px;
	width: 180px;
}

.form_cuerpo {
	background-color: #FBD3D3;
	padding: 0;
	width: 219px;
	color: #990B0B;
}
.izq{
	text-align: left;
	padding-left: 15px;
	width: 204px;
}

.foto{
	width:150px;
	height: auto;
	padding: 20px 40px;
}

.texto{
	width:auto;
	height: auto;
	padding: 20px;
}


#error {
	padding: 0;
	font-size: 14px;
	border: 1px solid #FBD3D3;
}

.opciones_cocina p{
	margin: 20px 0;
}

.opciones_cocina p a{
	font-size: 26px;
	margin: 10px 0;
}

.opciones_cocina p a img {
	border: 0;
}
