* {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #FFF;
  }

body {
	font-size:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:left;
	background-color: #002400;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


#page {width:992px; margin:0px auto; text-align:center;}

#header {
	/*
	text-align:left;
	vertical-align: bottom;
	*/
	
	/*height :183px;*/
	height :238px;
    width  :992px;
	background:url(images/header.jpg) no-repeat top left;
    


  /*height:224px;*/
  
  text-shadow:1px 1px 1px #000;
}
}

#logo {
  text-align:left;
  letter-spacing:-2px;
  text-shadow:0px 0px 8px #000;
  font:48px Georgia, Arial, "Times New Roman", Times;
  margin-left:18px;
  margin-top:94px;
  color:#FFF;
  width:364px;
  height:97px;
  float: left;
}

.green {
    color:#AEF080;
}

#slogan {
  text-align:left;
  margin-left:100px;
  font:14px Arial, "Times New Roman", Times;
  letter-spacing:0px;
  color:#FFF;
}


/* TOP NAVIGATION BAR */
#nav 
{  
    width:992px;/*610*/
    float:left;
    margin-top:183px;
}

#nav-menu-left 
{
    background:url(images/navbar-left.gif) no-repeat top left;
    width:27px;
    height:55px;
    float: left;
}
#nav-menu-right 
{
    background:url(images/navbar-right.gif) no-repeat top left;
    width:27px;
    height:55px;
    float: left;
}
#nav-menu {
    background:url(images/navbar-bg.gif) repeat-x top left;
    height:55px;
    width:938px;/*556*/
    float: left;
}

#nav-menu ul {

  list-style:none;
}
  
#nav-menu ul a {
 
  background-image: url(images/navbar-divider.gif);
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 12px;
  padding-left: 12px;
  padding-top:5px;
  display: block;
  line-height: 50px;
  text-decoration: none;
  text-shadow:1px 1px 1px #000;
  font-family: Arial, "Times New Roman", Times, serif;
  font-size: 18px;
  color: #FFF;
}
	
#nav-menu ul a:hover {
 
  text-decoration:underline;
  text-shadow:0px 0px 4px #FF0000;
}
 
#nav-menu li {

  float:left;
}
/* END NAVIGATION BAR */

/* Large header image of grass and flower, with slogans */
#header2 {
  background:url(images/header.PNG) no-repeat top left;
 
  width:992px;
  /*height:224px;*/
  height:183px;
  text-shadow:1px 1px 1px #000;
}

/* end large header */

/* clears all floated elements */
.clearfloats {
  clear:both;
}
/* end clear floats */

/* first content section, lighter green area */
#content 
{
    left   :0px;
    top    :0px; 
    background:#2E650D url(images/body-bg.gif) no-repeat top left;
    width: 992px;
    /*min-height:270px;*/
    min-height:550px;
    text-align:left;
    padding-top:35px;
    padding-bottom:20px;
}

.content-padding 
{
	padding:0px 20px 0px 20px;
	/*font: Palatino Linotype;*/
	font-family:Arial;
	/*text-align: center;*/
	text-align: left;
}

.content-padding a {
  font:16px Arial, "Times New Roman", Times;
  color:#CEFF9F;
  /*text-shadow:1px 1px 1px #104D00;*/
}

.content-padding a:hover {
  font:16px Arial, "Times New Roman", Times;
  color:#FFF;
  text-decoration:none;
  /*text-shadow:0px 0px 3px #FF0000;*/
}


#content h1 
{
	font:36px Georgia, Arial, "Times New Roman", Times;
	color:#FFF;
	padding-bottom:10px;
	text-shadow:1px 1px 2px #000;
	text-align: left;
	font-size: 18px;
	font-family:Arial;
}

#content p 
{
	font:16px Arial, "Times New Roman", Times;
	color:#FFF;
	text-align:left;
	padding-bottom:10px;
	font-size: 18px;
	font-family:Arial;
}

#content-izquierda
{
    position:relative;
    /*left: 85px;
    top: 238px;
    width: 48%;
    min-height: 420px;*/

}



#content-derecha
{
    position:absolute; 
    top: 274px;
    left:50%;
  
  /*left: 51%;
  overflow: hidden;
  
  top: 87px;
  width: 50%;
  /*padding: 0px 15px;*/
  /*margin: 12px 8px 8px 8px;*/
  min-height: 420px;
}


/* end content 1 section */


/* image that divides the two different colored content sections */
#body-divider {
  background:#1D5600 url(images/body-divider.gif) no-repeat top left;
  width:992px;
  height:23px;
}
/* end content divider */

/* darker green content section, "content 2" */
#content2 {
	width:auto;
	min-height:250px;
	background:#1D5600;
	text-align:left;
	padding-top:10px;
	padding-bottom:30px;
}

#content2 p {
  font:16px Arial, "Times New Roman", Times;
  color:#FFF;
  text-align:justify;
  padding-bottom:10px;
}

#content2 h2,h3,h4,h5,h6 {
	background:#1D5600 url(images/headline-arrow.gif) no-repeat top left;
	font:normal 25px serif, "Times New Roman", Times;
	line-height:25px;
	color:#FFF;
	text-shadow:1px 1px 2px #000;
	padding-bottom:10px;
	padding-left:30px;
	text-align: left;
}

.content2-block {
  width:274px;
  float:left;
}

.content2-block p {
  width:274px; 
  float:left;
  text-align:left;
}

  /* three column area, vertical dotted divider */
  .content-divider {
    background:url(images/content-divider.gif) no-repeat top center;
    width:2px;
    height:274px;
    float:left;
    padding:0px 30px 0px 30px; 
  }
  /* end divider */

/* end content 2 */


/* subscribe form */
#subscribe {text-align:right; padding-right:15px;}
#subscribe input { margin:1px 0;}
.button {
  background:transparent url(images/submit.html) no-repeat top left;
  padding-bottom:5px; 
  border:none;
  width:126px;
  height:33px;
  color:#FFFFFF;
  font:bold 13px Arial, Georgia, "Times New Roman", Times;
  cursor:pointer;
}
.inputstyle {
  background:#002200;
  width:200px;
  height:30px;
  color:#FFF;
  font-size:14px;
  padding:0px 5px 0px 10px;
  border:1px solid #427B23;
}
/* end subscribe form */



/* footer of page */
#footer-div {
  background:url(images/footer-div.gif) no-repeat top left;
  width:992px;
  height:6px;
}

#footer {
  padding-top:15px;
  width:992px;
  height:50px;
  background:#001800;
  text-align:center;
}

#footer p {
  font:12px Arial, "Times New Roman", Times;
  color:#FFF;
}

#footer a {
  font:12px Arial, "Times New Roman", Times;
  color:#FFF;
}
/* end footer */












#page #header2 #header2-slogan2 p {
	font-size: 36px;
	text-align: right;
}
#page #content .content-padding ul li {
	text-align: left;

}
.Titulo_2 {
	font-size: 24px;
}
#Titulo {
	font-size: 24px;
}
#page #content .content-padding table {
	text-align: left;
}
#page #content .content-padding ul p {
	text-align: right;
}
#page #content .content-padding table {
	font-weight: bold;
}
#page #content .content-padding table {
	font-weight: normal;
}
#page #content .content-padding table tr td p {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #FFF;
}
#page #content .content-padding table tr td p {
	color: #000;
	text-align: left;
}
#page #content .content-padding table tr td {
	color: #000;
}
#page #content .content-padding table tr td {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
}
#page #content .content-padding table tr td {
	color: #000000;
}

