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

body {
	margin: 0px;
	background: #D35F0D url(imagenes/fondo_home.png) repeat-x top;
}
#enlace {
	float: left;
	width: 750px;
	text-align: right;
	padding-top: 30px;
	padding-right: 30px;
}

/* Estructura 
---------------------------------------------------------------------------- */
#contendor {
	width: 780px;
	height: 420px;
	margin:auto;
	background: url(imagenes/amonite.png) right bottom no-repeat;
}
/* Navegacion 
---------------------------------------------------------------------------- */
#contendor #nav {
	height: 43px;
	width: 236px;
	padding: 145px 0px 0px 144px;
}
#contendor #nav li {
	float: left;
	display: inline;
	height: 43px;
	width: 116px;
}
/* Navegacion Enlaces */
#nav span {
	visibility: hidden;
}
#nav a {
	display: block;
	height: 43px;
	width: 116px;
	text-decoration: none;
}
#contendor #flash {
	float: right;
}
a.espanol:link, a.espanol:visited, a.espanol:active {
	background-position: 0px 0px;
	background-image: url(imagenes/btn_espanol.png );
}
a.espanol:hover {
	background: url(imagenes/btn_espanol.png) ;
	background-position: 0px -43px;
}
a.english:link, a.english:visited, a.english:active {
	background-image: url(imagenes/btn_ingles.png);
	background-position: 0px 0px;
}
a.english:hover {
	background-image: url(imagenes/btn_ingles.png);
	background-position: 0px -43px;
}
/* Titulo*/
h1 {
	height: 80px;
	width: 350px;
	margin-top: 54px;
	margin-left: 23px;
	background: url("imagenes/titulo.gif") no-repeat top left;
	text-indent: -5000px;
}
#contendor #flash {
	width: 300px;
	margin-top: -160px;
	padding-right: 60px;
}
.enea {
	background-image: url(imagenes/enea.gif);
	background-repeat: no-repeat;
	padding-left: 11px;
	background-position: 0px 3px;
	margin-left: 2px;
}
#enlace a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FBCDAC;
	text-decoration: none;
}

