@charset "UTF-8";
/* CSS Document */
body{
	padding:0px;
	margin:0px;
	color:#90062C;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	height:100%;
}
h1{
	display:inline;
	font-size:18px;
	font-stretch:extra-condensed;
	font-weight:lighter;

}
a{
	color:#90062C;
	text-decoration:none;

}
a:hover{
	text-decoration:underline;

}
img{
	border:none;

}
.background{
	
	left:0;
	position:absolute;
	top:0;
	width:inherit;
	height:inherit;
	min-height:840px;
	
}
.contenedor{
	position:absolute;
	width:980px;
	height:800px;
	left:50%;
	margin-left:-495px;
	top:0px;
	position:relative;
}
.banner{
	width:100%;
	height:192px;
	border-bottom:#999 solid 5px;
}

	.bordeIntIzq{
		margin-top:14px;
		width:16px;
		height:16px;
		background:url(../imagenes/bordeCntIzq.png) 0 0 no-repeat;
		float:left;
		margin:0px 0px -1px -1px;
	}
	.bordeInterno{
		border-top:2px #FFF solid;
		margin:0;
		width:950px;
		height:13px;
		float:left;
		margin-top:1px;
		}
	.bordeIntDer{
		width:15px;
		height:16px;
		background:url(../imagenes/bordeCntDer.png) 0 0 no-repeat;
		float:left;
		
		
	}
	.bordeVert{
			background:url(../imagenes/bordeVert.png) no-repeat;
			float:right;
			height:100%;
			width:20px;
			
		}
	.contenedorInterno{
		*margin-top:-14px;
		border:2px #FFF solid;
		border-bottom:none;
		border-top:none;
		height:535px;
	
	}
.pie{
	height:30px;
	background:#FFF;
	border-top:#999 2px solid;
	font-size:11px;
	margin-left:-14px;
	margin-right:-14px;
	line-height:30px;
	font-family:"Times New Roman", Times, serif;
	padding-left:10px;
}
	.copyright{
		float:left;
		font-size:10px;
	}
	.logoGE{
		float:left;
		padding-left:10px;
		padding-right:10px;
		font-size:10px;
	}
	.direccion{
	
	}
.clear{
	clear:both;

}
.flecha{
		float:left;
		margin-top:10px;
	}
	.enlacesTexto{
		margin-left:5px;
		padding-left:10px;
		float:left;
		border-bottom:1px solid #FFF;
		margin-top:-2px;
	
	}

