@font-face { font-family: hundredmiles; src: url('../fonts/AHundredMiles.ttf'); } 
@font-face { font-family: jeffrson; src: url('../fonts/Jeffrson.ttf'); } 
@font-face { font-family: safeplace; src: url('../fonts/ASafePlacetoFall.ttf'); } 
@font-face { font-family: calliehand; src: url('../fonts/CallieHand.ttf'); } 
@font-face { font-family: typewritter; src: url('../fonts/MyUnderwood.ttf'); } 

/*----------------------------------------------------------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
}

/*----------------------------------------------------------------------------------------------- */
body:after{   /* este bloque es para que se pueda poner transparencia a la imagen de fondo del body*/
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background-image: url('../images/mantel4.jpg');
	opacity: 0.4;
	filter: alpha(opacity=40);
	z-index: -1;
}

.page-container {
	width: 1024px;
	margin: auto;
	font-family: calliehand;
	font-weight: bold;
	font-size: 24px;
}

/*------------------------------------------ Header --------------------------------------------- */
div .header {
	width: 1024px;
	height: 100px;
	margin-top: 32px;  /* el height debe ser el height de la imagen de background del body, sino queda mal */
	background-image: url('../images/header_bg.gif');
	background-repeat: none;
}

div .header ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

div .header li{
	display: inline;
	list-style-type: none;
	font-size: 36px;
	margin: 5px;
	margin-right: 20px;
}

div .header ul > li{
    display:inline-block;
}

div .header h1{
	color: black;
	font-family: jeffrson;
	font-size: 40px;
	margin-top: 0px;
	margin-left: 20px;
	padding: 5px;
}

div .header a {
	text-decoration: none;
	color: #000000;
}

div .header a:hover {
	color: #FFC019;
}

/*-------------------------------------------- content ------------------------------------------------*/
div.content {
	position: absolute;
	background-image: url('../images/content_bg.gif');
	background-repeat: y-repeat;
	color: #000000;
	width: 300px;
	height: 432px;
	float: left;
	margin-top: 0px;
}

#menu {
	position: absolute;
	margin: 0;
	margin-left: 20px;
	padding: 0px;
	font-family: safeplace;
	font-size: 26px;
	font-weight: bold;
	line-height: 38px;
	list-style: none;
}

#menu label, a{
	color: black;
	text-decoration: none;
}

#menu label, a:hover{
	color: #ffffff;
}

#menu li ul {
	display: none;
	list-style: none;
}
/*
#menu li:hover > ul{
	display: block;
	list-style: none;
}
*/

/*-------------------------------------------- main ------------------------------------------------*/
div .main {
	position: absolute;
	background-image: url('../images/main_bg.gif');
	width: 724px;
	height: 432px;
	float: rigth;
	margin-left: 300px;
	margin-top: 0px;
	z-index: 1;
}

div .main p{
	position: absolute;
	text-align: left;
	margin-top: 480px;
	margin-left: -100px;
	font-size: 36px;
}

/*-------------------------------------------- footer ------------------------------------------------*/
div .footer {
	position: absolute;
	width: 1024px;
	height: 100px;
	margin-top: 432px;
	background-image: url('../images/footer_bg.gif');
	font-family: safeplace, Arial, Helvetica, sans-serif;
	line-height: 1;
	z-index: 0;
}

div .footer p {
	margin-top: 50px;
	margin-bottom: 0px;
	margin-right: 10px;
	font-size: 28px;
	text-align: right;
	color: #000000;
}

div .footer a {
	text-decoration: none;
	color: #000000;
}

div .footer a:hover {
	color: #FFC019;
}

/*-------------------------------------------- images ------------------------------------------------*/
/* ---------------------------------- marconuevo nuevo -----------------------------------------------------*/
div.marconuevo {
	position: absolute;
	left: 2500px; /* esto es para que no se vean las fotos cuando se carga la página, las saco de la pantalla */
}

div.marconuevo img { 
	width: 270px; 
	border: 10px solid white;
	border-radius: 4px;
}

div.marconuevo p { 
	position: relative;
	text-align: center; 
	font-family: typewritter, Georgia, serif; 
	color: #2E2E2E; 
	font-size: 12px; 
	margin-top: -23px; 
	margin-left: 0px;
	margin-bottom: -5px;
}

/* ---------------------------------- marconuevoportraito -----------------------------------------------------*/
div.marconuevoportrait {
	position: absolute;
	left: 2500px; /* esto es para que no se vean las fotos cuando se carga la página, las saco de la pantalla */
}

div.marconuevoportrait img { 
	width: 160px; 
	border: 10px solid white;
	border-radius: 4px;
}

div.marconuevoportrait p { 
	position: relative;
	text-align: center; 
	font-family: typewritter, Georgia, serif; 
	color: #2E2E2E; 
	font-size: 12px; 
	margin-top: -23px;
	margin-left: 0px;
	margin-bottom: -5px;
}

/* ---------------------------------- polaroid ----------------------------------------------------------*/
div.polaroid {
	left: 2500px; /* esto es para que no se vean las fotos cuando se carga la página, las saco de la pantalla */
	width: 200px;
	height: 220px;
/*	background-image: url(../images/polaroid.png); /**/
/*	background-image: url(../images/polaroid2.jpg); /**/
	background-image: url(../images/polaroid3.png);
	position: absolute; 
}

div.polaroid img { 
	width: 173px; 
	height: 155px; 
	margin-left: 14px; 
	margin-top: 29px; 
	margin-bottom: -10px;
	border-radius: 2px;
}

div.polaroid p { 
	position: relative;
	font-family: hundredmiles, Georgia, serif; 
	color: #2E2E2E; 
	font-size: 16px; 
	text-align: center; 
	margin: 0px; 
}

/* ---------------------------------- marco viejo -----------------------------------------------------*/
div.marcoviejo {
	left: 2500px; /* esto es para que no se vean las fotos cuando se carga la página, las saco de la pantalla */
	width: 332px;
	height: 216px;
	background-image: url(../images/marcoviejo.gif);
	position: absolute; 
}

div.marcoviejo img { 
	width: 271px; 
	height: 158px; 
	margin-left: 30px; 
	margin-top: 28px; 
	margin-bottom: -5px;
	border-radius: 2px;
}

div.marcoviejo p { 
	position: relative;
	text-align: center; 
	font-family: jeffrson, Georgia, serif; 
	color: #2E2E2E; 
	font-size: 14px; 
	margin: 0px; 
}
