/* CSS GRAL. */	

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #EEE;
	}


h1, h2, h3, h4, h5, h6 {
	margin: 0; 
	padding: 0;
	}
	
table, td {
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	}	
	
caption {
	display:none;
	}	
		
a {
	text-decoration: none;
	color: #0066FF;	
	outline:none; /* sACA EL BORDE PUNTEADO EN FIREFOX!*/
	}

a:hover {
	text-decoration: underline;
	color: #0000FF;
	}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #06F;	
	padding: 0;
	margin: 0;
	}	
		
h2 {
	font-size: 12px;
	padding: 0 0 0 0;
	}	
	
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

h3 a{
	color: #333333;
	}
	
h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding-top: 7px;
	padding-bottom: 5px;
	}
		
form {
	padding: 0 0 5px 0;
	margin: 0;
	}

.field { /* formatea el textfield con esta ID */
	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;
	width: 90%;
	}	

.btn  {/* formatea el submit con esta ID */
	font-size: 9px;
	font-weight:bold;
	color: #333333;
	background-color: #DCDEE1;
	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 { /* leyenda copy */	
	color: #666666;
	font-size: 11px;
	padding-top: 7px;
	border-top: 2px #7BAE4D solid;
	}
	
.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;
	}		
		
