body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #FFF;
	}


h1, h2, h3, h4, h5, h6 {
	margin: 0; 
	padding: 0;
	}
	
table, td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	}	
	
hr {
	border-width: 1px 0 0 0;
	border-style: dotted none none none;
	border-color: #999;
	width:100%;
	height:1px;
	margin: 8px 0 8px 0;
	}	
	
	
caption {
	display:none;
	}	
		
a {
	text-decoration: none;
	color: #0066FF;	
	outline:none; 
	}

a:hover {
	text-decoration: underline;
	color: #0000FF;
	}
	
form {
	padding: 0 0 5px 0;
	margin: 0;
	}
	
#cabezal {
	height: 104px;
	padding:0;
	margin:0;
	}	
	
#cabezal .uno {
	background-image: url(/imagenes/cabezal1.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:203px;
	}
	
#cabezal .dos {
	background-image: url(/imagenes/cabezal2.png);
	background-repeat: repeat-x;
	background-position: left top;
	}

#cabezal .dos .fecha {
	font-size:11px;
	padding:8px 0 0 0;
	color:#333;
	font-weight:normal;
	}

#cabezal .dos .buscar {
	padding:45px 0 0 0;
	}
	
#cabezal .dos .buscar  form {
	width: 230px;
	}
	
#cabezal .dos .buscar .avanzada {
	margin:0;
	padding:4px 0 0 0;
	}
	
#cabezal .dos .buscar .avanzada a {
	color:#fff;
	font-size:11px;
	}
	
		
#cabezal .tres {
	background-image: url(/imagenes/cabezal3.png);
	background-repeat: no-repeat;
	background-position: right top;
	width:57px;
	}	
#cabezal .cuatro {
	background-image: url(/imagenes/cabezal4.png);
	background-repeat: no-repeat;
	background-position: left 30px;
	width:77px;
}
input.field {
	background-image: url(imagenes/buscar.gif);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	background-color:#fff;
	height:21px;
	width: 200px;
	border: 1px solid #333;
	padding: 3px 0 3px 22px;
	color: #666;
	font-size: 12px;
	margin:0;
	} 
	
input.btn  {/* formatea el submit con esta ID */
	font-size: 9px;
	font-weight:normal;
	color: #000;
	background-color: #eee;
	height: 18px;
	border: 1px;
	border-style: solid;
	border-color: #C3C3C3 #666666 #666666 #C3C3C3;
	}		
			
/*  #### TB. SUSCRIPCION E-BOLETIN ####  */		

#boletin {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px dotted #666666;
	}
		
#boletin th {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #FF6600;
	height: 23px;
	text-align: left;
	padding-left: 5px;
	}
	
#boletin td {	
	font-size: 11px;
	}

/*  # FIN TB. SUSCRIPCION E-BOLETIN # */

#copy { 
	color: #666666;
	font-size: 11px;
	padding: 7px 0 7px 0;
	border-top: 3px #CCC solid;
	}
	
#copy img { 
	padding: 4px 0 0 0;
	}	
	
.home-table {
	background-color:#ECDCAF;
	background-image: url(/imagenes/sembrando.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}
	
#home-nyn {
	background-color:#D5B34A;
	color:#FFFFFF;
	font-size: 9px;
	font-weight: bold;
	padding-left: 9px;
	height: 19px;
	}	

/*RECUADRO BUSQUEDA*/
	
#busqueda  {
	color: #FFFFFF;
	background-color: #638C3E;
	border: 1px dotted #374F22;
	}
		
#busqueda th {
	font-size: 11px;
	font-weight: bold;
	height: 23px;
	text-align: left;
	padding-left: 5px;
	}
	
#busqueda td {	
	font-size: 11px;
	}

#contacto .field {	
	width: 180px;
	}	
	
#contacto h2 {
	font-size: 12px;
	color: #333333;	
	padding: 13px 0px 3px 0px;
	margin: 0;
	font-weight: normal;

	}	
	
#contacto textarea {
	width: 250px;
	margin: 0;
	padding: 1px 3px;
	border: 1px;
	border-style: solid;
	border-top-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #666666;
	font-size: 11px;
	color: #0066FF;
	}	
	