/*********************/
/* Pagina en general */
/*********************/
body,div,p,img,form,h1,h3,h4,h5,h6 {margin: 0;
				    padding: 0;
				    border: 0;
				   }
body {	background-color: white;
     }
     
.page {width:950px;}


/*********************/
/* Contenedor general*/
/*********************/
#contenedor {
	position:relative;
	margin: 0 auto;
	width: 950px;
	height: 700px;
	}

/*********************/
/* Logo              */
/*********************/
#logo {
	/*position:relative;*/
	/*width: 950px;*/
	margin: 5px auto;	
	height: 100px;
	/*background-image: url("../images/titulo.jpg");*/
	background-image: url("../images/titulo0.jpg");
	background-repeat: no-repeat;
	}

/*********************/
/* Pie               */
/*********************/
#pie {
      color: white;
      font-family: Union, Trebuchet MS, Arial;
      font-size: 1em;
      text-align:center;
      background-color: #e66f96;
      paddin: 1em;
      }



/*********************/
/* Menus             */
/*********************/
#contenidomenuarriba{position:relative;
		     margin: auto;
		    }

#contenidomenuabajo{position:relative;
		    margin: auto;
		   }

/*******************************/
/* Bloque general de contenido */
/*******************************/
#contentbox {	background-color: white;                	
		margin: 5px auto;
	   }
	
/*******************************************************/
/* Margen entre el bloque general y la foto de dentro  */
/*******************************************************/	
#padding {padding: 1em;
	  background-color: #e66f96;
	 }

/****************************************************/
/* Foto de dentro del bloque                        */
/* Definimos varios iguales, pero con distinta foto */
/****************************************************/	
#innerpagefoto0{background-image: url("../images/florini.jpg");
		background-repeat: no-repeat;
		width: 920px;
		height: 500px;
		margin: auto;
		}
		
#innerpagefoto1{/* background-image: url("../images/fondo1.jpg");*/
		background-image: url("../images/pies.jpg");
		background-repeat: no-repeat;
		width: 920px;
		height: 500px;
		margin: auto;
		}
		
#innerpagefoto2{/* background-image: url("../images/fondo2.jpg"); */
		background-image: url("../images/depila.jpg");
		background-repeat: no-repeat;
		width: 920px;
		height: 500px;
		margin: auto;
		}

#innerpagefoto3{/* background-image: url("../images/fondo3.jpg");*/
		background-image: url("../images/contacto.jpg");
		background-repeat: no-repeat;
		width: 920px;
		height: 500px;
		margin: auto;
		}

#innerpagefoto4{/* background-image: url("../images/fondo4.jpg");*/
		background-image: url("../images/tratamientos.jpg");
		background-repeat: no-repeat;
		width: 920px;
		height: 500px;
		margin: auto;
		}

#innerpagefoto5{/* background-image: url("../images/fondo5.jpg"); */
		background-image: url("../images/masaje.jpg");
		background-repeat: no-repeat;
		width: 920px;
		height: 500px;
		margin: auto;
		}

#innerpagefoto6{/* background-image: url("../images/fondo6.jpg");*/
		background-image: url("../images/preso.jpg");
		background-repeat: no-repeat;
		width: 920px;
		height: 500px;
		margin: auto;
		}

#innerpagefoto7{background-image: url("../images/fondo7.jpg");
		background-repeat: no-repeat;
		width: 920px;
		height: 500px;
		margin: auto;
		}

#innerpagefoto8{background-image: url("../images/fondo8.jpg");
		background-repeat: no-repeat;
		width: 920px;
		height: 500px;
		margin: auto;
		}

#innerpagefoto9{background-image: url("../images/uva.jpg");
		background-repeat: no-repeat;
		width: 920px;
		height: 500px;
		margin: auto;
		}

#innerpagefoto10{background-image: url("../images/turbosonic.jpg");
		background-repeat: no-repeat;
		width: 920px;
		height: 500px;
		margin: auto;
		}

#innerpagefoto11{background-image: url("../images/facebook.jpg");
		background-repeat: no-repeat;
		display: block;
		height: 500px;
		text-indent:-9999px;
		width: 920px;
		}



#innerpagemapa{ margin: auto;
		}


/******************************************/
/* Content area: donde escribimos el texto*/
/******************************************/
#content {	background-color: white	;
		filter:alpha(opacity=70);
	 	opacity: .7;
	 	float: right;
	 	width: 300px;
	 	height: 480px;
	 	padding: 0.5em;
	 	margin: 5px;	 	
	 	font-family: Verdana, Arial;
	 	font-size: 0.8em;
	 	overflow: auto;
	 	}

#contentcontacto {background-color: white	;
		filter:alpha(opacity=70);
	 	opacity: .7;
	 	float: right;
	 	width: 700px;
	 	height: 480px;
	 	padding: 0.5em;
	 	margin: 5px;	 	
	 	font-family: Verdana, Arial;
	 	font-size: 0.8em;
	 	overflow: auto;
	 	}	 	



/* titulo */
#content h1 {	font-size: 1.6em;
		font-family: Trebuchet MS;
		margin-top: 0.2em;
		margin-bottom: 0.3em;
		color: #BF2016;}
		
#content h2 {	font-size: 1.4em;
		font-family: Trebuchet MS;
		margin-top: 0.2em;
		margin-bottom: 0.3em;
		color: #BF2016;}
		
#content h3 {	font-size: 1.2em;
		font-family: Trebuchet MS;
		margin-top: 0.2em;
		margin-bottom: 0.3em;
		color: #BF2016;}		
		
		
		
/* texto general */
#content p {font-size: 0.9em;}


/* link colors */
#content a:link {color: #e9336f;}
#content a:hover, #content a:active {color: #e9336f;}
#content a:visited {color: #e9336f;}

/* circulitos de las li  */
#content li{list-style-type: circle;}