* {
	margin: 0;
	padding: 0;
}
img {border: none;}
i {
	display: none;
}
ul {list-style-type: none;}

a {
	color: #175B8C;
}

.naranja {
	color: #FF6600;
}

.negro {
	color:#000000;
}

body {
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #175B8C;
	text-align: center;
	background-image: url(../imagenes/fondo-web.jpg);
	background-repeat: repeat-y;
	background-position: top;
	background-color: #D1DEE8;
}
#contenedor {
	width: 920px;
	margin: 0 auto;

	
}

/*inicio cabecera*/
#cabecera {
	text-align: left;
	height: 140px;
	background-image: url(../imagenes/fondo-cabecera.jpg);
	background-repeat: no-repeat;
	background-position: right;
	
}

#logo {
	float:left;
	width: 435px;
	height:60px;
	padding-top: 25px;
	padding-left: 40px;
}

#idiomas {
	float: right;
	width: 315px;
	height:75px;
	text-align: right;
	font-weight:bold;
	padding-top: 10px;
	padding-right: 73px;
}

#idiomas a {
	text-decoration: none;
}	

#idiomas a:hover {
	text-decoration: underline;
}	

#idiomas img {
	margin-left: 5px;
}

#texto-corp {
	clear:both;
	margin-left: 45px;
	font-size: 18px;
}

#menu {
	font-size: 14px;
	font-weight: bold;
	margin-top: 9px;
	margin-left: 70px;
}

#menu a {
	text-decoration: underline;
	margin-left: 10px;
	
}

#menu a:hover {
	text-decoration: none;
	margin-left: 10px;
	
}

.menu-activo {
	color: #FF6600;
}



/*inicio pie*/

#pie {
	font-size: 10px;
}