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

body {
	background-image: url(../image/back.png);
	background-repeat: no-repeat;
	background-position: rigth;
	font-family: Verdana;
	margin:0;
	padding:0;
	text-align: center;
}
/*------------------------------------*/

#header{
	min-height:120px;
	width:100%;
	position:absolute;
	background-repeat:no-repeat;
	margin-top:-155px;
	
}
#header_new{
	/*width:980px;*/
	min-height:185px;
	/*margin-top:-158px;*/
	width:100%;
	position:relative;
	background-repeat:repeat-x;
	background-image:url(../image/fondo_top.png);
		
}

#contenido{
	width:980px;
	height:480px;
	position:relative;
	margin-left:-490px;
	left:50%;
	background-color:#999999;
	margin-top:-15px;
	/*margin-bottom:25px;*/
	padding:1px;
	
}

#footer{
	width:100%;
	min-height:258px;
	position:relative;
	height:186px;
    background-image:url(../image/img_footer2.jpg);
	background-repeat:repeat-x;
	background-color:#393939;
	background-attachment:scroll;
	overflow-x: hidden;
    overflow-y: hidden;
    margin-top:30px;
}

#logo_header{
	height:104px;
	width:260px;
	margin:10px;
	float:left;
	background-image:url(../image/logo.png);
	background-repeat:no-repeat;
	
		
}

#marcoLaPelu{
	height:80px;
	width:195px;
	margin:10px;
	background-image:url(../image/la_pelu.png);
	position:absolute;
	margin-left:-110px;
	left:50%;	
}

#marcoLocales{
	height:100px;
	width:160px;
	margin:10px;
	float:left;
	background-image:url(../image/locales_reservas.png);
	position:absolute;	

}

#marcoLorearKerastase{
	height:57px;
	width:170px;
	margin:10px;
	position:absolute;
	margin-left:-100px;
	background-image:url(../image/kerastase_loreal.png);
	left:50%;	
}

#marcoHorario{
	height:100px;
	width:149px;
	margin:10px;
	float:right;
	background-image:url(../image/horario.png);
	/*position:absolute;*/
}
/*.class_loreal{
	height:53px;
	width:172px;
	background-image:url(../image/loreal.png);
}
.class_kerastase{
	height:53px;
	width:172px;
	background-image:url(../image/kerastase.png);
}


/*.claseMarcoFoto{
	background-image:url(../image/logo.png);
	background-repeat: no-repeat;
	width:289px;
	height:110px;
	margin:20px 12px 20px 20px;
	padding:20px 15px 0 60px;
}
.claseMarcolapelu{
    position:absolute;
	top:20px;
	background-image: url(../image/la_pelu.png);
	background-repeat: no-repeat;
	width:230px;
	height:62px;
	margin-left:-155px;
	left:50%;
}
.claseMarcohorario{
    position:absolute;
	bottom:20px;
	background-image: url(../image/horario.png);
	background-repeat: no-repeat;
	width:168px;
	height:115px;
	margin:20px 12px 0 20px;
	padding:20px 15px 0 60px;
	
}
.claseMarcolocales{ 
	width: 218px;
	bottom: 20px;
	position: fixed;
	height: 148px;
	background-color: transparent;
	background-image:url(../image/locales_reservas.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0% 0%;
	right: 20px;
}
*/
