/* CSS Document */

#Fondo { text-align:center;}

/*estilos de los fondos*/


#Centradae {
	position:relative;
	margin:auto;
	width:800px;
	height: 600px;
	text-align:left;
	background-color: #ffffff;
	background-image: url(IMAGENES/empresafondo.jpg);
	visibility: visible;
}


/*estilos de pagina EMPRESA */

#menu{
	position:absolute;
	left: 311px;
	top:56px;
	font-size: 15px;
	font-weight:400;
	color:#660000;
	line-height: 20px;
	width: 381px;
	height: 29px;
}

#fotoempresa{
	position:absolute;
	left: 130px;
	top:38px;
	line-height: 15px;
	width: 163px;
	height: 125px;
}

#textoe{
	position:absolute;
	left: 566px;
	top:319px;
	line-height: 20px;
	width: 112px;
	height: 25px;
	text-align: right;
}

#promocion{
	position:absolute;
	left: 130px;
	top:401px;
	width: 549px;
	height: 70px;
}
/* FORMULARIOS */

#textocontacto{
	position:absolute;
	left: 125px;
	top:178px;
	line-height: 15px;
	width: 136px;
	height: 0px;
}

#formulario{
	position:absolute;
	left: 384px;
	top:121px;
	line-height: 15px;
	width: 239px;
	height: 270px;
}



body 
	{
	margin-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#ffffff;
	}
.txtdisculpas {
	font-size: 100%;
	color: #003366;
	line-height: 18px;
}

a.entrar:link{
	font-size: 80%;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a.entrar:visited {
	font-size: 80%;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a.entrar:active { 
	font-size: 80%;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a.entrar:hover {	
	font-size: 80%;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

#oculta{
	position:absolute;
	left: 12px;
	top:232px;
	width: 202px;
	height: 15px;
	visibility: hidden;
}
