html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-image: url(../images/fondo01.gif);
	font-size: 0.75em;
}
body, input, textarea, select, optgroup {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
input, textarea, select, optgroup, table, tr, th, td, h1, h2, h3, h4, h5, h6   {
	font-size: 100%;
}
p, ul, ol, li, dl, dt, dd, form, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
p {
	line-height: 1.4em;
}
ul, ol, li, dl, dt, dd {
	list-style: none;
}
acronym, abbr {
	cursor: help;
}
a img {
	border: 0;
}
label{
	cursor: pointer;
}
.ayuda-acces {
	position: absolute;
	left: -1000px;
	width: 1px;
	font-size: 1px;
	line-height: 1%;
}
div.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
.container {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
}
/*-------------------Estilos INDEX---------*/
form{
	margin: 0;
	padding: 0;
}
#idiomas{
	position: absolute;
	padding: 0;
	width: 737px;
	height: 374px;
	top: 50%;
	left: 50%;
	margin: -218px 0 0 -396px;
	background-color: #003580;
	border: 27px solid #FFF;
}
#idiomas div{
	width: 518px;
	height: 374px;
	background-image: url(../images/fondo-index.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	margin: 0 0 0 105px;
}
#idiomas div img.logo{
	margin: 115px 0 0 215px;
}
#idiomas ul{
	text-align: center;	
	margin: 50px 0 0 0;
}
#idiomas ul li{
	display: inline;
	padding: 0 15px 0 0;
}
#idiomas ul li a{
	text-decoration: none;
	color: #FFF;
	border-left: 3px solid #FFF;
	padding: 0 0 0 5px;
	height: 11px;
	line-height: 11px;
}
#idiomas ul li a:hover{
	border: none;
	padding: 0 0 0 8px;
}
/*-------------------Estilos DEFAULT---------*/
#enlaces-default{
	position: absolute;
	padding: 27px 27px 0 27px;
	width: 737px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin: -218px 0 0 -396px;
	background-color: #FFF;
}
#logo {
	width: 199px;
	background-color: #F4F4F4;
	text-align: center;
	float: left;
	height: 374px;
}
#logo img{
	margin: 37px 0 0 0;
}
#enlaces-default ul{
	float: left;
	background-image: url(../images/fondo-default.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 532px;
	height: 374px;
	padding: 0 0 0 5px;
	margin: 0;
	list-style-type: none;
	position: relative;
}
#enlaces-default ul li{
	padding: 0 0 4px 0;
	margin: 0;
}
#enlaces-default ul li.idioma{
	position: absolute;
	left: -30px;
	bottom: -25px!important;
	bottom: -20px;
}
#enlaces-default ul li.mail{
	position: absolute;
	left: -200px;
	bottom: -25px!important;
	bottom: -20px;
}
#enlaces-default ul li a{
	margin: 0;
	padding: 0
}
#flashcontent{
	position: absolute;
	width: 791px;
	height: 480px;
	top: 50%;
	left: 50%;
	margin: -218px 0 0 -396px;
}