  html, body {height: 100%;}
  
  html,body,div,p,ul,ol,li,h1,h2,h3,h4,pre,form,p,button,img {
  margin: 0;
  padding: 0;
  border: 0;
  }
  
  :focus{outline:0;}
  
  a img{border:0;}
  
  * {
  transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  }
  
  body {
  background-image:url(../img/fondo.png);
  background-repeat:repeat-x;
  font-family: Arial, Helvetica, sans-serif;
  margin:0; 
  padding:0;
  background-color:#FFFFFF;
font-family: 'Open Sans', sans-serif;
  }
  
  #header{
  width:100%;
  float:left;
  }
  
  
  #header .logo{
  margin-top:20px;
  margin-bottom:10px;
  width:96%;
  margin-left:2%;
  }
  
  #menu{
  width:100%;
  float:left;
  }
  
  #menu .menu{
  
  width:96%;
  margin-left:2%;
  float:left;
  
  
  background: #007c63; /* Old browsers */
  
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2M2MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDQ0MzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  
  background: -moz-linear-gradient(top,  #007c63 0%, #004433 100%); /* FF3.6+ */
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007c63), color-stop(100%,#004433)); /* Chrome,Safari4+ */
  
  background: -webkit-linear-gradient(top,  #007c63 0%,#004433 100%); /* Chrome10+,Safari5.1+ */
  
  background: -o-linear-gradient(top,  #007c63 0%,#004433 100%); /* Opera 11.10+ */
  
  background: -ms-linear-gradient(top,  #007c63 0%,#004433 100%); /* IE10+ */
  
  background: linear-gradient(to bottom,  #007c63 0%,#004433 100%); /* W3C */
  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007c63', endColorstr='#004433',GradientType=0 ); /* IE6-8 */
  }
  
  #menu .menu a{
  font-size:15px;
  padding-top:12px;
  padding-bottom:12px;
  float:left;
  text-align:center;
  width:25%;
  color:#FFF;
  }
  
  #menu .menu a:hover{
  text-decoration:none;
  background-color:#004433;
  }
  
  #menu .menu a.selecc{
  text-decoration:none;
  background-color:#004433;
  }
  
  #center{
  width:100%;
  float:left;
  } 
  
  #center h1{
  width:98%;
  padding-left:2%;
  float:left;
  background-color:#004333;
  color:#FFF;
  font-size:24px;
  padding-top:5px;
  padding-bottom:5px;
  text-transform:uppercase;
  }
  
  #center .texto{
  background-color:#005946;
  font-size:12px;
  color:#FFF;
  padding-top:20px;
  padding-bottom:20px;
  margin-top:5px;
  line-height:normal;
  }
  
  #center .texto .span8{
  padding-left:20px;
  width:560px;
  padding-top:20px;
  padding-bottom:20px;
  }
  
    #center .texto .span8 strong{
		font-size:13px;
  }
  
  #center .texto .span12{
  width:900px;
  padding:20px;
  }
  
  #center .texto .span4{
  width:320px;
  }
  
  #center .texto .span4 .reci_{
	  width:100%;
	  float:left;
	  margin-bottom:10px;
  }
  
  #center .texto .span4 .reci_ img{
	  float:left;
	  margin-right:10px;
	  width:21px;
  }
  
    #center .texto .span4 .reci_ span{
	  float:left;
	  width:289px;
  }
  

  #center .contacto_{
  padding:20px;
  width:900px;
  background-color:#f5f5f5;
  color:#333;
  font-size:13px;
  margin-top:5px;
  }
  
   #center .contacto_ table tr td{
  font-size:13px;
  }
  
  #center .contacto_ strong{
  font-size:15px;
  }
  
  #footer{
  width:100%;
  float:left;
  margin-top:20px;
  padding-bottom:30px;
  background-image:url(../img/footer.jpg);
  background-position:bottom;
  background-repeat:repeat-x;
  } 
  
  #footer .texx{
  border-top:3px solid #048a62;
  padding-top:20px;
  text-align:center;
  color:#000;
  font-size:13px;
  text-transform:uppercase;
  } 
  
  
