/* CSS Document */
/* ------------------------------------------------------------
   Fecha: 06 noviembre 2007
   Ver.   1.1 - 06.11.07 - Resolución 1024 x 768
   Autor: José María Ruiz Florido
   Email: josemaria@agricolaquero.com
   ------------------------------------------------------------*/
* {
	margin:0 auto;
	padding:0; }
a:link, a:visited {
	text-decoration:none;
	color:#134DB1; }
a:hover, a:active {
	color: #134DB1;
	text-decoration: underline; }
body {
	background-color:#FFF;
	text-align:center; }
div#escritorio {
	width:995px;
	height: auto;
	text-align:left; }
#cabecera {
	width:993px;
	height:140px;
	float: inherit;
	background-image:url(images/cabecera.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	position:relative;
	border:solid 1px #CCCCCC;
	border-right-color: #CCCCCC;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC; }
#cabecera .menu{
	position:absolute;
	left:340px;
	top: 110px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#673b15; }
.menu a:link, a:visited {
	text-decoration:none;
	color:#000000; }
.menu a:hover, a:active {
	color: #FF0000;
	text-decoration: underline; }
#contenedor {
	width:635px;
	height:auto;
	float:left;
	border:solid 1px #CCCCCC;
	border-right-color: #CCCCCC;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC; }
#contenido1 {
	width:361px;
	height:auto;
	float:left; }
#contenido2 {
	width:272px;
	height:auto;
	float:right;
	border:solid 1px #CCCCCC;
	border-right-color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC; }
#columna {
	width:356px;
	height:auto;
	float:right;
	border:solid 1px #CCCCCC;
	border-right-color: #CCCCCC;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF; }
#noticia {
	width:995px;
	height:auto;
	float:left;
}
#noticia1 {
	width:675px;
	height:auto;
	float:left;
/*	padding-left: 10px;*/
	border:solid 1px #CCCCCC;
	border-right-color:#FFFFFF;
	border-left-color:#CCCCCC;
	border-top-color:#FFFFFF;
	border-bottom-color:#FFFFFF; }
#noticia2 {
	width:292px;
	height:auto;
	float:right;
	border:solid 1px #CCCCCC;
	border-right-color:#CCCCCC;
	border-left-color:#CCCCCC;
	border-top-color:#FFFFFF;
	border-bottom-color:#CCCCCC; }
#pie {
	width:995px;
	height:70px;
	float:left;
	font-family: Verdana, Arial;
	font-size:11px;
	line-height:12px;
	color: #666666;
	background-image: url(images/pie.jpg);
	background-repeat:no-repeat;
	margin:5px 0 0 0;
}
.pie a:link, a:visited {
	text-decoration: underline;
	color:#666666; }
.pie a:hover, a:active {
	text-decoration:none;
	color:#666666; }
#contenido p {
	padding-right:20px;	}
.izqda {
	text-align:left;
	position:relative; }
.izqda img{
	float:left;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px; }
p {
	font-family:Georgia, Verdana;
	font-size:15px;
	line-height:17px;
	color:#333333;
	padding:9px;
	text-align: justify; }
.h1 {/*titulos*/
	font-family: Georgia;
	font-size: 16px;
	line-height: 17pt;
	color: #134DB1;
	font-weight: bold; }
.h2 {/*titulos GDES*/
	font-family: Georgia;
	font-size: 18px;
	line-height: 19pt;
	color: #000099;
	font-weight: bold; }
.h3 {/*letra mediana-verdana*/
	font-family:Verdana;
	font-size:12px;
	line-height:13px;
	color:#333333; }
.h4 {/*letra comic*/
	font-family: "Comic Sans MS";
	font-size:16px;
	line-height:18pt;
	color:#333333; }
.h5 { /*letra pña*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:12px;
	color: #666666;
	margin:0 0 0 15px; }

