@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: 2px; /* 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: #DBD9FF;
	background-image: url(../images/bg/bgbody.jpg);
    }

#container {
	width: 83em; /* los márgenes automáticos (conjuntamente con un ancho) centran la página */
	border: 1px solid #000000;
	text-align: left; /* esto anula text-align: center en el elemento body. */
	font-size: 1.1em;
	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;
	background-color: #FFF;
    } 

#header {
	background-image: url(../images/bgheader.jpg);
	background-repeat: repeat-x;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #666633;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
    } 

#header h1 {

    	margin: 0; /* el ajuste en cero del margen del último elemento del div de #header evita la contracción del margen (un espacio inexplicable entre divs). Si el div tiene un borde alrededor, esto no es necesario, ya que también evita la contracción del margen */

    	padding: 10px 0; /* el uso de relleno en lugar de margen le permitirá mantener el elemento alejado de los bordes del div */

    }
#header .centro h1 a  {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666600;
}

    

    /* 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.

    */

#sidebar1 {
	float: left; /* este elemento debe preceder en el orden de origen a cualquier elemento que desee situar junto a */
	width: 15em;
	background-image: none;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 11px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: left;
	margin-bottom: 0px;
	background-color: #FFF;
    }

#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 h3, .home #sidebar2 p, .home #sidebar2 h3 {

    	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;

    }

    

    /* 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.

    */

#mainContent {
	margin-top: 10px;
	margin-right: 0%;
	margin-bottom: 0;
	margin-left: 15em;
	background-image: url(../images/rectanguapa.jpg);
	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-bottom: 0px;
	margin-left: 1.5em;
}
	#menuh {
	float: none;
}
#sidebar1 ul {
	text-align: left;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 8em;
	margin-left: auto;
	list-style-type: none;
	background-color: #FFF;
	background-image: none;
	}
#sidebar1 li {
	background-image: url(../images/bg/bgboton.jpg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	background-color: #FFF;
}
#sidebar1 li a{
	background-image: url(../images/bg/bgboton.jpg);
	background-repeat: repeat-y;
	background-position: center;
	display: block;
	margin-top: 1px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 2em;
	list-style-type: none;
	font-size: 0.9em;
	color: #003;
	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: 12.9em;
}
#sidebar1 li a:hover {
	background-image: url(../images/bg/bgboton.jpg);
	background-repeat: repeat;
	background-position: -10px top;
	color: #663;
	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(../images/bg/bgbot2.jpg);
	background-repeat: repeat-y;
	clear: both;
	height: 40px;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin: 0px;
	position: relative;
    } 
#interfooter {
	height: 12px;
	margin-top: 16px;
	margin-right: 0px;
	margin-left: 4px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999966;
	padding-top: 2px;
	padding-bottom: 4px;
}
#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;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	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;
}
.text h1 {
	bottom: auto;
	color: #41A0A0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	padding-left: 7px;
	font-weight: normal;
	padding-top: 3px;
	margin-top: 20px;
	line-height: 0.6em;
	padding-bottom: 2px;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B1B0CF;
	border-left-width: 11px;
	border-left-style: solid;
	border-left-color: #989933;
}
h3 {
	bottom: auto;
	color: #099;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: normal;
	text-transform: uppercase;
	font-weight: normal;
}
h1    .dr  {
	margin-left: 3px;
	margin-top: 2px;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-bottom: -3px;
}
h1      .dr a   {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
div.centro   {
	margin-top: 45px;
	margin-left: 0px;
	float: right;
	width: 26em;
	margin-right: 0px;
	width: 34em;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div.centro h1      {
	letter-spacing: 0.2em;
	font-size: 1.1em;
	text-align: right;
	font-weight: normal;
}
.marcologo {
	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;
}
.contenido {
	float: left;
	width: 300px;
	padding: 12px;
	margin: 12px;
	border: 1px solid #999933;
	margin-top: 10px;
	color: #666633;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.text {
	border: 1px solid #999900;
	margin-top: 0px;
	margin-bottom: 12px;
	padding-top: 8px;
	padding-right: 9px;
	padding-bottom: 12px;
	padding-left: 15px;
	width: 32em;
}
.menu {
	float: right;
	height: 340px;
	width: 22em;
	list-style-type: none;
	margin-right: 3.2em;
}
.menu h2 {
	line-height: 1.7em;
	font-size: 1.4em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.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: 0.8em;
	color: #093D4D;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.2em;
	float: right;
	margin-right: 0em;
	margin-left: 0px;
}
.fax {	font-size: 12px;
	color: #999933;
}
#footer .direccion {
	width: 69em;
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.2em;
	color: #033;
}
.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: 4px;
	margin-left: 0px;
	padding-bottom: 1px;
}
#bycorbax a   {
	text-decoration: none;
	color: #551A8B;
}
#bycorbax a:hover   {
	color: #666633;
	text-decoration: none;
}
#bycorbax {
	float: right;
	width: 31em;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#inicio.text     {
	height: auto;
	width: 310px;
	background-repeat: repeat-y;
	background-position: right top;
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#inicio img {
	margin-top: 0px;
	margin-bottom: 0px;
}
#equipo.text {
	padding-top: 20px;
	width: 400px;
}
#enlaces.text {
	background-image: url(../images/bg/bgclaro.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#menu {
	width: 215px;
	font-size: 0.8em;
	font-style: italic;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
}
#contenido {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999900;
	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;
}

#contenido p{
	color: #666633;
}
#contenido img {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #999933;
	padding: 1px;
}
#contenido a {
	color: #551A8B;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BBBBD5;
}
#tellafriends img{
	text-align: center;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 4px;
}
#tellafriends  p{
	font-size: 1.1em;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.video {
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 370px;
}
#menu {
	height: 450px;
	padding-bottom: 12px;
}
#Tabbed0 #menu {
	height: auto;
	margin-right: 5em;
	padding-right: 0px;
	width: 32.8em;
	padding-left: 6px;
	margin-top: 0em;
}
.text h2 a {
	color: #099;
	text-decoration: none;
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 2px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #993;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D5D7E3;
	line-height: 0.9em;
}
.text #contenido h2 a {
	color: #50A8A9;
	text-decoration: none;
}
.text #contenido h1 {
	background-color: #F0F0F0;
	border-left-style: none;
	font-size: 1.2em;
}
.text h1 a {
	color: #128A8D;
	text-decoration: none;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.text a {
	color: #639;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #96C;
}
#Tabbed0 {
	height: auto;
}
#columnasMenu .menu{
	float: right;
	width: 17em;
	margin-right: 20px;
	margin-left: 0px;
	height: 26.1em;
	border: 1px solid #6B6600;
}
#Tabbed1 .menu ul {
	padding-left: 14px;
	padding-right: 6px;
}
#Tabbed1 #texth1 {
	width: 42.8em;
}
#Depilacion {
	height: auto;
}
#Tabbed4 .menu{
	float: left;
	width: 17em;
	margin-right: 20px;
	margin-left: 0px;
	height: 29em;
	border: 1px solid #6B6600;
	margin-bottom: 10px;
}
#Tabbed4 .menu ul {
	padding-left: 10px;
	padding-right: 6px;
}
#Tabbed4 #text2h1 {
	width: 49.5em;
	padding-top: 0px;
	padding-bottom: 4px;
}
div.textSimple {
	text-decoration: none;
	border: 1px dotted #990;
	width: 360px;
	padding-right: 9px;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}
.IlustracionBorde {
	padding: 4px;
	border: 1px solid #993;
}
#columnasMenu .menu  {
	float: left;
}
#columnasMenu #texth1 {
	width: 44.6em;
	padding-top: 2px;
	padding-bottom: 1px;
}
.dermatologia #Tabbed3 {
	height: auto;
}
.TabbedPanelsContentGroup #Tabbed4 {
	padding-bottom: 0px;
}
.medicina #Tabbed1 #columnasMenu .menu {
	float: right;
}
.medicina #Tabbed1 #columnasMenu .menu {
	height: auto;
	width: 17.8em;
	margin-right: 10px;
	margin-left: 0px;
}
.medicina #Tabbed1 {
	border-bottom-width: 0px;
	border-bottom-style: none;
	height: auto;
}
.home #semcc {
	border: 1px solid #993;
}
.menu h3 {
	margin: 0px;
	font-size: 1em;
}
#sidebar1 ul .current {
	color: #003;
}
#keywords {
	width: auto;
}
#Tabbed1 #columnasMenu .menu ul li h3 a {
	color: #099;
}
.texth2 {
	border: 1px solid #999900;
	margin-top: 0px;
	margin-bottom: 12px;
	padding-top: 8px;
	padding-right: 9px;
	padding-bottom: 12px;
	padding-left: 15px;
	width: 32em;
	background-image: url(../images/bg/bgclaro.jpg);
	background-repeat: repeat-y;
}
#Tabbed4 .texth2, #columnasMenu .texth2 {
	width: 52.6em;
}
.texth2 h2 a {
	color: #099;
	text-decoration: none;
	border-left-width: 11px;
	border-left-style: solid;
	border-left-color: #993;
	padding-left: 4px;
	line-height: normal;
}
#Odontologia .text{
	width: 36.5em;
	float: left;
	background-image: none;
	margin-right: 1.5em;
	padding-right: 4px;
}
#Odontologia .texth2 {
	width: 56em;
}
#Odontologia .fotos {
	float: left;
	text-align: center;
	width: 207px;
}
#Odontologia .fotos .IlustracionBorde {
	margin-bottom: 20px;
}
#Depilacion .text{
	width: 36.5em;
	float: left;
	background-image: none;
	margin-right: 1.5em;
	padding-right: 4px;
}
#Depilacion .fotos {
	float: right;
	text-align: center;
	width: 207px;
}
#Depilacion .fotos .IlustracionBorde {
	margin-bottom: 20px;
}
#Depilacion .menu {
	width: 20em;
}

