@charset "utf-8";
/* CSS Document */
body {
	background: #b0e9e0 url(graficos/playa.jpg) repeat-x;
	color:#CCC;
	margin:0 auto;
	font-family:Tahoma, Verdana, Arial;
	font-size:0.75em;
}

.centado {
	width:1000px;
	height:655px;
	margin:0 auto;
	position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -325px;
    margin-left: -500px;

}
.encabezado {
	width:350px;
	height:100px;
	/*background:#000;*/
	float:left;
}

.encabezado h1 {
	background:url(graficos/logo-lenceria.png) no-repeat;
	height:0; 
	padding:180px 0 0 0; 
	overflow:hidden;
	font-size:0.2em;
}

.musica {
	width:750px;
	height:40px;
	padding-left:50px;
	padding-top:30px;
	/*background:#000;*/
	float:left;
}

.centro {
	width:1000px;
	height:500px;
	/*background:#066 url(graficos/fondo.png) no-repeat;*/
	float:left;
}

.pie {
	/*padding-left:860px;*/
	width:200px;
	height:30px;
	padding-top:40px;
	/*background: #000;*/
	float:left;
	/*text-align:right;*/
	font-size:0.8em;
	float:left
}

a {
	color:#CCC;
	width:136px;
	display:block;
	text-align:center;
	text-decoration:none;
	border:0px;
	font-weight:700;
}

a:hover {
	color:#FFF;
	background:#3a3a3a;
}

