html
{
/*  overflow: hidden;*/
/*  height: 99%;*/
}
                         
body
{
  background: #0F6222;
/*  height: 99%;*/
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: center;
}

*
{
  font-size: 9pt; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #222;
  text-align: left;
}

.list
{
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

/* Ie PNG Fix - Solucion para ver transparencias en Ie6 y anteriores */
img, div { behavior: url(iepngfix/iepngfix.htc) }

.none {
	background-color: #36f; 
	margin:auto;
	visibility: hidden; 
	position: absolute; 
	top: 18px; 
	left: 18px; 
	width: 752px; 
	height: 500px
	}

/* === Containers === */



#first_container
{
  margin: 0 auto 0 auto; 
  display: table; 
  height: 100%;  
  position: relative; 
  overflow: hidden; 
  width: 860px;
}

/* LO SAQUE
#second_container
{
  position: absolute; 
  top: 50%;
  vertical-align: middle;
  width: 100%; 
  border:1px dotted #0f0;
}
*/

#third_container
{
  position: relative; 
/*  top: -163px; */
	top:20px;
	width: 860px;
	height:470px;
}



/* === Menu === */



#menu
{
  height: 31px;
  padding-right: 2px;
  margin: 0;
  list-style: none;   
}

#menu li
{
  float: right;
  display: block;
  width: 82px;  height: 31px;  
}

#menu a
{
  display: block;
  width: 82px;  height: 31px;  
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited
{
  color: #749942; 
  background-color: #0F6222;
}

#menu a:hover, #menu a:active
{
  background-image: url('images/taba2.jpg');
  background-color: #0F6222;
  color: #ffffff; 
}

#menuselected
{
  display: block;
  width: 82px;  height: 31px;  
  background-image: url('images/taba.jpg');    
  background-color: #fff;
  text-decoration: none;
  line-height: 31px;
  color: #0F6222;
  text-align: center;
}





/* === Other Divs === */
 

#logo {
	float:left;
	margin:20px 20px 0 0;
	font-size:17px;
	font-weight:bold;	
	font-family;Verdana,arial,tahoma;
	color:#fff;
	line-height:20px;
	}

.border
{
  background-color: #ffffff;
  padding: 15px 15px 15px 60px;
  height: 350px;
  background-image: url('images/back.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  text-align: left;
}

.titlehome
{
  position: absolute;
  margin-left: 12px;
  margin-top: 30px; 
  width: 40px;
  height: 120px;
  background-image: url('images/title-home.png');
}
.titleclientes
{
  position: absolute;
  margin-left: 13px;
  margin-top: 30px; 
  width: 40px;
  height: 200px;
  background-image: url('images/title-clientes.png');
}
.titleservicios
{
  position: absolute;
  margin-left: 12px;
  margin-top: 30px; 
  width: 40px;
  height: 230px;
  background-image: url('images/title-servicios.png');
}
.titlepeligros
{
  position: absolute;
  margin-left: 12px;
  margin-top: 30px; 
  width: 40px;
  height: 230px;
  background-image: url('images/title-peligros.png');
}
.titlecontacto
{
  position: absolute;
  margin-left: 12px;
  margin-top: 30px; 
  width: 40px;
  height: 220px;
  background-image: url('images/title-contacto.png');
}

.content
{
  height: 334px; /* Este es el alto para el IFRAME y la barra de Scroll Vertical */
  overflow: auto;
  padding: 7px;
}

.designinfo
{
  margin-top: 5px;
  text-align: right;
  color: #749942;
  background-color: inherit;
}
.designinfo a
{
	color: #749942;
	text-decoration:none;
}
/* === Inline Text Styles === */



h1
{
  margin: 10px 0 -40px -2px;
  padding: 0 10px 40px 9px;
  font-size: 16px;
  color: #ffffff;
  background-color: inherit;
  border-left: 5px solid rgb(211, 226, 195);
}

h2
{
  padding: 0 10px 0px 5px;
  font-size: 14px;
  color: #000;
  background-color: inherit;
}
h3
{
  padding: 0;
  font-size: 12px;
  color: #000;
  background-color: inherit;
}

.details
{
  display: none;
  font-size: 9px;
  color: #6E7468;
}

.text
{
  display: block;
  margin: 5px 5px 20px 12px;
}

.text a
{
  color: #666F53;
  text-decoration: none;
  font-weight: bold;
}

.text a:hover, .text a:active
{
  color: #000000;
}

.text img
{
  border:1px solid #555;
  float:left;
  vertical-align:center;
  margin-right:5px;
}
.text .plagas
{
	clear:both;
}

blockquote
{
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.note
{
  	display: block;
	margin: 10px 0px 10px 10px;
	color: #333;
	font-weight:normal;
	font-size:12px;
}

.bold
{
  font-weight: bold;
}



/* Formulario */

#contacto label {
text-align: left;
width: 80px;
float:left;
padding-right: 10px;
margin-left: 20px;
/*display: block;*/
/*clear:both;*/
}

#contacto input {
/*display: block;*/
width: 160px;
/*float: left;*/
margin-bottom: 10px;
margin-left: 10px;
border:1px solid #0F6222;
/*clear:both;*/
}

#contacto input.boton {width:94px;height:22px;border:0;background-image: url(images/enviar.jpg);background-repeat:no-repeat;margin-left:120px;}

#contacto textarea {
display: block;
width: 300px;
height: 90px;
/*float: left;*/
margin-bottom: 10px;
margin-left: 120px;
border:1px solid #0F6222;
}


/* Fin Formulario */