/* CSS Document */

body {
/*	font-family:"Trebuchet MS";
	font-size:12px;	*/
/*	font-family:"Interstate-Regular";		*/
	font-family: sans-serif;
	font-size:12px;
	color:#16385E;
	height:100%;
}
img {
	border:none;
}
a{
	color:#0C3A6C;
	text-decoration:none;
}
ul {
	margin-top:0;
}
#contenedor {
	position:absolute;
	left:50%;
	top:20px;
	margin-left:-450px;
	width:900px;	
/*	min-width:900px;	*/
	border:1px solid #66CCD1;
/*	height:100%;	*/
	min-height:560px;
}
#texto {
	position:relative;
	margin-right:30px;
	margin-top:40px;
	width:620px;
/*	height:300px;	*/
	line-height:1.5;
/*	border:1px solid;	*/
	float:right;
	margin-bottom:130px;
}

#cabecera {
	width:900px;
	height:206px;
}

#cabecera a.cabecera {
	position:absolute;
	top:0;
	left:0;
	width:900px;
	height:206px;
}

#menu {
	margin-left:20px;
	margin-top:10px;
	width:200px;
	height:300px;
	line-height:1.5;
	float:left;
}
#menu a{
	text-decoration:none;
	color:#16385E;
	font-size:28px;
	font-weight:600;
}
#idiomas {
	width:150px;
	height:20px;
/*	margin-top:30px;	*/
/*	font-weight:bold;	*/
/*	border:1px solid;	*/
}
#idiomas,
#idiomas a{
	font-size:12px;
	color:#66CCD1;
	font-weight:normal;
}
#piePagina {
/*	position:absolute;		*/
	position:inherit;
	height:80px;
	left:0px;
	bottom:0px;
	background-color:#66CCD1;
/*	border:1px solid;	*/
}
#fotoPie{
	position:inherit;
	width:900px;
	height:80px;
	bottom:0;
	left:0;
	background-color:#66CCD1;
}
#fotoPie a {
/*	position:absolute;
	height:60px;	*/
}
#fotoPie a#bezoya {
	left:175px;
	top:10px;
	width:100px;
}
#fotoPie a#lacaixa {
	left:400px;
	top:10px;
	width:180px;
}
#fotoPie a#vanguardia {
	left:670px;
	top:10px;
	width:210px;
}
#formulario,
input text,
select {
	border:1px solid #66CCD1;
/*	font-family:"Interstate-Regular";		*/
	font-family: sans-serif;
	font-size:12px;
/*	color:#16385E;	*/
}
input text,
select {
	color:#19ADA5;
}
input textbox {
	border:none;
}
.boton {
/*	font-family:"Interstate-Regular";		*/
	font-family: sans-serif;
	font-size:12px;	
	color:#16385E;
}
.negrita,
.titulo,
.tituloPetit {
	font-weight:bold;
}
.titulo,
.tituloPetit {
	font-size:16px;
	text-transform:uppercase;
}
.tituloPetit {
	font-size:13px;
}
.rojo {
	color:#FF0000;
}
.tituloTabla {
	font-weight:bold;
	font-size:14px;
	text-decoration:underline;
}
img.borde {
	border:1px solid #66CCD1;
}