@charset "UTF-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #C00 url(../IMGS/pixelrojo.gif);
	font-size: 80%;
}

/*index*/

#Fondo { text-align:center;}

#CentradaIndex {
	position:relative;
	margin:auto;
	width:866px;
	height: 800px;
	text-align:left;
}

#topFondo-index{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 866px;
	height: 20px;
	background: url(../IMGS/fondoSuperior.png) no-repeat center center;
}

#midFondo-index{
	position: absolute;
	top:20px;
	left: 0px;
	width: 866px;
	height: 710px;
	background: url(../IMGS/fodoGeneral.png) repeat-y center;
}

#bottomFondo-index{
	position: absolute;
	width: 866px;
	height: 27px;
	top: 730px;
	left: 0px;
	background:url(../IMGS/fondoInferior.png) center center no-repeat;
}

#cabecera-index{
	position: absolute;
	top: 0px;
	left: 26px;
	width: 813px;
	height: 133px;
	background-color: #0b8751;
}

#logo-index{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 208px;
	height: 112px;
}

#slogan-index{
	position: absolute;
	top: 64px;
	left: 221px;
	width: 572px;
	text-align: right;
	color: #FFF;
}

#menu-index{
	position: absolute;
	top: 142px;
	left: 26px;
	width: 803px;
	padding: 5px;
	background-color: #000;
	text-align: center;
	color:#FFF;
}

#menu-index li{
	list-style-type: none;
	display: inline;
	margin: 0 30px 0 30px;
}

#menu-index a{
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
}

#menu-index a:hover{
	color: #C00;
}

#cont-fotos{
	position: absolute;
	top: 180px;
	left: 26px;
	width: 803px;
	height: 343px;
	border: 5px #000 solid;
}

#cont-fotos2{
	position: absolute;
	top: 196px;
	left: 42px;
	width: 773px;
	height: 314px;
	border: 1px #c00 solid;
	padding: 3px;
}

#destacados-index{
	position: absolute;
	top: 230px;
	left: 67px;
	text-align: center;
	width: 245px;
}

#destacados-index dt{
	margin-bottom: 20px;
}

#destacados-index a{
	font-variant: small-caps;
	color:#000;
	border-bottom: #c00 double 5px;
	font-size: 180%;
}

#destacados-index a:hover{
	font-variant: small-caps;
	color:#c00;
	border-bottom: #000 double 5px;
	font-size: 180%;
}

#destacahamburguesa{
	position: absolute;
	width: 305px;
	height: 146px;
	background: url(../IMGS/fondoHamburguesa.jpg) no-repeat center center;
	top: 543px;
	left: 26px;
	padding: 10px;
	text-align: right;
	color: #FFF;
	font-size: 130%;
}

#menudomingo{
	position: absolute;
	width: 204px;
	height: 106px;
	background: url(../IMGS/fondodomingo.jpg) no-repeat left center;
	top: 543px;
	left: 363px;
	padding: 50px 10px 10px 10px;
	text-align: right;
	color: #FFF;
	font-size: 130%;
	text-align: center;
}

#localiza-index{
	position: absolute;
	width: 221px;
	height: 147px;
	background: url(../IMGS/fondoLocalizacion.jpg) no-repeat center center;
	top: 543px;
	left: 598px;
	padding: 10px;
	color: #FFF;
}

#semanapintxo{
	position: absolute;
	width: 231px;
	height: 157px;
	top: 543px;
	left: 598px;
	color: #FFF;
}

#localiza-index ul{
	margin-top: 20px;
}

#localiza-index li{
	list-style-type: none;
	background: url(../IMGS/tickLocalizacion.png) no-repeat left center;
	padding-left: 25px;
	margin: 5px 5px 20px 5px;
	}

#localiza-index a{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	display: block;
	height: 20px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 110%;
}

#localiza-index a:hover{
	color: #000;
}


#pie-direccion{
	position: absolute;
	width: 433px;
	height: 27px;
	top: 760px;
	left: 16px;
	color: #FFF;
	font-size: 80%;
}

#pie-aviso{
	position: absolute;
	width: 228px;
	height: 27px;
	top: 760px;
	left: 621px;
	color: #FFF;
	font-size: 80%;
	text-align: right;
}

#pie-aviso a{
	color: #FFF;
}

#pie-aviso a:hover{
	color: #000;
}

/*textos*/
h1{
	font-size: 110%;
	font-style: italic;
	margin-bottom: 5px;
}

h2{
	font-size: 110%;
	font-weight: normal;
}

.comer{
	font-size: 230%;
	font-style: italic;
	margin-bottom: 40px;
}

.txtlocalizacion{
	font-size: 170%;
}

