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

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

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

#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: 850px;
	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;
}

#galeria {
	width: 830px;
	height: 520px;
	z-index: 2;
	position: relative;
	float: left;
	top: 60px;
	left: 100px;
	padding-top: 40px;
	background-color: #243492;
}

#galTXI{
	width: 830px;
	height: 100px;
	z-index: 3;
	padding-top: 20px;
	left: 97px;
	top: 60px;
	list-style-type: none;
	list-style-image: none;
	position: relative;
	float: left;
}

#galTXI ul {
	animation: cambio 12s infinite;
	list-style-type: none;
	list-style-image: none;
}

#galTXI li {
	width: 160px;
	height: 100px;
	float: left;
	padding-right: 3px;
	padding-left: 3px;
}

#galTXI img {
	width: 160px;
	height: 100px;
	border: 1px solid #000000;
}



#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;
}