@charset "utf-8";
/* Medios fluidos sencillos
   Nota: Los medios fluidos exigen la eliminación de los atributos de altura y anchura de los medios del código HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 no admite max-width (anchura máxima), por lo que usa de manera predeterminada una anchura del 100% */
.ie6 img {
	width:100%;
}

/*
	Propiedades de cuadrícula fluida de Dreamweaver
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiración obtenida de "Responsive Web Design" de Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	y Golden Grid System de Joni Korpi
	http://goldengridsystem.com/
*/
@font-face {
    font-family: 'calibriregular';
    src: url('../fonts/calibri-webfont.eot');
    src: url('../fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibri-webfont.woff') format('woff'),
         url('../fonts/calibri-webfont.ttf') format('truetype'),
         url('../fonts/calibri-webfont.svg#calibriregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bauhaus_93regular';
    src: url('../fonts/bauhs93-webfont.eot');
    src: url('../fonts/bauhs93-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bauhs93-webfont.woff') format('woff'),
         url('../fonts/bauhs93-webfont.ttf') format('truetype'),
         url('../fonts/bauhs93-webfont.svg#bauhaus_93regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	background-color: #000000;
}
/* Diseño móvil: 480 px e inferior. */

.gridContainer {
	margin: auto;
	width: 400px;
	display: block;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 8px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    2px 2px 8px 0px rgba(50, 50, 50, 1);
	box-shadow:         2px 2px 8px 0px rgba(50, 50, 50, 1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
	background-color: #ffffff;	
}
h1 {
	font-family: calibriregular;
	font-size: 28px;
	color: #4f81bd;
	text-align: center;
}
h2{
	font-family: calibriregular;
	font-size: 24px;
	margin-top: 60PX;
	text-align: center;
	text-shadow: -2px 2px 2px rgba(150, 150, 150, 1);
}
h3 {
	font-family: calibriregular;
	font-size: 24px;
	color: #898989;
	text-align: center;
}
h4 {
	font-family: calibriregular;
	font-size: 16px;
	color: #898989;
	text-align: center;
	line-height: 10px;
}
h5 {
	font-family: calibriregular;
	font-size: 12px;
	color: #898989;
	text-align: center;
	line-height: 10px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}

#cabecera {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #002060;
	height: 80px;
}
#nav{
	clear: both;
	width: 100%;
	display: block;
	margin-left: 1%;
}
#nav li{
	list-style-image: none;
	list-style-type: none;
	display: inline-block;
	margin-left: 7%;
	margin-top: 15px;
}
#nav li a{
	text-decoration: none;
	font-family: calibriregular;
	font-size: 15px;
	color: #4f81bd;

}
#nav li a:hover{
	color: #898989;
}
a:focus { outline: none;
}

#cuerpo1 {
	clear: both;
	display: block;
	width: 100%;
	float: left;
	margin-top:40px;
	text-shadow: -2px 2px 2px rgba(150, 150, 150, 1);
}
#cuerpo2 {
	width: 100%;
	margin-left: 10%;
}
#somos1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	margin-top: -15px;
	margin-bottom: 25px;
}
#cuerpo1somos p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}

#somos2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	margin-left: 20px;
	width: 90%;
	margin-right:20px;

}
#servicios1{

	font-family: calibriregular;
	font-size: 12px;
	line-height: 15px;
	width: 95%;
	margin-left: 15px;
	margin-right: 15px;

}
#servicios1 p {
	line-height: 17px;

}
#servicios2{
	float: right;
	width: 45%;
	margin-top: 90px;
	display: none;

}
#servicios3{
	clear: both;
	margin-bottom: 180px;
}
#hora1{
	float: left;
	width: 45%;
	text-align: center;
	margin-left: 20px;
}
#hora2{
	float: left;
	width: 45%;
	text-align: center;
	margin-left: 20px;
}
#hora3{
	float: left;
	width: 45%;
	text-align: center;
	margin-left: 20px;
}
#hora4{
	float: left;
	width: 45%;
	text-align: center;
	margin-left: 20px;
}
.horario {
	background-color: #84B3F9;
	font-weight: bold;
	width: 110px;
	margin-right: auto;
	margin-left: auto;
}

#formacion1{
	font-family: calibriregular;
	font-size: 14px;
	line-height: 22px;
	width: 90%;
	margin-left: 20px;
}
#formacion2{
	font-family: calibriregular;
	font-size: 14px;
	line-height: 22px;
	float: left;
	width: 30%;
	margin-left: 4px;
	margin-right: 20px;
	background-color: #eeece1;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-weight: bold;
}
.formacionIMG {
	display: none;
}
#formacion1 p img {
	margin-left: 30px;
}
#cosmetica1{
	font-family: calibriregular;
	font-size: 14px;
	line-height: 22px;
	width: 90%;
	margin-left: 20px;
}
#cosmetica1 h1 {
	font-family: calibriregular;
	font-size: 34px;
	color: #000000;
	text-align: center;
	text-shadow: -2px 2px 2px rgba(150, 150, 150, 1);
}
#contacto {
	clear: both;
	display: block;
	margin-top:40px;
	text-shadow: -2px 2px 2px rgba(150, 150, 150, 1);
}
#mapa {
	width: 250px;
	height: 225px; 
	margin: auto;
}
#pie {
	clear: both;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #121315;
	text-align: center;
	margin-top: 30px;
	margin-bottom:20px;
}

.cosmet {
	font-family: Calibri;
	text-align: center;
}
.center{
	text-align: center;
}


/* Diseño tableta: de 481 px a 768 px. Hereda estilos de: Diseño móvil. */

@media only screen and (min-width: 481px) {
.gridContainer {
	margin: auto;
	width: 900px;
	display: block;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 8px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    2px 2px 8px 0px rgba(50, 50, 50, 1);
	box-shadow:         2px 2px 8px 0px rgba(50, 50, 50, 1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
}
h1 {
	font-family: calibriregular;
	font-size: 34px;
	color: #4f81bd;
	text-align: center;
}
h2{
	font-family: calibriregular;
	font-size: 30px;
	margin-top: 60PX;
	text-align: center;
	text-shadow: -2px 2px 2px rgba(150, 150, 150, 1);
}
h3 {
	font-family: calibriregular;
	font-size: 30px;
	color: #898989;
	text-align: center;
}
h4 {
	font-family: calibriregular;
	font-size: 20px;
	color: #898989;
	text-align: center;
	line-height: 10px;
}
h5 {
	font-family: calibriregular;
	font-size: 16px;
	color: #898989;
	text-align: center;
	line-height: 10px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}

#cabecera {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #002060;
	height: 80px;
}
#nav{
	clear: both;
	width: 900px;
	display: block;
	margin-left: 10px;
}
#nav li{
	list-style-image: none;
	list-style-type: none;
	display: inline-block;
	margin-left: 40px;
	margin-top: 15px;
}
#nav li a{
	text-decoration: none;
	font-family: calibriregular;
	font-size: 18px;
	color: #4f81bd;

}
#nav li a:hover{
	color: #898989;
}
a:focus { outline: none;
}

#cuerpo1 {
	clear: both;
	display: block;
	width: 65%;
	float: left;
	margin-top:40px;
	text-shadow: -2px 2px 2px rgba(150, 150, 150, 1);
}
#cuerpo2 {
	float: right;
	margin-top: 75px;
	visibility: visible;
	width: 30%;
	margin-left: 1%;
}
#somos1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	margin-top: -15px;
	margin-bottom: 25px;
}
#cuerpo1somos p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin-left: 10px;
}

#somos2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	float: right;
	width: 29%;
	margin-right:15px;

}
#servicios1{

	font-family: calibriregular;
	font-size: 14px;
	line-height: 15px;
	float: left;
	width: 51%;
	margin-left: 20px;
}
#servicios1 p {
	line-height: 17px;

}
#servicios2{
	float: right;
	width: 45%;
	margin-top: 90px;
	display: block;
}
#servicios3{
	clear: both;
	margin-bottom: 180px;
}
#hora1{
	float: left;
	width: 200px;
	text-align: center;
	margin-left: 20px;
}
#hora2{
	float: left;
	width: 200px;
	text-align: center;
	margin-left: 20px;
}
#hora3{
	float: left;
	width: 200px;
	text-align: center;
	margin-left: 20px;
}
#hora4{
	float: left;
	width: 200px;
	text-align: center;
	margin-left: 20px;
}
.horario {
	background-color: #84B3F9;
	font-weight: bold;
	width: 110px;
	margin-right: auto;
	margin-left: auto;
}

#formacion1{
	font-family: calibriregular;
	font-size: 14px;
	line-height: 22px;
	width: 90%;
	margin-left: 40px;
}
#formacion2{
	font-family: calibriregular;
	font-size: 14px;
	line-height: 22px;
	float: left;
	width: 30%;
	margin-left: 4px;
	margin-right: 20px;
	background-color: #eeece1;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-weight: bold;
}
.formacionIMG {
	display: block;
}
#formacion1 p img {
	margin-left: 30px;
}
#cosmetica1{
	font-family: calibriregular;
	font-size: 14px;
	line-height: 22px;
	width: 90%;
	margin-left: 40px;
}
#cosmetica1 h1 {
	font-family: calibriregular;
	font-size: 34px;
	color: #000000;
	text-align: center;
	text-shadow: -2px 2px 2px rgba(150, 150, 150, 1);
}
#contacto {
	clear: both;
	display: block;


	margin-top:40px;
	text-shadow: -2px 2px 2px rgba(150, 150, 150, 1);
}
#mapa {
	width: 425px;
	height: 350px; 
	margin: auto;
}
#pie {
	clear: both;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #121315;
	text-align: center;
	margin-top: 20px;
	margin-bottom:20px;
}

.cosmet {
	font-family: Calibri;
	text-align: center;
}
.center{
	text-align: center;
}
}

/* Diseño escritorio: de 769 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media only screen and (min-width: 769px) {
.gridContainer {
	margin: auto;
	width: 900px;
	display: block;
	overflow: hidden;
	-webkit-box-shadow: 2px 2px 8px 0px rgba(50, 50, 50, 1);
	-moz-box-shadow:    2px 2px 8px 0px rgba(50, 50, 50, 1);
	box-shadow:         2px 2px 8px 0px rgba(50, 50, 50, 1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
	background-color: #ffffff;
}
h1 {
	font-family: calibriregular;
	font-size: 34px;
	color: #4f81bd;
	text-align: center;
}
h2{
	font-family: calibriregular;
	font-size: 30px;
	margin-top: 50px;
	text-align: center;
	text-shadow: -2px 2px 2px rgba(150, 150, 150, 1);
	line-height: 30px;
}
h3 {
	font-family: calibriregular;
	font-size: 30px;
	color: #898989;
	text-align: center;
}
h4 {
	font-family: calibriregular;
	font-size: 20px;
	color: #898989;
	text-align: center;
	line-height: 10px;
}
h5 {
	font-family: calibriregular;
	font-size: 16px;
	color: #898989;
	text-align: center;
	line-height: 10px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
	font-weight: bold;
}

#cabecera {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background-color: #002060;
	height: 80px;
}
#nav{
	clear: both;
	width: 900px;
	display: block;
	margin-left: 10px;
}
#nav li{
	list-style-image: none;
	list-style-type: none;
	display: inline-block;
	margin-left: 40px;
	margin-top: 15px;
}
#nav li a{
	text-decoration: none;
	font-family: calibriregular;
	font-size: 18px;
	color: #4f81bd;

}
#nav li a:hover{
	color: #898989;
}
a:focus { outline: none;
}

#cuerpo1 {
	clear: both;
	display: block;
	width: 65%;
	float: left;
	margin-top:40px;
	text-shadow: -2px 2px 2px rgba(150, 150, 150, 1);
}
#cuerpo2 {
	float: right;
	margin-top: 75px;
	visibility: visible;
	width: 30%;
	margin-left: 1%;
}
#somos1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	margin-top: -15px;
	margin-bottom: 25px;
}
#cuerpo1somos p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	margin-left: 40px;
}

#somos2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	float: right;
	width: 29%;
	margin-right:15px;

}
#servicios1{

	font-family: calibriregular;
	font-size: 14px;
	line-height: 15px;
	float: left;
	width: 48%;
	margin-left: 40px;
}
#servicios1 p {
	line-height: 17px;

}
#servicios2{
	float: right;
	width: 45%;
	margin-top: 90px;
	display: block;
}
#servicios3{
	clear: both;
	margin-bottom: 180px;
}
#hora1{
	float: left;
	width: 200px;
	text-align: center;
	margin-left: 20px;
}
#hora2{
	float: left;
	width: 200px;
	text-align: center;
	margin-left: 20px;
}
#hora3{
	float: left;
	width: 200px;
	text-align: center;
	margin-left: 20px;
}
#hora4{
	float: left;
	width: 200px;
	text-align: center;
	margin-left: 20px;
}
.horario {
	background-color: #84B3F9;
	font-weight: bold;
	width: 110px;
	margin-right: auto;
	margin-left: auto;
}

#formacion1{
	font-family: calibriregular;
	font-size: 14px;
	line-height: 22px;
	width: 90%;
	margin-left: 40px;
}
#formacion2{
	font-family: calibriregular;
	font-size: 14px;
	line-height: 22px;
	float: left;
	width: 30%;
	margin-left: 4px;
	margin-right: 20px;
	background-color: #eeece1;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	font-weight: normal;
}
.formacionIMG {
	display: block;
}
#formacion1 p img {
	margin-left: 30px;
}
#cosmetica1{
	font-family: calibriregular;
	font-size: 14px;
	line-height: 22px;
	width: 90%;
	margin-left: 40px;
}
#cosmetica1 h1 {
	font-family: calibriregular;
	font-size: 34px;
	color: #000000;
	text-align: center;
	text-shadow: -2px 2px 2px rgba(150, 150, 150, 1);
}
#contacto {
	clear: both;
	display: block;


	margin-top:40px;
	text-shadow: -2px 2px 2px rgba(150, 150, 150, 1);
}
#mapa {
	width: 425px;
	height: 350px; 
	margin: auto;
}

#pie {
	clear: both;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #121315;
	text-align: center;
	margin-top: 20px;
	margin-bottom:20px;
}

.cosmet {
	font-family: Calibri;
	text-align: center;
}
.cosmet1 {
	font-family: Calibri;
	text-align: center;
	font-size: 20px;
}
.center{
	text-align: center;
}
}
