@import "reset.css";
/* Layout general */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1.titulo{
	font-size:25px;
	color:#873A82;
	font-weight:bold;
	width:475px;
	margin-bottom:20px;
}
h2.noticia{
	clear:both;
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
	color:#73186C;
	border-bottom:dotted #A13032 2px;
}
h3.encabezado{
	clear:both;
	font-size:20px;
	font-weight:bold;
	margin-bottom:5px;
	color:#73186C;
	border-bottom:dotted #A13032 2px;
}
strong{
	font-weight:bold;
	color:#73186C;
}
#contenedor{
	margin-top:15px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	min-height:400px;
	background:url(../imagenes/bg_menu.png) repeat-y top left;
}
#cellLeft{
	width:245px;
	min-height:450px;
	float:left;
}
#cellRight{
	width:655px;
	min-height:400px;
	float:right;
}
#contenido{
	clear:both;
}
#cLeft{
	float:left;
}
.cas1{/* 1 Columna */
	width:655px;
	padding-top:35px;
}
.cas2{/* 2 Columna */
	width:494px;
	padding-top:45px;
}
#cLeft p{
	text-align:justify;
	margin-bottom:15px;
}
#cRight{
	width:159px;
	float:right;
	height:350px;
	padding-top:65px;
	text-align:right;
}

#pie{
	clear:both;
	height:400px;
}
#pLeft{
	width:245px;
	float:left;
}
#pLeft ul{
	width:175px;
	text-align:right;
}
#pLeft li{
	font-weight:bold;
	font-size:18px;
	text-align:right;
	line-height:95px;
	width:175px;
	color:#FFFFFF;
}
#pRight{
	width:655px;
	float:right;
}
#pRight p{
	height:100px;
}
#pRight img{
	vertical-align:middle;
	padding:5px;
}
/* Menu de secciones */
#secciones{
	margin-top:30px;
	float:right;
	width:460px;
	height:42px;
}

#secciones ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	font-size: 10px;
	font-weight: bold;
	height: 30px;
	float: left;
}
#secciones ul li{
	display:inline;
	margin-right:5px;
}
#secciones a{
	text-decoration:none;
	color:#000;
	display:inline-block;
	width:45px;
	height:45px;
}
#secciones a.ojo{
	background:url(../imagenes/ojo_luna_peque.png) no-repeat top;
}
#secciones a.cine{
	background:url(../imagenes/letras_peque.png) no-repeat top;
}
#secciones a.surcos{
	background:url(../imagenes/surcos_peque.png) no-repeat top;
}
#secciones a.cosecha{
	background:url(../imagenes/cosecha_peque.png) no-repeat top;
}
#secciones a.tierra{
	background:url(../imagenes/tierra_arada_peque.png) no-repeat top;
}
#secciones a.girasoles{
	background:url(../imagenes/girasoles_peque.png) no-repeat top;
}
#secciones a.alforja{
	background:url(../imagenes/mochila_peque.png) no-repeat top;
}
#secciones a:hover{
	background-position:bottom;
}
/* Menú de navegación */
.menuPrincipal{
	margin-top:100px;
	font-weight:bold;
	text-align:right;
	line-height:25px;
	width:140px;
}
.menuPrincipal a{
	font-size:18px;
	text-decoration:none;
	color:#CF9799;
}
.menuPrincipal a:hover{
	color:#FFFFFF;
}

/* Clases varias */
.phantom{
	display:none;
}
.cuerponoticia{
	padding-left:15px;
	line-height:16px;
	width:465px;
	float:left;
}
.imagenoticia{
	padding-left:10px;
	float:right;
}
.mas{
	font-size:14px;
	color:#CF9799;
	text-decoration:none;
	font-weight:bold;
	display:block;
	margin-bottom:25px;
}
.fecha{
	font-size:9px;
	margin-bottom:10px;
	width:465px;
}
.textoSecciones{
	padding-left:15px;
	line-height:16px;
	width:465px;
	float:left;
}
.subtituloSecciones{
	color:#73186C;
	font-size:14px;
	font-weight:bold;
	margin-bottom:12px;
}
.calendario th{
	font-size:14px;
	font-weight:bold;
	color: #73186C;
}
.albumes a{
	text-decoration:none;
}
.albumes img{
	border:1px dotted #666;
}
