/* CSS Document */

/*------------------------- Generales --------------------------------*/

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #440D14;
}

.oculto {
	display: none;
}

a {
	color: #440D14;
}

img {
	border: 0px;
}

/*------------------------- Fin Generales ----------------------------*/

/*------------------------- Container --------------------------------*/

#container {
	width: 804px;
	height: 617px;
	background: url("imgs/fondo_content.gif") no-repeat top left;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
}

/*------------------------- Fin Container ----------------------------*/

/*------------------------- Head -------------------------------------*/

#head {
	margin: 0px;
	padding: 0px;
	width: 804px;
	position: relative;
}

#titulo {
	margin: 0px;
	padding: 0px;
}

#titulo h1 {
	margin: 0px 0px 0px 3px;
	padding: 0px;
	font-size: 10px;
}

#titulo h1 span {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 2px;
	background: url("imgs/logotipo.gif") no-repeat top left;
	width: 237px;
	height: 100px;
}

#bloque_menu {
	position: relative;
	padding: 0px;
	margin: 54px 0px 0px 330px;
	width: 310px;
	height: 39px;
	font-size: 10px;
}

#menu {
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/*------------------------- Fin Head ---------------------------------*/

/*------------------------- Content ----------------------------------*/

#content {
	position: relative;
	float: left;
	width: 804px;
	height: 452px;
	margin: 0px;
	padding: 0px;
}

/*------------------------- Fin Content ------------------------------*/

/*------------------------- Productos --------------------------------*/

#productos {
	float: left;
	width: 309px;
	margin: 0px;
	padding: 1px 2px;
}

#titulo_apartado {
	margin: 0px;
	padding: 0px;
	width: 172px;
	height: 70px;
}

#titulo_subapartado {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 216px;
	height: 79px;
	font-size: 10px;
	text-align: center;
}

#titulo_subapartado span {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 2px;
	background: url("imgs/subtitle_elaboracion_artesanal.gif") no-repeat top left;
	width: 216px;
	height: 79px;
}

#imagenes {
	width: 261px;
	height: 147px;
	overflow: hidden;
	margin: 0px 0px 0px 34px;
	padding: 0px;
}

#imagenes_portada {
	width: 261px;
	height: 199px;
	margin: 0px 0px 0px 34px;
	padding: 2px;
	vertical-align: middle;
}

#fotos {
	width: 261px;
	height: 147px;
}

#botones {
	margin: 0px 0px 0px 34px;
	padding: 0px;
	width: 227px;
	height: 30px;
	font-size: 8px;
}

#anterior {
	position: relative;
	font-size: 8px;
	float: left;
	width: 46px;
	height: 30px;
}

#anterior span {
	width: 46px;
	height: 32px;
	position: absolute;
	z-index: 2;
	background: url("imgs/boton_anterior.gif") no-repeat top left;
	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

#siguiente {
	position: relative;
	font-size: 8px;
	float: right;
	width: 46px;
	height: 30px;
}

#siguiente span {
	width: 46px;
	height: 34px;
	position: absolute;
	z-index: 2;
	background: url("imgs/boton_siguiente.gif") no-repeat top left;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

/*------------------------- Fin Productos ----------------------------*/

/*------------------------- Info -------------------------------------*/

#info {
	position: relative;
	float: left;
	width: 410px;
	height: 430px;
	margin: 8px 28px 0 28px;
	padding: 0px;
	overflow: hidden;
}

#head_info {
	margin: 23px 0px 10px 0px;
	padding: 0px;
	height: 41px;
}

#head_info ul {
	margin: 0px;
	padding: 0px;
}

#head_info li {
	display: inline;
	list-style-type: none;
	margin-right: 9px;
}

#content_info {
	position: relative;
	float: left;
	width: 410px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-indent: -20000px;
}

#ci, #co, #cm, #di, #dd, #ds {
	position: relative;
	float: left;
	width: 410px;
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #F2E9D7;
}

#ci {
	height: 183px;
}

#ci span {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url("imgs/content_catering_intro.gif") no-repeat top left;
	width: 410px;
	height: 183px;
	z-index: 2;
}

#co {
	height: 249px;
}

#co span {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url("imgs/content_catering_ofrecemos.gif") no-repeat top left;
	width: 410px;
	height: 249px;
	z-index: 2;
}

#cm {
	height: 110px;
}

#cm span {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url("imgs/content_catering_menu.gif") no-repeat top left;
	width: 410px;
	height: 110px;
	z-index: 2;
}

#di {
	height: 139px;
}

#di span {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url("imgs/content_dulceria_intro.gif") no-repeat top left;
	width: 410px;
	height: 139px;
	z-index: 2;
}

#dd {
	height: 134px;
}

#dd span {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url("imgs/content_dulceria_dulces.gif") no-repeat top left;
	width: 410px;
	height: 134px;
	z-index: 2;
}

#ds {
	height: 274px;
}

#ds span {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url("imgs/content_dulceria_salado.gif") no-repeat top left;
	width: 410px;
	height: 274px;
	z-index: 2;
}

#content_portada {
	position: relative;
	float: left;
	width: 410px;
	margin: 0px;
	padding: 0px;
}

#content_portada img {
	position: relative;
	float: left;
	margin: 74px 0 0 0;
}

/*
#content_portada img {
	position: absolute;
	left: 0;
	top: 74px;
}*/

#foot_info {
	position: relative;
	float: left;
	width: 238px;
	height: 20px;
	margin: 38px 0 0 0;
	padding: 0;
	font-size: 10px;
	text-indent: -20000px;
}

#foot_info a span {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url("imgs/boton_presupuesto_1.gif") no-repeat top left;
	width: 238px;
	height: 20px;
	z-index: 2;
	cursor: pointer;
}

#foot_info a:hover span {
	background: transparent url("imgs/boton_presupuesto_2.gif") no-repeat top left;
}

/*------------------------- Fin Info ---------------------------------*/

/*------------------------- Foot -------------------------------------*/

#foot {
	clear: both;
	position: relative;
	float: left;
	margin: 0px 10px;
	padding: 8px 0 0 0;
	width: 781px;
	height: 54px;
}

#foot p {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 781px;
	height: 53px;
	font-size: 10px;
	text-align: center;
	z-index: 1;
	font-family: Georgia, serif;
	font-size: .7em;
	color: #A78A7D;
	font-weight: bold;
	margin-top: 13px;
	height: 40px;
}

#foot p span {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	z-index: 2;
	width: 781px;
	height: 44px;
	/*background: transparent url("imgs/foot.gif") no-repeat bottom left;*/
	top: 0px;
	left: 0px;
}
#foot a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EDE2C9;
	width: 781px;
}
/*------------------------- Fin Foot ---------------------------------*/
/*------------aviso y creditos------------*/
.creditos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 5px;
	padding: 5px;
}
#titulos_creditos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}/*--------------------- Fin aviso y creditos ----------------*/