@charset "utf-8";
body {
	margin: 0px;
	background-image: url(images/fondo-bierfest.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family:Arial, Helvetica, sans-serif;
}


.campo1 {
	width: 223px;
	height: 18px;
	margin-bottom: 0px;
	border: 1px Solid #ffcc33 ridge;
	background: #ffcc33;
}


#principal {
	background-position: center;
	width: 793px;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow:hidden;
	clear:both;
}

#banner{
	clear: both;
	float: none;
	overflow: hidden;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	height:104px;
}

#titulo{
	clear: both;
	float: none;
	overflow: hidden;
	background-image: url(images/fondo-1.png);
	background-repeat: no-repeat;
	height:130px;
}

#central{
	clear: both;
	float: none;
	overflow: hidden;
	background-image: url(images/fondo-2.png);
	background-repeat: no-repeat;
}

#contenedor{
	clear: both;
	float: none;
	overflow: hidden;
	background-image: url(images/fondo.png);
	background-repeat: repeat;
}

#contenido-central-left{
	width:125px;
	min-height:274px;
	overflow:hidden;
	float:left;
	clear:left;
	position: relative;
	margin-left:10px;
	margin-top:10px;
}

#contenido-central-left2{
	width:125px;
	min-height:274px;
	overflow:hidden;
	float:left;
	clear:left;
	position: relative;
	margin-left:10px;
	margin-top:2px;
}

#contenido-central-right{
	width:605px;
	vertical-align: top;
	overflow:hidden;
	float:right;
	clear:right;
	position: relative;
	margin-right:30px;
}


#footer{
	clear: both;
	float: none;
	overflow: hidden;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height:50px;
}

.titulo{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
}

.titulo-rojo{
	color:#FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
}

.titulo-negro{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	text-decoration: none;
}

.links{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
	text-decoration: none;
	font-stretch:condensed;
}

.preguntas{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:400;
}

.texto1{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-style:normal;
	font-weight:normar;
}

.respuestas{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
}


