@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../img/px_fondo.jpg);
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#centro{
	position:relative;
	width:680px;
	margin:20px auto auto auto;
	/*position:absolute;
	height:556px;
	left:50%;
	top:50%;
	margin-left:-340px;
	margin-top:-278px;*/

}
#blogspot{
	position:absolute;
	left:-23px;
	bottom:23px;
}
#cabecera{
	position:relative;
	height:45px;
	text-align:center;
	padding-bottom:1px;
	border-bottom:1px solid #3c1e19;
}

#menu{
	position:relative;
	text-align:left;
	margin-left:3px;
	height:27px;
	margin-bottom:6px;
}

#menu a{
	margin-right:24px;
	margin-left:0;
}

#menu a.ultimo{
	margin-right:0;
}

#contenido{
	position:relative;
	height:453px;
	background-image:url(../img/px_fondo.jpg);
	/*background-color: #E8DCA8;
	background-repeat:no-repeat;
	background-position:center;
	background-image:url(../img/fondo.jpg)*/
}

#detalleInfo h2{
	font-size:14px;
	font-weight:bold;
	margin-top:22px;
	margin-bottom:8px;
	padding:0;
	line-height:14px;
}
#detalleInfo h3{
	font-size:12px;
	font-weight:bold;
	margin-top:8px;
}

#detalleInfo{
	position:absolute;
	display:none;
	right:0;
	bottom:0px;
	font-size:11px;
	width:230px;
	background-image:url(../img/px_fondo_info.png);
	padding:10px;
	border-bottom:1px solid #3d1919;
	border-left:1px solid #3d1919;
	border-right:1px solid #3d1919;
}
#cerrarDetalle{
	position:absolute;
	left:0;
	top:0;
	border-top:1px solid #3d1919;
	border-bottom:1px solid #3d1919;
	width:250px;
	text-align:right;
	line-height:17px;
	
}
a.sinNegrita{
	font-weight:normal;
	text-decoration:none;
	color:#3d1919;
	padding-right:20px;
	display:block;
	background:url(../img/bot+cerrar.jpg) no-repeat top right;
}
a.sinNegrita:hover{
	color:#000;
	background:url(../img/bot+cerrar+over.jpg) no-repeat top right;
}
#infoTitulos{
	position:relative;
	line-height:12px;
	text-align:center;
	font-size:11px;
	margin-top:25px;
}
#infoTitulos a{
	text-decoration:none;
	color:#3d1919;
	padding-right:12px;
	margin-right:12px;
	border-right:1px solid #3d1919;
	
}
#infoTitulos a:hover{
	color:#000;
}
#infoTitulos a.ultimoTitulo{
	padding-right:0;
	margin-right:0;
	border-right:none;
}

#navegador{
	background-image:url(../img/px_fondo.jpg);
	height:15px;
	position:absolute;
	width:252px;
	right:0;
	bottom:-19px;
}
#navegador #back{
	position:absolute;
	left:101px;
	top:2px;
}
#navegador #next{
	position:absolute;
	right:0;
	top:2px;
}
#leyendaFoto{
	position:absolute;
	left:0;
	bottom:0;
	color:#666;
	font-size:10px;
	padding:0 2px;
	background-image:url(../img/px_fondo_info.png);
}

.botonUsuario
{
	padding-top:5px;
}
/* Técnica para limpiar los elementos flotantes -------------------------------- */
    .limpiar:after {
        content:".";
        display:block;
        height:0;
        clear:both;
        visibility:hidden;
    }
    
    .limpiar {
        display:inline-block;
    }
    
    .limpiar {
        display:block;
    }
    
    * html .limpiar {
        height:1px;
    }
/* hasta aquí limpiar flotantes ------------------------------------------------- */
#creditos{position:relative; margin:40px auto 30px auto; text-align:center; font-size:9px; color:#666; }
#creditos a{text-decoration:none; color:#666}
#creditos a:hover{color:#000;}

