#png {
	behavior:	url("include/pngbehavior.htc");
}
/****************************************************************
ESTO ES PARA EL TEMA DE LAS TRANSPARENCIAS DE LAS IMAGENES PNG
*****************************************************************/


html, body
	{
	font: 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: auto 0px 10px auto;
	/*background-color: #FFFFFF;*/
	background-color: #000000;
	padding: 0px;
	overflow-x:hidden;
	/*overflow-y:auto;*/
	overflow-y:hidden;
	text-align:center;
	color: #666666;
	}
/*
	position: absolute;
	width:550px;
	left:50%;
	margin-left:-275px;
	height: 310px;
	top:50%;
	margin-top: -155px;
	--margin-right:auto;*/

#viewport
	{
	position: absolute;
	width: 1016px;
	left:50%;
	margin-left:-508px;
	height: 574px;
	top:50%;
	margin-top: -287px;
	/*border: 1px solid #0097ff;*/
	
	
	background-image: url(../img/tanque.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

#cabecera
	{
	background-image: url(../img/cab6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:130px;
	/*border: 1px solid #0097ff;*/
	}

#cabecera_en
	{
	background-image: url(../img/en/cab.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height:176px;
	/*border: 1px solid #0097ff;*/
	}

#menu
	{
	position:absolute;
	text-align:left;
	left:0px;
	top:100px;
	font-size:12px;
	font-family: verdana;
	margin-left:0px;
	padding:0px;
	color: #666666;
	font-weight:bold;
/*	border: 1px solid #0097ff;*/
	}

#menu a, #menu a:link, #menu a:visited
	{
	text-decoration:none;
/*	color: #666666;*/
	color: #c6d695;
	}

#menu a:hover
	{
	color:#1E4F08;
	}
#menu ul
	{
	margin:0px;
	padding:0px;
	}

#menu li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  border-right: 1px solid white;
  }

#menu li.last {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  border-right: 0px;
  }



#cuerpo
	{
	width: 1016px;
	height: 443px;
	
	/*border: 1px solid #0097ff;*/
	}
#cuerpo_gal
	{
/*	width: 1016px;*/
/*	height: 443px;*/
	margin-top: 30px;
	width:100%;
	height: 80%;
	
	overflow-y:auto;
	padding: 0px;
	/*border: 1px solid #0097ff;*/
	}
	
#cuerpo_izda
	{
	margin-top:40px;
	width:49%;
	height:80%;
	float:left;
	}
		
#cuerpo_dcha
	{
	margin-top:40px;
	width:49%;
	height:80%;
	float:right;
	}

h1
	{
	font-family: arial;
	font-size:26px;
	color:#106017;
	font-weight:bold;
	padding:0px;
	margin:0px;
	}

.titulo_form_contacto
	{
	color:#106017;
	font-weight:bold;
	}