@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
	background-color: #000000;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#contenedor {
	width:100%;
	height:860px;
	margin:0px;
	padding:0px;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	
}
#contenedor2 {
	width:100%;
	height:860px;
	margin:0px;
	padding:0px;
	background-image: url(imagenes/fondoterraza.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	#contenedor3 {
	width:100%;
	height:860px;
	margin:0px;
	padding:0px;
	background-image: url(imagenes/fondosumiller.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	#contenedor4 {
	width:100%;
	height:860px;
	margin:0px;
	padding:0px;
	background-image: url(imagenes/fondocervezas.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
	#contenedor5 {
	width:100%;
	height:860px;
	margin:0px;
	padding:0px;
	background-image: url(imagenes/fondoaperitivo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}
#contenido {
	width:1024px;
	height:860px;
	margin-left:auto;
	margin-right:auto;
}
#cabecera {
	float:left;
	height:310px;
	width:1024px;
}
#relleno_cabecera {
	float:left;
	height:255px;
	width:1024px;
	font-family: Arial, Helvetica, sans-serif;
}
#botones {
	float:left;
	width:1024px;
	height:50px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
#botones ul {
	margin-left: 20px;
	margin-top: 12px;
}
#botones li {
	display: inline;
	list-style-type: none;
	margin-right: 30px;
}
#cuerpo {
	float:left;
	width:1024px;
	height:480px;
}
#texto1 {
	height:470px;
	width:670px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	float: left;
}
#texto1 p {
	margin-left: 80px;
	line-height: 20px;
}
#texto1 h3 {
	color: #FF6600;
	font-size: 16px;
	margin-left: 100px;
	margin-top: 30px;
}
#barra_lateral1 {
	float:right;
	height:300px;
	width:330px;
}
#barra_lateral1 ul {
	margin-left: 32px;
	margin-top: 10px;
}
#barra_lateral1 li {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: -15px;
}
#barra_lateral2 {
	float:right;
	height:auto;
	width:330px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}
#barra_lateral2 li {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 5px;

}
#barra_lateral2 ul {
	margin-left: 50px;
	margin-top: 35px;
}
#flash {
	position: absolute;
	z-index: 100;
	left: 170px;
	top: 300px;
}
#flash2 {
	position: absolute;
	z-index: 100;
	left: 100px;
	top: 300px;
}
#flash3 {
	position: absolute;
	z-index: 100;
	left: 170px;
	top: 445px;
}

#flash4 {
	position: absolute;
	z-index: 100;
	left: 180px;
	top: 470px;
}
#flash5 {
	position: absolute;
	z-index: 100;
	left: 180px;
	top: 450px;
}
#pie {
	width:670px;
	float:left;
	margin-bottom: 0px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 20px;
}
#pie p {
	margin-top: 10px;
	margin-left: 70px;
	color: #CCCCCC;
}
 #galleria{
	height:300px;
                //background:#222;
                //background:-moz-radial-gradient(center 45deg, circle closest-side, #222 40%, #000 100%);
                //background:-webkit-gradient(
                    radial, center 50%, 20, center 50%, 250, from(#333), to(#000)
                )
; 	margin-left: 80px;
				}


