html{
	height:100%;
}

body{
	height:100%;
	padding:0;
	margin:0;
	min-width: 900px;
	font-family: Verdana;
	font-size: 11pt;
}

#margizq{
	position:fixed;
	left:0;
	float:left;
	width:4%;
	height:100%;
	background: url('../imgs/fondoizq.jpg') repeat-y top right;
}

#menulat a img{
    border: 0;
}

#margder{
	position:fixed;
	right:0;
	float:right;
	width:4%;
	height:100%;
	background: url('../imgs/fondoder.jpg') repeat-y top left;
}

#contenido{
	float:left;
	width:92%;
	margin: 0 4% 0 4%;
}

#cabecera{
	height: 208px;
	background: url('../imgs/fondoheader.jpg') repeat-x top left;
}

.linea{
	height: 22px;
	background: url('../imgs/fondolinea.jpg') repeat-x top left;
}

#marcaguasup{
	width: 588px;
	height: 208px;
	float: right;
	z-index:-1;
	background: url('../imgs/marcaguasup.png') no-repeat top left;
}

#logo{
	position: absolute;
	margin: 20px 50%;
	width: 409px;
	height: 155px;
	z-index: 1;
	left: -200px;
}

#idioma{
	position: absolute;
	width: 312px;
	height: 157px;
	z-index: 1;
	margin-top: 20px;
}

#selidioma{
	position: absolute;
	right: 5%;
	z-index: 5;
	margin-top: 147px;
	margin-right: 12px;
}

#selidioma a:link, #selidioma a:hover, #selidioma a:visited{
	text-decoration: none;
} 

#menulat{
	float:left;
	width: 250px;
}

#menulat ul{
	list-style-type: none;
}

#menulat ul li a:link, #menulat ul li a:visited, #menulat ul li a{
	text-decoration: none;
	display: block;
	font-size: 1.3em;
	margin-top: 15px;
	color: #272d7f;
	margin-bottom: 5px;
	border-bottom: 3px solid #fff;
}

#menulat ul li a:hover{
	text-decoration: none;
	display: block;
	font-size: 1.3em;
	margin-top: 15px;
	color: #272d7f;
	margin-bottom: 5px;
	border-bottom: 3px solid #17559d;
}

#texto{
	margin-left: 260px;
	padding: 30px 30px 0px 30px;
	background: url('../imgs/marcaguacont.jpg') top left no-repeat;
}

#texto p{
	text-align: justify;
}

.enlaces{
	margin-top:13px;
	float: left;
	margin-left: 12px;
	color: #272d7f;
	font-size: 10pt;
}

.enlaces a:link, .enlaces a:visited{
	color: #272d7f;
	font-size: 10pt;
	text-decoration: none;
}

.enlaces a:hover{
	color: #272d7f;
	font-size: 10pt;
	text-decoration: underline;
}

.copy{
	margin-top:13px;
	float: right;
	margin-right: 12px;
	color: #272d7f;
	font-size: 10pt;
}

#pie{
	margin-top:15px;
	margin-bottom: 20px;
	text-align: center;
	color: #272d7f;
	font-size: 8pt;
}

#texto h3 a{
	color: #272d7f;
}

#contacto{
	margin-right: 50px;
	margin: 0 auto;
	padding: 2em;
	text-align: right;
	line-height: 2em;
}

#contacto input, #contacto textarea{
	width:50%;
	border: 1px solid #000;
	background-color:transparent;
}

#texto h3{
	margin-bottom:0;
}

#texto h3 a:link, #texto h3 a:visited{
	border-right: 2px solid #cfd2e5;
	border-left: 2px solid #cfd2e5;
	border-top: 2px solid #cfd2e5;
	border-bottom: 1px solid #cfd2e5;
	height: 20px;
	padding: 10px;
	background: url('../imgs/bg_desplegables.jpg') repeat-x;
	display: block;
	text-decoration: none;
}

#texto h3 a:hover{
	border-right: 2px solid #cfd2e5;
	border-left: 2px solid #cfd2e5;
	border-top: 2px solid #cfd2e5;
	border-bottom: 1px solid #cfd2e5;
	height: 20px;
	padding: 10px;
	background: url('../imgs/bg_desplegables.jpg') repeat-x;
	display: block;
	text-decoration: underline;
}

.oculta{
	border-right: 2px solid #cfd2e5;
	border-left: 2px solid #cfd2e5;
	border-bottom: 2px solid #cfd2e5;
	margin-top: 0;
	padding: 1em;
}