body {
  background: #F6CBD8;
  margin: 0em;
  font-family: Verdana;
  text-align: center;
} 

#cabeceraExterior {
  border: 5px solid #F6CBD8;
  border-bottom-width: 2.5px; 
}

#cabeceraIntermedia {
  border: 5px solid #FFFFFF; 
}

#cabecera {
  background: #F9EDF1 url(img/logo.png) left no-repeat;  
  border: 5px solid #F6CBD8; 
  width: 100%;
  color: #A84586;
  text-align: center;  
  padding-right: 1em;
}

#logoCabecera {
  float: left;
}

#infoCabecera {
  text-align: center;  
  margin-left: 450px;
}

p.tituloCabecera {
  margin-top: 20px; 
  margin-bottom: 10px;
  font-weight: bold;
}

p.esloganCabecera {
  font-family: brush script std; 
  font-size: 22px;
}

p.datosCabecera {
  font-family: tahoma; 
  font-size: 15px;
  font-weight: bold;
} 

#principal {
  border: 5px solid #F6CBD8;   
  border-left-width: 7px;
  border-right-width: 7px;
}

#indiceExterior {
  border: 5px solid #FFFFFF; 
  border-bottom-width: 2.5px;
}

#indice {
  background: #F9EBEF url(img/fotoIndice.png) left no-repeat;  
  border: 5px solid #F6CBD8; 
  width: 100%;
  height: 48px;
  padding-left: 0em;
  padding-right: 1em;
  text-align: center;
}

#fotoIndice {
  float: left;
}

#elementosIndice {
  padding-top: 0.7em;
}

a.elementoIndice {	
  margin-left: 35px;
  margin-right: 35px;
  text-decoration: none;
  color: #A84586;
  font-weight: bold;
}

#cuerpoExterior {
  border: 5px solid #FFFFFF;   
  width: 100%;
  height: 100%;
}

#cuerpo {
  background: #F6CBD8;
  border: 5px solid #F6CBD8;   
  width: 100%;
  height: 440px;
}

#fotoContenido {
  border-right: 1px solid #F6CBD8;
  float: left;
}

#contenido {
  background: #FBF0F4 url(img/fotoContenido.png) left no-repeat;
  margin: 0px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  height: 100%;
}

#titulo {
  text-align: center;
  color: #A84586;
  font-size: 18px;
}

h2.seccion {
  text-align: left;
  color: #A84586;
  font-size: 15px;
  margin-bottom: 10px;
}

p.texto {
  text-align: left;
  font-weight: bold;
  font-size: 13px;
}

.sobresaltado {
  color: #A84586;
}

table.tablaServicios td {
  padding-bottom: 0.4em;
  padding-left: 1em;
  font-weight: bold;
}

#pieExterior {
  border: 5px solid #F6CBD8;
  border-top-width: 2.5px; 
  vertical-align: 50%;
}

#pieIntermedio {
  border: 5px solid #FFFFFF; 
  height: 100%;
}

#pie {
  background: #F8F3F5 url(img/fotoPie.png) left no-repeat; 
  border: 5px solid #F6CBD8; 
  width: 100%;
  height: 100%;
  color: #A84586;
  font-family: monotype corsiva;
  font-style: italic;
  font-weight: bold;
  text-align: center;  
  padding-right: 1em;
}

