/*------ Estilo Verde ------ */
/*------ por Gabriel Saenz ------*/
/*------ http://malsintaxis.com ------*/


body          { 
	color: black; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: justify; 
	margin: 0 0 20px; 
	padding: 0;
	}

html, body {
     min-height:100.1%;
	}
	
a:link  { 
	color: #426231; 
	text-decoration: none;
	}
	
a:visited  { 
	color: #426231; 
	text-decoration: none;
	}
	
a:hover   { 
	color: #426231;
	text-decoration: underline 
	}

/* LOGO */
#logo  { 
	margin: 0; 
	padding: 0; 
	width: 350px; 
	height: 65px; 
	float: left; 
	text-indent: -9999px;
	/*background-image: url(images/logo1.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	}
	
#logo a {
	width: 350px;
	display: block;
	height: 65px;
	padding: 0;
	margin: 0;
	background-image: url(images/logo1.jpg);
	}

#logo a:hover {
	width: 350px;
	display: block;
	height: 65px;
	padding: 0;
	margin: 0;
	background-image: url(images/logo1.jpg);
	background-position: 0px -65px;
	}


/* END LOGO */


/* MENU */

#navigation    { 
	padding-top: 20px; 
	padding-bottom: 30px; 
	height: 15px; 
	}

/* Segundo MENU */
/* Para las ediciones y calendarios (ED) */
	
#EDnavigation    { 
	padding-top: 5px; 
	padding-bottom: 15px; 
	height: 15px; 
	}
	
#EDborde     { 
	padding: 5px; 
	background: #c2d097 
	}

/* termino segundo MENU*/
/* CSS Drop down menu */

td.menu {
	background: #ffffff;
	border: solid 1px #c2d097;
	}
	
table.menu	{
	font-size:70%;
	position: absolute;
	visibility: hidden;
	}
	
/* End CSS Drop down menu */

.menu     { 
	color: #426231; 
	font-size: 135%; 
	clear: right 
	}

/* END MENU */

/* CONTENT */
	
#borde { 
	padding: 6px 0; 
	border-top: 3px solid #426231; 
	}
	
#rallita { 
	padding: 2px 0; 
	border-top: 1px dashed #c2d097; 
	}
	
#bienvenido {
	background: url('images/bienvenido.gif') no-repeat;
	background-position: top left;
	width: 273px; 
	height: 259px;
	padding-top: 10px;
	text-align: center;
	}
	
td.contenido	 { 
	text-align: justify; 
	padding-right: 5px; 
	padding-left: 5px; 
	vertical-align: text-top;
	}
.publicidad   { 
	color: #6FA553;
	font-size: 90%; 
	text-align: right; 
	vertical-align: text-top;
	border: 0px
	}
	
h1,h2,h3,h4,h5	  { 
	color: #c9de8f; 
	font-size: 250%; 
	padding-left: 10px;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
h2	 { 
	color: #ffffff; 
	font-size: 150% 
	}
	
h3	 { 
	color: #426231; 
	font-size: 90%;
	text-align: left 
	}

h4	 { 
	color: #426231; 
	font-size: 150%;
	}

h5	 { 
	color: #426231; 
	font-size: 110%; 
	padding: 0px;
	}

ul 	{
	list-style-image: url(images/flecha.jpg);
	}
	
#homeinfo  { 
	color: #426231; 
	font-size: 120%; 
	background: url(images/mariposa.gif) no-repeat;
	background-position: top left;
	width: 100%; 
	text-align: right; 
	padding-top: 10px; 
	height: 23px;
	}
	
#bordeBoletin     { 
	padding: 5px; 
	border: solid 1px #5f7f40 
	}	
	
#bordehome     { 
	padding: 5px; 
	border: solid 1px #c2d097 
	}
	
#homeVerde  { 
	color: #426231;
	font-size: 150%;
	background: url(images/home_almanaqueVerde.gif) no-repeat; 
	background-position: top right; 
	text-align: center; 
	width: 518px;
	height: 221px; 
	}
	
#homeBlog {
	color: #426231; 
	font-size: 150%; 
	background: url('images/blog.gif') no-repeat;
	background-position: top right;
	width: 518px; 
	height: 190px;
	}
	
/* END CONTENT */

/* Contact */

.contactForm {
 font-weight: normal;
 font-size: 12px;
 border: 0px;
 background-color: #FFF;
 border-bottom: 1px solid #426231;
 padding: 2px;
 }
 .contactForm2  { 
 font-size: 12px; 
 font-weight: normal; 
 background-color: #FFF; 
 border: solid 1px #426231; 
 }


/* end Contact */

/* FOOTER */

.footer   { 
	color: #6FA553; 
	font-size: 90%; 
	text-align: center; 
	vertical-align: text-top
	}
	
/* END FOOTER */
