@charset "utf-8";
/* CSS Document */

#vhtml{
	position:absolute;
	visibility:hidden;
	width:804px;
	left:50%;
	margin-left:-402px;margin-right:-402px;
	height:596px;
	background-image:url(../images/vhtml_fondo.jpg);
	
	}
	
#header{
	  width:804px;
	  height:80px;
	}
	
.h1_index{color:#66bfd1;text-transform:uppercase;}

#content{
		position:absolute;
		width:700px;
		left:50%;
		margin-left:-350px;
		margin-right:-350px;
		height:480px;
		background-color:#FFF;
		filter:alpha(opacity=90);opacity:0.9;
		
		border-style: solid;
		border-color: #ad9a72;
		border-width: 2px;
	}
	
.h2_index{color:#333;font-size:16px;}
.texto_index{color:#333;margin-left:20px;margin-left:20px;margin-right:20px;font-size:13px;}
	
.tabla_imagen{
	position:absolute;
	width:804px;
	left:50%;
	margin-left:-402px;margin-right:-402px;
	height:596px;
	}
	

	
a.enlace_texto:link{
	text-decoration:none;
	color: #333;
	}
a.enlace_texto:visited{	
	text-decoration:none;
	color: #333;
	}
a.enlace_texto:hover{	
	text-decoration:none;
	color: #333;
}
a.enlace_texto:active{	
	text-decoration:none;
	color: #333;
}

