/* CSS Document */
body 
{
	background-image:url(../imagenes/back.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin: 0px;
	font-family:verdana;
	text-align:center;
}

A:link	{	
	text-decoration:none;
	color:#FFFFFF;
	}	
		
A:visited	{	
	text-decoration:none;
	color:#FFFFFF;
	}	
		
A:active	{	
	text-decoration:none;
	color:#FFFFFF;
	}	
		
A:hover	{	
	text-decoration:none;
	color:#FFFFFF;
	}
	
.docnorm
{
	display:none;
	background-image:url(../imagenes/docus.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	width:138px;
	height:22px;
}
	
.docover
{
	background-image:url(../imagenes/docus1.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	width:138px;
	height:22px;
}

.docnorm_Ingles
{
	background-image:url(../imagenes/docus_Ingles.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	width:138px;
	height:22px;
}
	
.docover_Ingles
{
	background-image:url(../imagenes/docus1_Ingles.jpg);
	background-repeat:no-repeat;
	cursor:pointer;
	width:138px;
	height:22px;
}

#cortina
{
	position:absolute;
	height: 226px;
	width:180px;
}

#divbursatil
{
	display:none;
	position:absolute;
	left: 50%; 
	top: 0;
	margin-left: -400px;
	width:800px;
	height:600px;
	background:transparent;
}

#divhome
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

#fondotransp
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#25456B;
	display:none;	
}

#divcerrar
{
	position:absolute;
	width:auto;
	height:auto;
	cursor:pointer;
}
