@charset "UTF-8";
/* CSS Document */

* {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}

#superior {
	width: 100%;
	height: 175px;
	text-align: left;
	background-color: #B6B6B6;
}

#encabezado {
	width: 1024px;
	height: 230px;
	margin: 0px auto;
	top: 30px;
	position: relative;
}

#roja {
	width: 1024px;
	height: 45px;
	background-color: #D81B10;
	float: left;
}

#logo {
	width: 440px;
	height: 100px;
	float: left;
	background-color: #FFFFFF;
}

#gris {
	width: 1024px;
	height: 45px;
	background-color: #B6B6B6;
	float: left;
}

#idioma {
	margin-top: 13px;
	margin-right: 15px;
	text-align: right;
	width: 80px;
	height: 20px;
	float: right;
	font-size: 12pt;
	text-decoration: none;
	margin-bottom: 11px;
}

#idioma li{
	width: 40px;
	height: 25px;
	float: left;
	color: #E40404;
	font-family: Arial;
	font-size: 12pt;
	text-decoration: none;
	text-align: right;
	list-style-type: none;
	font-weight: normal;
}

#centro {
	width: 100%;
	height: 800px;
	text-align: left;
	margin-top: 45px;
}

#contenido {
	width: 1024px;
	height: 800px;
	position: relative;
	margin: 0px auto
}

#titular {
	width: 1024px;
	height: 30px;
	position: relative;
	top: 30px;
	color: #000000;
	font-size: 25px;
	font-family: Arial;
	text-align: left;
}

#foto1 {
	width: 360px;
	height: 250px;
	z-index: 2;
	position: relative;
	float: left;
	top: 70px;
	left: 50px;
	-webkit-box-shadow: 0px 0px 10px 3px #333333;
	box-shadow: 0px 0px 10px 3px #333333;
}

#texto1 {
	width: 520px;
	height: 180px;
	z-index: 2;
	color: #000000;
	font-family: Arial;
	font-size: 11pt;
	text-align: left;
	left: 100px;
	top: 90px;
	position: relative;
	float: left;
	line-height: 12pt;
}

#foto2 {
	width: 360px;
	height: 250px;
	z-index: 2;
	position: relative;
	top: 180px;
	left: -310px;
	float: left;
	-webkit-box-shadow: 0px 0px 10px 3px #333333;
	box-shadow: 0px 0px 10px 3px #333333;
}

#texto2 {
    width: 520px;
    z-index: 2;
    color: #000000;
    font-family: Arial;
    font-size: 11pt;
    text-align: left;
    position: relative;
    float: left;
    left: 460px;
    top: -50px;
}
#texto2 a {
    color: #495599;
    text-decoration: none;
}
#texto2 a:hover  {
    color: #E40404;
    text-decoration: none;
}

#abajo {
	width: 100%;
	height: 175px;
}

#pie {
	width: 1024px;
	height: 175px;
	background-color: #333333;
	position: relative;
	margin: 0px auto
}

#tel {
	width: 250px;
	height: 100px;
	z-index: 3;
	position: relative;
	float: left;
	left: 60px;
	top: 30px;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
}

#mail {
	width: 270px;
	height: 100px;
	z-index: 3;
	position: relative;
	float: left;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	left: 140px;
	top: 30px;
}

#map {
	width: 250px;
	height: 100px;
	z-index: 3;
	position: relative;
	float: left;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	left: 195px;
	top: 30px;
}

.avisolegal {
	width: 90%;
	z-index: 3;
	position: relative;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	float: left;
	text-align: center;
	margin-top: 50px;
	margin-left: 5%;
	margin-right: 5%;
}
.avisolegal a {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	text-align: center;
	text-decoration: none;
}
.avisolegal a:hover  {
	color: #FF0000;
	font-family: Arial;
	font-size: 9pt;
	text-align: center;
	text-decoration: none;
}
