.clearfix:after {
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix{
	display:block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
/* End hide from IE-mac */

/* Quito los márgenes de estos elementos por defecto */
h1,
h2,
hr,
div,
table,
td,
th,
a,
body{
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-family:Arial;
	font-size:12px;
	color:#666666;
}
body{
	text-align:center;
	margin:0 auto;
}
hr{
	display:none;
}
img {
	border:0;
}
	
/***********************************************************
************************************************************
	Estilos generales de la página
************************************************************
************************************************************/
.cabecera{
	position:relative;
	margin:0 auto;
	width:780px;
	height:119px;
}
.cabecera img.logoCentro{
	border:0;
	float:left;
	margin:20px 0 0 25px;
}
.cabecera img.imgCab{
	border:0;
	position:absolute;
	right:0;
	bottom:3px;
}
.cabecera .idiomas .lnkCastellano{
	position:absolute;
	top:10px;
	right:80px;
	text-align:right;
}
.cabecera .idiomas .vr{
	position:absolute;
	top:10px;
	color:#5261AC;
	right:70px;
}
.cabecera .idiomas .lnkEuskara{
	position:absolute;
	top:10px;
	right:20px;
}
.cabecera .idiomas .lnkCastellano a:link,
.cabecera .idiomas .lnkCastellano a:visited,
.cabecera .idiomas .lnkCastellano a:hover,
.cabecera .idiomas .lnkEuskara a:link,
.cabecera .idiomas .lnkEuskara a:visited,
.cabecera .idiomas .lnkEuskara a:hover{
	color:#5261AC;
}
.barraSeparacion{
	background-image:url(imagenesDefecto/english/fondoBarra.gif);
	background-repeat:repeat-x;	
	height:74px;
}
.fondoPagina{
	background-image:url(imagenesDefecto/comunes/fondoPagina.gif);
	background-repeat:repeat-x;	
	min-height:140px;
	height:140px;
}
.contenedorPagina{
	margin:0 auto;
	width:780px;
	text-align:left;
	background-color:#ffffff;
	padding:15px;
}
/* Parte del pie */

.contenedorPie{
	clear:both;
	padding-top:10px;
}
.contenedorPie .fondoPie{
	background-image:url(imagenesDefecto/comunes/fondoPie.gif);
	background-repeat:repeat-x;
	background-color:#AAAAAA;
	min-height:80px;
	*height:80px;
	text-align:center;
}
.contenedorPie .fondoPie .contenidoPie{
	width:780px;
	margin:0 auto;
	text-align:left;
	position:relative;
}
.contenedorPie .fondoPie .contenidoPie .textoCopyright{
	position:absolute;
	color:#ffffff;
	top:33px;
	left:200px;
}
.contenedorPie .fondoPie .contenidoPie .logosCalidad{
	position:absolute;
	top:30px;
	left:10px;
}
.contenedorPie .fondoPie .contenidoPie .logoGV{
	position:absolute;
	top:25px;
	right:30px;
}

