html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
sub, sup, tt, var, dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, center{
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-family: inherit;
}


body, html {
     line-height: 1;
}

:focus {
     outline: 0
}

table {
     border-collapse: collapse;
     border-spacing: 0
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}

/* INICIO DE LOS ESTILOS */

html, body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

#cuerpo {
	margin:0 auto 0 auto;
	width:1024px;
	font-size:12px;
}

#contenido {
	padding-left:35px;
	padding-right:35px;
}

#cabecera {
	padding-left:35px;
}

#menu {
	position:relative;
	left:35px;
	width:960px;
	height:21px;
	background-image:url(../img/menu.jpg);
	background-repeat:no-repeat;
}

#pie {
	position:relative;
	left:35px;
	width:960px;
	height:19px;
	background-image:url(../img/pie.jpg);
	background-repeat:no-repeat;
	font-size:11px;
}


#menu .elemento {
	padding-left: 37px;
	display:inline;
	float:left;
}

#contenido_seccion {
	padding-left:40px;
	padding-right:40px;
	padding-bottom:40px;
	padding-top:30px;
	color:#000;
	text-align:justify;
	line-height:16px;
}

#contenido_seccion span {
	font-size:22px;	
}

#menu .elemento a {
	position:relative;
	top:4px;
	text-decoration:none;
	color: #FFF;
	font-size:12px;
}

#menu .elemento a:hover, #menu .elemento a.seleccionado  {
	color:#FF0;
}


#pie div {
	color:#FFF;
	padding-top:4px;
	text-align:center;
}

#pie div span {
	font-size:11px;
}

#pie div a {
	font-size:11px;	
	text-decoration:none;
	color:#FFF;
}

#galeria {
	text-align:center;
	padding-top:45px;
	padding-left:25px;
}

.thumb {
	width:75px;	
	height:75px;
	background-color:#FFF;
	display:inline;
	float:left;
	margin-left:35px;
	margin-bottom:48px;
	border:0px;
}

#receta {
	padding:20px;	
}


#receta a{
	color:#000;
	text-decoration:none;
	line-height:24px;
	padding-left: 18px;
    background: transparent url(../img/receta.png) no-repeat center left;

}

#receta a:hover{
	color:#7a1213;	
}


#cartamenu {
	padding:20px;	
}


#cartamenu a{
	color:#000;
	text-decoration:none;
	line-height:24px;
	padding-left: 18px;
	height:24px;
    background: transparent url(../img/pdf.png) no-repeat center left;

}

#cartamenu a:hover{
	color:#7a1213;	
}
