/* CSS Document */

body{
	margin: 0;
	text-align: center;
	background-color: #ffe1c3;
}
#contenedor{
	text-align: left;
	width: 980px;
	margin: auto;
}
#cabecera{
	z-index: 99;

}
#cuerpo{
	margin: 10 0 10 0px;
	position: relative;
	width: 630px;
	height: auto;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 25px;
	text-align: justify;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8F2805;
	padding-bottom: 25px;

}
#menu {
	margin-top: -20px;
}
#lateral{
	width: 154px;
	float:left;
	background-image: url(imagenes/fondo_izq.png);
	background-repeat: no-repeat;
	height: 315px;
	z-index: 99;
}

#lateral ul{
	list-style: url(none) none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	letter-spacing: 0.1em;
	text-indent: 17px;
	margin-top: -15px;
}
#lateral li{
	white-space: normal;
	top: 0px;
	position: relative;
	height: 45px;
	list-style-image: none;
	list-style-type: none;
}
#lateral a:link{
	color: #FFF;
	text-decoration: none;
}
#lateral a:visited {
	color: #FFF;
	text-decoration: none;
}
#lateral a:hover {
	color: #C93;
	text-decoration: none;
}


#ColDerecha{
	width: 134px;
	float: right;
	background-image: url(imagenes/fondo_der.png);
	background-repeat: no-repeat;
	padding-left: 10px;
	height: 315px;
	z-index: 5;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 10px;
}
#ColDerecha strong {
	font-size: 12px;
	color: #FFF;
}

#principal{
	width: 640px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	top: 121px;
	bottom: 0px;
	overflow: auto;
	padding-right: 16px;
	padding-top: 20px;
	position: absolute;
	z-index: 0;
	margin-right: 50%;
	margin-left: 170px;
}
#principal h2 {
	color: #F00;
	display: inline;
	letter-spacing: 0.1em;
	font-size: 16px;
}
#principal p {
	text-align: justify;
	letter-spacing: 1px;
}

.subtitulo {
	font-size: 14px;
	font-weight: bold;
	color: #C60;
}
#noticia {
	width: 625px;
	height: auto;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	float: left;
}
#pieNoticia {
	width: 625px;
	height: auto;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	float: left;
}
#vino {
	position: relative;
	width: 630px;
	height: auto;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 25px;
	text-align: justify;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8F2805;
	padding-bottom: 25px;
}

