/* ///////////// Hoja de estilo CSS de la pagina de Juaniquillo //////////// */

/* ------------ Tags ------------ */
* {padding:0px;margin:0px;}
html, body{
	height:100%;
}
html{
	background: url(../imagenes/fondo1.png);
}
body {
	color: #FFF;
	background: url(../imagenes/fondo2.png) no-repeat center center;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
.container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background: url(../imagenes/fondo3.png) repeat-x center center;
	position:relative;
}
.container div{
	position: absolute;
	background: url(../imagenes/titulo1.png) no-repeat center top;
	width: 323px;
	height: 281px;
	margin-left:-161px;
	margin-top:-140px;
	top: 50%;
	left: 50%;
}
.container h1 span, .container li span{display:none}
.container ul{
	list-style: none;
}
.container ul li a{
	display:block;
	background: url(../imagenes/fondo_blog.png);
	height: 36px;
	width: 53px;
	position:absolute;
	bottom:12px;
	right:26px;
}
.container ul li a:hover{
	background-position: center -36px;
}
.container ul li.prim_li_hp2{
	display:block;
	background: none;
	height: 36px;
	width: 280px;
	position:absolute;
	bottom:-40px;
	right:0px;
}

