/* PARA QUE LA BARRA DESPLAZAMIENTO APAREZCA SIEMPRE */
html{
height: 100%;
margin-bottom: 10px;
}
* /*en todos los els de la web*/{
	outline: none;
	margin:0px;
	padding:0px;
	border: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Gray;
	margin:0px;
	background-color: #E0CAD6;
	background-image:url(../imagenes/trama_fdo.gif);
	background-repeat:repeat;
}
td {
	border: 0px;
}
h1 {
	font-size: 21px;
	color: #BF90A6;
	letter-spacing:1px;	
}

h2 {
	font-size:12px;
	color: #BF90A6;
	line-height:25px;
	letter-spacing:1px;		
}
a{
text-decoration: none;
}
#contenedor {
	margin: 15px auto;
	width: 1000px;
	height: 100%;
	z-index:1;
}
#fondo {
	width: 1000px;
	height: 100%;
	z-index:1;
	background-color: white;
	background-image: url(../imagenes/flor.gif);
	background-position:100px 100%;
	background-repeat:no-repeat;
	}

/*INDEX*/

h3.titulo {
	font-size:35px;
	color: #F3DDE9;
	padding-bottom:0px;
	letter-spacing:1px;
}
h4.titulo {
	font-size:12px;
	color: #999999;
	padding-bottom:5px;
	letter-spacing:1px;
}

/*MENU*/

td.logo-cont {
	width: 210px;
	background-image: url(../imagenes/logo-ginevall_peq.gif);
	background-repeat: no-repeat;
	background-position: 15px 20px;
	padding-right: 30px;
	vertical-align:top;
}
.logo-cont img {
	margin-top:20px;
	margin-left:10px;
	}
ul.menu {
	list-style:none;
	line-height: 45px;
	font-size:14px;
	font-weight:bold;
	color: #FC3888;
	padding-left: 50px;
	padding-top: 50px;
}
.menu a:link, .menu a:visited {
	text-decoration:none;
	color: gray;
}	
.menu a:hover, .menu a:active, .menu a:focus {
	text-decoration:none;
	color: #FC3888;
}
a.on:link, a.on:visited {
	color: #FC3888;
	cursor:default;
	border-bottom:1px solid;
	}
td.rosa {
	width: 15px;
	background-color: #FC3888;
}
td.gris {
	width: 15px;
	background-color: gray;
}
/*CONTENIDO*/
td.medio {
	width: 650px;
	padding-left: 0px;
	padding-right: 55px;
	padding-bottom:30px;
	margin: 0px 10px 0 10px;
	color:#666666;
	background-image:url(../imagenes/senora_peq.jpg);
	background-position: 390px 140px;
	background-repeat:no-repeat;
	vertical-align:top;
}
.medio h1, .medioaviso h1 {
	padding-top: 30px;
	margin-bottom: 40px;
	padding-bottom: 5px;
	font-size:16px;
	color: #FC3888;
	border-bottom: 1px dotted #FC3888;
}
.medio p {
	font-size: 12px;
	color:#666666;
	width: 350px;
	text-align:justify;
}
.servicios td.medio {
	background-image:url(../imagenes/embarazada.jpg);
	background-position: 310px 125px;
	background-repeat:no-repeat;
}
.servicios .medio h2 {
	color: gray;
	padding-left: 30px;
}
h3.nota {
	font-size: 11px;
	color:#999999;
	padding-left: 20px;
	padding-bottom:50px;
}

.contacto .medio p, .contacto .medio h2,.contacto .medio h3{
	padding-left: 0px;
}
.contacto td.medio {
	background-image:none;
}
.contacto .medio p {
	font-size:14px;
	line-height:20px;
}
.contacto .medio h2 {
	font-size:15px;
	line-height:20px;
}

h3.emma {
	font-size:12px;
	line-height: 20px;
	color: #FC3888;
	font-style:normal;
}
#map {
	left: 330px;
	top: -350px;
	position:relative;
	width: 300px; 
	height: 10px;
	overflow:visible;
}

/*RESERVAS*/
#reservas {
	width:480px;
	height:250px;
	margin-top:00px;
	visibility:hidden;
	}
form {
	width: 350px;
	padding: 20px 20px 20px 240px;	
	border: solid 1px #FC3888;
}
.enviar {
	margin-left: 170px;
	margin-top: 5px;
	color: #FC3888;
	font-weight: bold;
}
.formtext {
	color: #2C2C2C;
	font-weight: bold;
}
div#datepicker {
	top:-220px;
	left:10px;
	position:relative;
	height:80px;
	overflow:visible;
	}
input, textarea, select {
background-color: #EEE;
border: solid 1px #DDD;
}
textarea {
 margin-top:15px;
 margin-bottom:10px;
 }
td#calendario {
	width: 630px;
	padding-left: 0px;
	padding-right: 55px;
	margin: 0px 10px 0 30px;
	color:#666666;
	height: 120px;
	vertical-align:top;
	background-image:none;
}
			
#boton a:link, #boton a:visited {
	background-color:#FC3888;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	}
#boton a:hover, #boton a:focus {
	background-color: #FFF;
	border: solid 1px #FC3888;
	color:#FC3888;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	}
iframe {
padding-top:30px;
}
/*#confirmacion {
	position:absolute;
	width:317px;
	height:240px;
	z-index:4;
	left: 433px;
	top: 228px;
}*/

/*AVISO LEGAL*/
td.medioaviso {
	width: 630px;
	padding-left: 0px;
	padding-right: 55px;
	margin: 0px 10px 0 10px;
	color:#666666;
	height: 169px;
	vertical-align:top;
}

.medioaviso p {
	font-size: 12px;
	color:#666666;
	width: 500px;
}
/*PIE*/
.pie {
	text-align:right;
	width: 100%;
	padding-top: 5px;
	
	}
.pie a:link, .pie a:visited {
	color:#666666;
}
.pie a:hover, .pie a:active, .pie a:focus {
	color: #FC3888;
}


