/* CSS Document */
* {
	margin:0;
	padding:0;
	border: 0 none;
}
html, body {
	background-image: url(../imagenes/fondos/fondo_pagina.jpg);
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
}

h1 {
	font-size:120%;
	margin-bottom: 8px;
}
h2{
	font-size:85%;
	text-align: center;
	margin: 0 auto;
	display: block;
	font-weight: bold;
}
h3{
	font-size:85%;
	text-align: center;
	margin: 0 auto;
	display: block;
	font-weight: bold;
	padding-top: 20px;
}

span {
	margin: 0px auto;
	text-align: center;
	font-size: 75%;
	font-weight: normal;
	display: block;
	}
	
	/* GENERALES */
	
#cabecera, #navcontainer, #titulo, #pie{ 
	background-image:url(../imagenes/fondos/fondo_celdas.jpg) 
	}  
	
	/* CLASES */
	
.costaPapito {
	width: 100px;
	height: 155px;
	margin: 5px 25px;
}
.presenta {
	width: 150px;
	float: left;
	position: absolute;
	margin-left: 20px;
}
.idioma {
	float: right;
}
.cabecera {
	font-size: 80%;
}
.imagen_index {
	margin: 10px auto;
	display: block;
	width: 220px;
}
.album {
	border: 0 none;
	margin: 0;
	width: 150px;
	float: left;
	background-image: url(../imagenes/fondos/fondo_celdas.jpg);
	text-align: right;
	padding-top: 15px;
	position: absolute;
	left: 10px;
}
.contenido_izq {
	width: auto;
	margin: 0 278px 0 153px;
	background-image: url(../imagenes/fondos/fondo_celdas.jpg);
	position: relative
}
.contenido_der {
	margin: 0pt;
	width: 277px;
	float: right;
	background-image: url(../imagenes/fondos/fondo_celdas.jpg);
	position: relative;
}
.imagen_sup {
	width: 180px;
	height: 120px;
	margin: 10px auto;
	display: block;
	border: solid #000 1px;
}
.imagen_masaje {
	width: 180px;
	height: 120px;
	margin: 20px auto;
	border: solid #000 1px;
	display: block;
}
.bloque_texto {
	margin: 0 auto;
	width: 220px;
	text-align: justify;
	font-size: 80%;
	margin-bottom: 10px;
}
.rosa {
	width: 30px;
	height: 24px;
	margin-right: 5px;
	margin-bottom: -3px;
}
.separador {
	margin: 10px auto;
	width: 17px;
	display: block;
}
.miniaturas {
	width: 100px;
	height: 75px;
	margin: 5px 25px;
	border: solid #000 1px;
}
.CRway {
	width: 100px;
	height:80px;
	margin: 5px 25px;
	border: solid #000 1px;
}
.validacion {
	float: left;
	margin-left: 5px;
}
	/* ID */
	
#cabecera {
	width: 730px;
	height: 120px;
	padding-top: 15px;
}
#logo {
	margin: 0 265px 0 265px;
	width: auto;
	position: absolute;
	float: left;
	min-width:125px;
	height: 106px;
}
#version_der {
	float: right;
	width: 150px;
	margin: 25px 10px 0 0;
	padding: 3px;
}
#titulo {
	text-align: center;
	padding: 20px 10px;
	font-weight: normal;
	margin-bottom: 3px;
	width: 710px;
}
#navcontainer{
	height: 20px;
	margin: 0 auto;
	width: 709px;
}
#navcontainer ul{
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#contenido_general {
	margin-top: 0px;
	width: 730px;
	padding: 10px;
}
#navcontainer ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#navcontainer ul li a{
	background: #fff;
	width: 140px;
	height: 18px;
	border-top: 1px solid #f5d7b4;
	border-left: 1px solid #f5d7b4;
	border-bottom: 1px solid #f5d7b4;
	border-right: none;
	padding: 0;
	margin: 0;
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 0.6em "Lucida Grande", verdana, lucida, sans-serif;
	font-weight: bold;
}
#navcontainer ul li a:hover{
	color: #009933;
	background: #fff1d2;
}
#navcontainer a:active{
	background: #c60;
	color: #fff;
}
#navcontainer li#active a{
	background: #060;
	border: 1px solid #c60;
	color: #fff;
}
#pie {
	font-size: 70%;
	padding: 10px 0 8px 0;
	text-align: center;
	width: 577px;
	margin: 3px 0 0 153px;
	position: absolute;
	height: 77px;
	float: left;
	overflow: visible;
}
#atras {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 2em;
	font-size: 0.7em;
	cursor: pointer;
	background-image: url(estilos.css);
	background-repeat: no-repeat;
	margin-top: 0.5em;
	height: 25px;
	width: 300px;
}
#fondo {
	background-image: url(../imagenes/fondos/fondo_celdas.jpg);
	width: 730px;
	margin-bottom: 3px;
	padding-bottom: 5px;
	height: 20px;
}
#contenedor {
	margin: 10px auto;
	padding: 0 0 10px 0;
	width: 750px;
	margin: 10px auto;
	position: relative;
/*	background-image: url(../imagenes/fondos/fondo_pagina.jpg); */
/*	border: solid #000 1px; */
}
.transp {
	height: 1px;
}

