body {
	background-image: url(../img/fondo.jpg);
	background-attachment: fixed;
	background-position: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666; font-style:italic;
	
}

#fondosup {
	background-image: url(../img/sombrasup.png);
	background-repeat: no-repeat;
	margin: auto;
	height: 120px;
	width: 880px;
}
#logo {
	height: 90px;
	width: 275px;
	margin-top: 25px;
	margin-left: 40px;
	float: left;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}

#idiomas {
	float: left;
	width: 500px;
	margin-top: 21px;
	height: auto;
	text-align: right;
	margin-left: 22px;
}

#menu {
	padding-top: 60px;
}
#fondocentro #container {
	height: 410px;
	width: 800px;
	margin-left: 40px;
	background-image: url(../01.jpg);
	background-repeat: no-repeat;
}
#contenido {
	height: auto;
	width: 800px;
	margin: auto;
}




#fondocentro {
	height: auto;
	width: 880px;
	margin: auto;
	background-image: url(../img/sombracentro.png);
	background-repeat:  repeat-y;
}
.fondocarta {
	background-image: url(../img/fondolacarta.gif);
	background-repeat:  repeat-y;
	background-position: 80px 40px;
}


#fondoinf {
	margin: auto;
	height: 45px;
	width: 880px;
	background-image: url(../img/sombrainf.png);
	text-align: center;
	font-size: 12px;
}
#contenido iframe {
	margin-top: 5px;
}
.active {
	color: #CCCCCC;
}

