@charset "utf-8";

@font-face {
    font-family: 'AlwynRegular';
    src: url('../fuentes/alwynregular-webfont.eot');
    src: url('../fuentes/alwynregular-webfont.eot?iefix') format('eot'),
         url('../fuentes/alwynregular-webfont.woff') format('woff'),
         url('../fuentes/alwynregular-webfont.ttf') format('truetype'),
         url('../fuentes/alwynregular-webfont.svg#webfontC1ijHPQd') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imagenes/fondo.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: top;
	text-align:center;
	font-family: 'AlwynRegular';
}
img{
	border:none;
}

/*Contenedores*/

.cabecera{
	background-image: url(../imagenes/frame/arriba.jpg);
	background-repeat: no-repeat;
	margin:auto;
	width:980px;
	height:90px;
}
.menus{
	margin:auto;
	width:980px;
	height:40px;
}

.elementoMenuPrincipal{
	float:left;
	height:40px;
}

.contenido{
	float:none;
	margin:auto;
	margin-top:0px;
	width:980px;
	height:427px;
	text-align:center;
}

.pie{
	margin:auto;
	width:980px;
	height:40px;
	text-align:center;
	background-image:url(../imagenes/pie/pie.jpg);
	background-repeat:no-repeat;
}
/*Fin Contenedores*/


/*Contenedores dentro de Contenedores*/
.imagenInicio{
	float:left;
}

.textoInicio{
	float:right;
	width:550px;
	text-align:left;
}

.espacioInterior{
	margin-left:30px;
	float:left;
	width:650px;
	text-align:left;
}

.menusInteriores{
	margin-top:0px;
	float:right;
	width:150px;
	text-align:left;
	height:427px;;
}

.elementoMenu{
	margin-top:0px;
	margin: 0;
    padding: 0;
	top:0px;
}

.elementoMenu a{
	display: block;
}

.imagen{
	margin-right:10px;
}

.contactoDerecha{
	margin-top:5px;
	margin-right:5px;
	float:right;
	width:380px;
	text-align:left;
}

.contactoIzquierda{
	float:left;
	text-align:left;
}
.imagenMargen{
	margin-left:10px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;	
}
.medio{
	width:450px;
	float:left;	
	text-align:justify;
	margin-left:5px;
	margin-right:5px;
}
/*Fin Contenedores dentro de Contenedores*/

/*Textos*/

h1{
	text-justify:auto;
	text-decoration:none;
	color:#999;
	font-size:15px;	
}

.textoNormalValores{
	margin-right:15px;
	text-justify:auto;
	text-decoration:none;
	text-align:justify;
	color:#666;
	font-size:15px;	
}

.textoNormal{
	margin-right:15px;
	text-justify:auto;
	text-decoration:none;
	text-align:justify;
	color:#666;
	font-size:11px;	
}

.textoNormal a{
	margin-right:15px;
	text-justify:auto;
	text-decoration:none;
	text-align:justify;
	color:#666;
	font-size:11px;	
	font-weight:bold;
}

.textoNormal a:hover{
	margin-right:15px;
	text-justify:auto;
	text-decoration:underline;
	text-align:justify;
	color:#666;
	font-size:11px;	
}

.textoNormalAvisoLegal{
	margin-top:50px;
	margin-left:20px;
	margin-right:20px;
	text-justify:auto;
	text-decoration:none;
	text-align:justify;
	color:#666;
	font-size:12px;	
}

.textoPieDerecha{
	float:right;
	margin-top:8px;
	margin-right:10px;
	text-justify:auto;
	text-decoration:none;
	color:#CCCCCC;
	font-weight:bold;
	font-size:9px;	
}

.textoPieIzquierda a{
	float:left;
	margin-top:8px;
	margin-left:10px;
	text-justify:auto;
	text-decoration:none;
	color:#CCC;
	font-weight:bold;
	font-size:9px;	
}

.textoPieIzquierda a:hover{
	float:left;
	margin-top:8px;
	margin-left:10px;
	text-justify:auto;
	text-decoration:underline;
	color:#CCCCCC;
	font-style:normal;
	font-size:9px;	
}

/*Fin Textos*/
