@charset "utf-8";
/* CSS Document */
#divContenido{
	position:relative;
	width:740px;
}
#divMenu{
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	width:740px;
	height:21px;
	background-color:#2E9AFE;
}
#divSubMenu{
	position:relative;
	float:left;
	color:#FFFFFF;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2E9AFE;
	border-left-color: #2E9AFE;
	text-decoration:none;
	cursor:hand;
	cursor:pointer;
}
.classSubMenu{
	text-decoration:none;
	color:#FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#quitaLink{
	text-decoration:none;
	color:#FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#divSeparaVertical{
	position:relative;
	float:left;
	background-color:#FFFFFF;
	width:1px;
	height:21px;
}
#divTitulo{
	position:absolute;
	width:400px;
	height:50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
#divPrincipal{
	position:relative;
	width:740px;
	height:555px;
	background-color:#2E9AFE;
	background-image:url(http://paginasgp.hazalgo.org/artic/imagenes/fondo.jpg);
}
#divInferior{
	position:relative;
	width:740px;
	height:99px;
	background-color:#2E9AFE;
}
.classIzquierda{
	position:absolute;
	width:270px;
	height:450px;
	background-color:#999999;
}
#divIzquierda{
	position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	width:266px;
	height:450px;
}
#divDerecha{
	position:absolute;
}
#divWallpapers{
	position:relative;
	float:left;
	width:368px;
	height:99px;
}
#divTituloWall{
	position:relative;
	height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	float:left
}
#divWallpapersImg{
	position:relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	float:left;
	border: 2px solid #2E9AFE;
	cursor:hand;
	cursor:pointer;
}
