body {
	margin: 0px;
	background-color: #000;
	font-family: Tahoma, Times New Roman;
}
#divBarraSuperior {
	width:100%;
	height:32px;
	z-index:1;
	background-color: #900;
}
#divBarraSuperiorContenido {
	width:1000px;
	height:100%;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}
#divBuscador {
	width:150px;
	height:100%;
	z-index:1;
	float: right;
	margin-top: 5px;
}
#divBuscadorBoton {
	width:16px;
	height:16px;
	z-index:1;
	float: right;
	margin-top: 7px;
	background-image: url(../img/buscar.png);
	background-repeat: no-repeat;
}
#divBuscadorBoton:hover {
	background-image: url(../img/buscarHover.png);
}
#divFacebook {
	width:28px;
	height:28px;
	z-index:1;
	float: left;
	color: #FFF;
	background-image: url(../img/facebook.png);
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-right: 10px;
}
#divFacebook:Hover {
	background-image: url(../img/facebookHover.png);
}
#divYoutube {
	width:28px;
	height:28px;
	z-index:1;
	float: left;
	color: #FFF;
	background-image: url(../img/youtube.png);
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-right: 10px;
}

#divYoutube:hover {
	background-image: url(../img/youtubeHover.png);
}
#divBlogger {
	width:28px;
	height:28px;
	z-index:1;
	float: left;
	color: #FFF;
	background-image: url(../img/blogger.png);
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-right: 10px;
}

#divBlogger:hover {
	background-image: url(../img/bloggerHover.png);
}
#divUsurOnline {
	font-size: 16px;
	width: 200px;
	float:left;
	margin-left: 10px;
	margin-top: 6px;
	height: 28px;
	color: #FFF;
}
#palabra {
	width: 140px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #900;
}
#divDecoBarraSuperior {
	width:100%;
	height:5px;
	z-index:1;
	background-color: #FFF;
}
#divCabecera {
	width:1000px;
	height:140px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: right 10px;
}
#divIdiomaEs {
	width:90px;
	height:25px;
	z-index:1;
	float: left;
	color: #FFF;
	margin-top: 115px;
}
#divIdiomaEs:hover {
	color: #900;
}
#divIdiomaCa {
	width:85px;
	height:25px;
	z-index:1;
	float: left;
	color: #FFF;
	margin-top: 115px;
}
#divIdiomaCa:hover {
	color: #900;
}
#divIdiomaGB {
	width:80px;
	height:25px;
	z-index:1;
	float: left;
	color: #FFF;
	margin-top: 115px;
}
#divIdiomaGB:hover {
	color: #900;
}
#divIdiomaIt {
	width:100px;
	height:25px;
	z-index:1;
	float: left;
	color: #FFF;
	margin-top: 115px;
}
#divIdiomaIt:hover {
	color: #900;
}
#divMenu {
	width:1200px;
	height:40px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}
#divBotonMenu {
	width:200px;
	height:40px;
	z-index:1;
	float: left;
	background-color: #900;
	color: #FFF;
}
.cargaImagenes {
	display: none;
}

#divBotonMenu:hover {
	background-color: #590000;
}
#NoticiasTitulo {
	font-size: 18px;
	color: #900;
}
#divPie {
	width:1200px;
	height:33px;
	z-index:1;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/pie.png);
}

