@charset "UTF-8";
body  {
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	color: #666633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	background-color: #CECFFD;
	background-image: url(../estetica/images/bg/bgbody.jpg);
    }
#container  {
	width: 800px;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	font-size: 1.1em;
	background-color: #FFFFFF;
	background-image: url(../images/bg/bgboti.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666633;
	border-right-color: #666633;
	border-bottom-color: #666633;
	border-left-color: #666633;
    } 
#container  .wrap  {
	background-image: url(../images/borde5.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 16px;
	padding-right: 0px;
}
#header  {
	background-image: none;
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666633;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 24px;
	padding-left: 10px;
    } 
#header  h1  {
	text-transform: uppercase;
	letter-spacing: 0.9em;
	font-size: 1.2em;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	margin: 0;
	padding-left: 0px;
    }
#sidebar1/* Sugerencias para barras laterales:

    1. Dado que está trabajando en porcentajes, es conveniente no utilizar relleno lateral en las barras laterales. Se añadirá al ancho en el caso de navegadores que cumplen los estándares, creando un ancho real desconocido. 

    2. El espacio entre el lado del div y los elementos que contiene puede crearse colocando un margen izquierdo y derecho en dichos elementos, como se observa en la regla ".home #sidebar1 p".

    3. Dado que Explorer calcula los anchos después de mostrarse el elemento padre, puede que ocasionalmente encuentre errores inexplicables con columnas basadas en porcentajes. Si necesita resultados más predecibles, puede optar por cambiar a columnas con tamaño en píxeles.

    */

      {
	float: left; /* este elemento debe preceder en el orden de origen a cualquier elemento que desee situar junto a */
	width: 19%;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
    }
#sidebar2  {
	float: right; /* este elemento debe preceder en el orden de origen a cualquier elemento que desee situar junto a */
	width: 23%; /* el color de fondo se mostrará a lo largo de todo el contenido de la columna, pero no más allá */
	padding: 15px 0;
    }
#sidebar1  p,.home  #sidebar1  h        {

    	margin-left: 10px; /* deben asignarse los márgenes izquierdo y derecho de cada elemento que vaya a colocarse en las columnas laterales */

    	margin-right: 10px;

    }
#mainContent/* Sugerencias para mainContent:

    1. El espacio entre el mainContent y las barras laterales se crea con los márgenes izquierdo y derecho del div mainContent.

    2. para evitar la caída de un elemento flotante con una resolución mínima admitida de 800 x 600, los elementos situados dentro del div mainContent deben tener un tamaño de 300px o inferior (incluidas las imágenes).

    3. en el siguiente comentario condicional de Internet Explorer, la propiedad zoom se utiliza para asignar a mainContent "hasLayout." Esto evita diversos problemas específicos de IE.

    */

      {
	margin-top: 0;
	margin-right: 3%;
	margin-bottom: 0;
	margin-left: 19%;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999933;
	padding: 0px;
    }
#sidebar1 img {
	padding: 2px;
	border: 1px solid #999933;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	#menuh {
	float: none;
}
#sidebar1 ul {
	text-align: left;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;
	list-style-type: none;
	}
#sidebar1 li {
	background-image: url(../estetica/images/bg/bgboton.jpg);
	background-repeat: repeat;
	background-position: center;
	display: block;

}
#sidebar1 li a{
	background-image: url(../images/bg/bgboton.jpg);
	background-repeat: repeat;
	background-position: center;
	display: block;
	margin-top: 1px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 8px;
	list-style-type: none;
	font-size: 0.9em;
	color: #333300;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999966;
	border-bottom-color: #999966;
	border-left-color: #999966;
	width: 11.6em;
}
#sidebar1    li   a:hover {
	background-image: url(../images/bg/bgboton.jpg);
	background-repeat: repeat;
	background-position: -10px top;
	color: #663597;
	text-decoration: none;
}
#sidebar2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar2 li {
	padding: 6px;
}
li a {
	color: #666633;
	text-decoration: none;
}
li a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9B99BC;
	color: #551A8B;
}
li   h2   a {
	color: #339999;
}
.li_info a {
	color: #333399;
	text-decoration: none;
}
.li_info a:hover {
	color: #339999;
	text-decoration: none;
	background-color: #e5e5e5;
}
#footer   {
	background-image: url(../estetica/images/bg/bgbot2.jpg);
	background-repeat: repeat-y;
	clear: both;
	height: 40px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin: 0px;
	font-family:'Lucida Sans', sans-serif;
	background-color: Transparent;
	position: relative;
    } 
#interfooter {
	height: 12px;
	margin-top: 20px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999966;
}
#footer p {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999933;
	border-right-color: #999933;
	border-bottom-color: #999933;
	border-left-color: #999933;
	margin: 10px;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
}
#footer a {
	color: #551A8B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999933;
	text-decoration: none;
}
#footer a:hover {
	color: #999933;
}

    

    /* Varias clases diversas para su reutilización */

    .fltrt { /* esta clase puede utilizarse para que un elemento flote en la parte derecha de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */

    	float: right;

    	margin-left: 8px;

    }

    .fltlft { /* esta clase puede utilizarse para que un elemento flote en la parte izquierda de la página. El elemento flotante debe preceder al elemento junto al que debe aparecer en la página. */

    	float: left;

    	margin-right: 8px;

    }

    .clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que deba incluir completamente a sus elementos flotantes hijos */

    	clear:both;

        height:0;

        font-size: 1px;

        line-height: 0px;

}
img.centrado {
	text-align: center;
	padding: 2px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #666600;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666600;
	text-align: left;
	letter-spacing: 0.1em;
	font-weight: lighter;
	margin-left: 2px;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #339999;
	margin-bottom: 0px;
	padding: 0px;
}
.text .contenido h2 {
	margin-top: 20px;
	margin-bottom: 0px;
}
h3 {
	bottom: auto;
	color: #41A0A0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	font-variant: small-caps;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #999933;
	padding-left: 7px;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1em;
	padding-top: 0px;
	margin-top: 10px;
}
.marcologo {
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999933;
	border-right-color: #999933;
	border-left-color: #999933;
}
img.ilustracion {
	padding: 2px;
	border: 1px solid #999933;
}
div.Ilustracion {
	padding: 2px;
	margin-top: 24px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}.ilustracion .marcologo {
	margin-top: 30px;
}
div.Ilustracion img   {
	padding: 2px;
	border: 1px solid #999933;
}
.ilustracionFloatR {
	padding: 4px;
	float: right;
	border: 1px solid #999966;
}
.ilustracionFloatR img {
	padding: 2px;
	border: 1px solid #999933;
}
.flecha {
	color: #339999;
}
.text {
	border: 1px solid #999900;
	margin-top: 0px;
	margin-bottom: 12px;
	padding-top: 15px;
	padding-right: 9px;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 320px;
}
.menu {
	float: right;
	height: auto;
	width: auto;
	list-style-type: none;
	padding-right: 30px;
}
.menu h2 {
	margin: 0px;
	font-size: 1.1em;
	letter-spacing: normal;
}
.menu ul {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 0px;
	letter-spacing: 0.1em;
}
.menu li {
	font-size: 1em;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.current {
	color: #551A8B;
	text-decoration: none;
}
.calle {
	font-size: 9px;
	color: #006666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	margin-left: 30px;
}
.fax {	font-size: 12px;
	color: #999933;
}
#footer .direccion {
	width: 53em;
	float: left;
}
.bycorbax {
	font-size: 0.8em;
	float: right;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6961A2;
	display: block;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-bottom: 1px;
	text-align: right;
}
#bycorbax a   {
	text-decoration: none;
	color: #551A8B;
}
#bycorbax a:hover   {
	color: #666633;
	text-decoration: none;
}
#bycorbax {
	float: right;
	width: 12em;
	margin: 0px;
	padding: 0px;
}
#equipo.text {
	padding-top: 20px;
	width: 380px;
}
#enlaces.text {
	background-image: url(../estetica/images/bg/bgclaro.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.contenido {
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999900;
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999900;
}
.contenido h2 {
	padding: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	font-size: 1em;
}.contenido p{
	color: #666633;
}.contenido img {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #999933;
	padding: 1px;
}

.contenido img  a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.contenido.text {
	border-right-style: none;
}
#menu {
	width: 300px;
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	margin-top: 0px;
	height: auto;
	background-image: url(images/bg/bgclaroi.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	left: -20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999933;
	border-right-color: #999933;
	border-bottom-color: #999933;
	border-left-color: #999933;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#deco {
	padding-bottom: 0px;
}
div.text  {
	width: 430px;
}
#titular {
	border-right-style: none;
	padding-top: 0px;
}
.text .contenido #adjunto {
	float: right;
	height: auto;
	width: 210px;
	margin-right: -120px;
	border: 1px solid #999933;
	margin-top: -1px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 18px;
	font-size: 0.8em;
	margin-bottom: 20px;
	margin-left: 15px;
}
.text #adjunto, #adjunto2{
	float: right;
	height: auto;
	width: 324px;
	margin-right: -70px;
	background-image: url(images/bg/bgclaro.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	margin-top: -1px;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	font-size: 0.8em;
	margin-bottom: 20px;
	margin-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999933;
	border-bottom-width: 1px;
	border-bottom-color: #999933;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999933;
}
.adjunto {
	padding: 8px;
	float: right;
	margin-right: -100px;
	width: 286px;
}
.adjunto img {
	padding: 4px;
	border: 1px solid #666600;
	margin: 0px;
}
div.text li {
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(../images/iconolista.gif);
}
#mapa {
	width: 430px;
}
#inicio {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
a {
	color: #3E9F9F;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #669999;
}
.adjunto h1 .fltrt {
	margin-right: 4px;
	text-decoration: none;
	float: right;
	padding-right: 2px;
	padding-left: 4px;
	margin-bottom: 5px;
}
.adjunto  h1 {
	vertical-align: top;
	margin-top: 0px;
	text-transform: uppercase;
}
.adjunto a {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #999933;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9B99BC;
	text-decoration: none;
	line-height: normal;
}
.test {
	margin-left: 8px;
	margin-bottom: 0px;
}
#header a {
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#header #logo h1 a .marcologo {
	border-bottom-width: 0px;
	border-bottom-style: none;
}
