@CHARSET "ISO-8859-1";
/*** Tags y clases generales, hacks/fixes */
html, body {
  height: 100%;
}
body {
  font-size: 62.5%;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  color: #333333;
  background:#f1f1f1 url(/images/fdo_outter.gif) repeat-y center center;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
.floatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
}
.floatLeft { /* this class can be used to float an element left in your page */
  float: left;
}
.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear:both;
}
.noFloat {
  float: none;
}
.noText {
  text-indent: -9999px;
}
.alignRight {
  text-align: right;
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.bold {
  font-weight: bold !important;
}
textarea {
  overflow:auto;
}
/* -- Fix para los links en firefox */
a {
  text-decoration: none;
  color: #333333;
}
a:active {
  outline: none;
}
a:focus {
  -moz-outline-style: none;
}
/* -- para mantener la altura en los containers que tienen elementos flotados */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/* -- para hacer clear de floats mediante overflow */
.clearWithOverflow {
  overflow: hidden;
  zoom: 1; /* dispara 'hasLayout' en IE6 */
}
/** Estilos comunes */



/*** Estructura */
#outterGeneralContainer {
  position: relative;
  width: 950px;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 26px;
  min-height: 100%;
}
/**** Estructura End */



/*** Header */
#header {
  display: table;
  padding-bottom: 4px;
  padding-right: 1px;
}
#header h1 {
  margin: 33px 40px 21px 22px;
  float: left;
  display: inline;
}
#header h1 a{
  text-indent: -9999px;
  height: 111px;
  width: 145px;
  display: block;
}

/** Top nav y footer */
.topNav {
  float: right;
  height: 31px;
  background: url(/images/fdo_top_nav.gif) no-repeat left bottom;
  font-size: 1.2em;
  margin-right: -1px;
  width: 712px;
  position:relative;
}
.topNav li {
  display: inline;
  overflow: auto;
}
.topNav li a {
  border-top: 4px solid #ffffff;
  padding: 15px 8px 0 7px;
  height: 12px;
  float: left;
  background: url(/images/fdo_top_nav.gif) no-repeat right bottom;
  text-align: center;
}
.topNav li a:hover,
.topNav li a.active {
  border-top: 4px solid #5f0f2b;
 /* font-weight: bold;*/
}
.topNav li a.floatRight {
	float: right;
}
/*Footer */
#footer {
  clear: both;
  overflow: auto;
  padding: 14px 0 14px 0;
  height: 12px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  background: #e5e5e5;
  bottom: 0;
  width: 952px;
  position: absolute;
}
#footer p {
  display: inline;
  font-size: 1.1em;
}
#footer p span {
  background: #e5e5e5 url(/images/fdo_top_nav.gif) no-repeat left;
  display:inline-block;
  height:15px;
  left:1px;
  margin-bottom:-4px;
  overflow:auto;
  position:relative;
  width:1px;
}
#footer p a {
  border-bottom: 4px solid #e5e5e5;
  border-top: 0;
  padding: 0 9px 8px 8px;
  height: 12px;
  background: url(/images/fdo_top_nav.gif) no-repeat right top;
  text-align: center;
}
#footer p a:hover,
#footer p a.active{
  border-top: 0;
  /*font-weight: bold;*/
  border-bottom: 4px solid #5f0f2b;
}
/* clase especial para las AAA*/
#header .topNav li a.changeText {
  border-top: 0;
  padding: 8px 0 0 0;
  height: 12px;
  float: right;
  background: url(/images/img_aaa.gif) no-repeat 0 0;
  text-align: center;
  text-indent: -9999px;
  margin-right: 11px;
  margin-top: 11px;
}
#header .topNav li a.changeText.small {
  background: url(/images/img_aaa.gif) no-repeat -56px 0;
  width: 13px;
}
#header .topNav li a.changeText.small:hover {
  background: url(/images/img_aaa.gif) no-repeat -56px -22px;
}
#header .topNav li a.changeText.normal {
  background: url(/images/img_aaa.gif) no-repeat -32px 0;
  width: 17px;
}
#header .topNav li a.changeText.normal:hover {
  background: url(/images/img_aaa.gif) no-repeat -32px -22px;
}
#header .topNav li a.changeText.big {
  background: url(/images/img_aaa.gif) no-repeat 0px 0;
  width: 22px;
  margin: 11px 11px 0 11px;
}
#header .topNav li a.changeText.big:hover {
  background: url(/images/img_aaa.gif) no-repeat 0px -22px;
}
#header .topNav li.language a {
  background: url(/images/fdo_top_nav.gif) no-repeat left bottom;
}
#header .topNav li span {
  background: url(/images/fdo_top_nav.gif) no-repeat left bottom;
	display: block;
	float: right;
	height: 16px;
	position: relative;
	top: 15px;
	width: 1px;
}
/** Top nav End*/

/**Nav */
#header #nav {
  float: right;
  width: 713px;
  position: relative;
  left: 2px;
  margin-top: 67px;
}
#header #nav li{
  float: left;
}
#header #nav li a {
  height: 46px;
  width: 178px;
  float: left;
  text-indent: -9999px;
}
#header #nav li a#aboutImo {
  background-position: 0 0;
}
#header #nav li a#aboutImo:hover {
  background-position: 0 -91px;
}
#header #nav li a#aboutImo.active {
  background-position: 0 -45px;
}
#header #nav li a#ourDoctors {
  background-position: -178px 0;
  width: 179px;
}
#header #nav li a#ourDoctors:hover {
  background-position: -178px -91px;
}
#header #nav li a#ourDoctors.active {
  background-position: -178px -45px;
}
#header #nav li a#yourEyes {
  background-position: -357px 0;
}
#header #nav li a#yourEyes:hover {
  background-position: -357px -91px;
}
#header #nav li a#yourEyes.active {
  background-position: -357px -45px;
}
#header #nav li a#today {
  background-position: -535px 0;
}
#header #nav li a#today:hover {
  background-position: -535px -91px;
}
#header #nav li a#today.active {
  background-position: -535px -45px;
}
/** Nav - subNav */
#header #subNav {
  height: 24px;
  float: right;
  clear: right;
  width: 713px;
  margin-top: 1px;
}

#header ul#subNav {
  float: right;
  border-left: 1px solid #cccccc;
  position: relative;
  left: 2px;
}
#header #subNav li {
  float: left;
}
#header #subNav li a {
  height: 24px;
  float: left;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #666666;
  color: #FFF;
  text-align: center;
  line-height: 24px;
  font-size: 1.2em;
  font-weight: bold;
}
#header #subNav li a:hover,
#header #subNav li a.active{
  background: #000000;
}
#header #subNav.aboutImo li a{
  width: 177px;
}
#header #subNav.yourEyes li a{
  position: relative;
  left: 1px;
  width: 141px;
}
#header #subNav.today li a{
  width: 236px;
  position: relative;
  left: 1px;
}



/* HOme */
#mainHome {}
#mainHome #videoContainer{
  background:#FFF url(/images/fdo_colores.gif) no-repeat;
  overflow: visible;
  width: 951px;
}
#mainHome #videoContainer #video {
  padding: 0 0 0 238px;
  float: left;
  width: 474px;
  display: inline;
  background: url(/images/fdo_colores.gif) no-repeat;
  height:266px;
}
#mainHome #videoContainer #videoList {
  width: 236px;
  float: right;
  display: table;
  position: relative;
  left: -1px;
}
#mainHome #videoContainer #videoList li {
  background: #eeeeee;
  position: relative;
  height: 65px;
  margin-bottom: 2px;
  line-height: 1.2em;
}
#mainHome #videoContainer #videoList li.active,
#mainHome #videoContainer #videoList li.hover {
  background: #000;
}
#mainHome #videoContainer #videoList li p {
  padding: 20px 0 0 42px;
  font-size: 1.1em;
  color: #000;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#mainHome #videoContainer #videoList li.active p,
#mainHome #videoContainer #videoList li.hover p {
  color: #FFF;
}
#mainHome #videoContainer #videoList li .arrow {
  background: url(/images/flecha_menu_home.gif) no-repeat 0 -27px;
  height: 27px;
  width: 27px;
  position: absolute;
  left: 10px;
  top: 20px;
}
#mainHome #videoContainer #videoList li.active .arrow,
#mainHome #videoContainer #videoList li.hover .arrow {
  background: url(/images/flecha_menu_home.gif) no-repeat 0 0;
  height: 27px;
  width: 27px;
}
#mainHome #videoContainer #videoList li a{
  height: 65px;
  width: 234px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#mainHome #linkContainer {
  padding-top: 23px;
  display: table;
  clear: both;
}
#mainHome #linkContainer li {
  float: left;
  width: 236px;
  height: 118px;
  margin-right: 2px;
  overflow: hidden;
}
#mainHome #linkContainer li h5 {
  text-indent: -9999px;
  overflow: hidden;
}



#mainHome #linkContainer li#comoLlegar a {
  color: #3f4f2c;
  height:84px;
}
#mainHome #linkContainer li#solicitaVisita {
  position: relative;
}
#mainHome #linkContainer li#solicitaVisita a {
  color: #990000;
  height:84px;
}
#mainHome #linkContainer li#queTePreocupa {
  float: right;
  margin-right: -1px;
}
#mainHome #linkContainer li#queTePreocupa a {
  color: #652a3d;
  height:84px;
}
#mainHome #linkContainer li a {
  position: relative;

  left: 18px;
  font-size: 1.1em;
  width: 207px;
  display: block;
}
#mainHome #linkContainer li a span {
  margin: 1px 0 0 5px;
  width: 4px;
  height: 7px;
}
#mainHome #linkContainer li a:hover {
  text-decoration: underline;
}
#mainHome #linkContainer li#laRevista {
  overflow: hidden;
  width: 236px;
  margin-right: 2px;
}
#mainHome #linkContainer li#laRevista h5 {
  overflow: inherit;
  height: auto;
}
#mainHome #linkContainer li#laRevista h5 a{
  width: 236px;
  height: 118px;
  text-indent: -9999px;
  display: block;
  top: 0;
  left: 0;
}
#mainHome #newsContainer {
  margin: 37px 0;
  min-height: 20px;
  height: auto!important;
  height: 20px;
  display: block;
  padding-bottom: 20px;
}
#mainHome #newsContainer ul {
  display: table;
  background: url(/images/fdo_zona_home.gif) repeat-y 0 0;
  min-height: 20px;
  height: auto!important;
  height: 20px;
}
#mainHome #newsContainer li {
  padding: 0 12px;
  width: 212px;
  float: left;
  font-size: 1.1em;
  line-height: 1.2em;
}
#mainHome #newsContainer .titulo{
  min-height: 57px;
  height: auto!important;
  height: 57px;
}

#mainHome #newsContainer h6 {
  font-weight: bold;
}
#mainHome #newsContainer .date {
  font-weight: bold;
  margin: 2px 0 0;
  display: block;
  color: #666666;
  line-height: 1.4em;
}
#mainHome #newsContainer .date a {
  color: #666666;
}

#mainHome #newsContainer .news {
  padding: 16px 0;
}

#mainHome #newsContainer .news a {
  text-decoration: underline;
  color: #990000;
}
#mainHome #newsContainer .news a:hover {
  text-decoration: none;
}
#mainHome #newsContainer .news p a {
  color: #666666;
  text-decoration: none;
}

#mainHome #newsContainer p.pdfLink {
  background: url(/images/ic_pfd.gif) no-repeat;
  text-indent: 31px;
  height: 27px;
  margin-bottom: 15px;
}
#mainHome #newsContainer p.pdfLink a {
  top: 12px;
  position: relative;
  color: #990000;
}
#mainHome #newsContainer p.pdfLink a:hover {
  text-decoration: underline;
}



/*Secciones interneas*/
/*bloques generales */
.contentContainer{
  margin-bottom: 40px;
  overflow: auto;
}
#sidebar {
  background: url(/images/top_sidebar.gif) no-repeat;
  padding-top: 114px;
  float: left;
  display: table;
  width: 240px;
}
#content {
  background: url(/images/top_content.jpg) no-repeat;
  padding: 114px 28px 0 10px;
  font-size: 1.1em;
  line-height: 1.2em;
  min-height: 350px;
  height: auto!important;
  height: 350px;
  float: right;
  width: 672px;
}

#sidebar h2 {
  text-indent: -9999px;
  height: 26px;
  width: 223px;
}
#galleryIndex #sidebar h2 {
text-indent: 0px;
color: #660033;
margin-left: 30px;
font-size: 25px;
width: 193px;

}
#content h3 {
  font-weight: bold;
  margin-bottom: 14px;
}
#content .translation {
  color: #666666;
  margin-bottom: 24px;
}
#content a {
  text-decoration: underline;
  color: #990000;
}
#content a:hover {
  text-decoration: none;
}
#content .hr {
  border-top: 8px solid #e5e5e5;
  padding-top: 17px;
}
#breadcrumbs {
  position: relative;
  top: -20px;
  left: 18px;
  margin: 0 0 -9px 0;
  height: 10px;
  text-align: right;
  color: #666666;
}
#breadcrumbs a {
  color: #666666;
  font-weight: lighter;
  text-decoration: none;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}
#breadcrumbs span {
  color: #5f0f2b;
  padding: 0 5px;
  font-weight: bold;
  text-decoration: none;
}
#breadcrumbs span.seccion {
  color: #666666;
  padding: 0;
  font-weight: lighter;
  text-decoration: none;
  background: none;
}
#pager {
  font-size: 1.1em;
}

#pager a {
  text-decoration: none;
  margin: 0 1px;
  font-weight: bold;
}
#pager a:hover {
  text-decoration: underline;
}
#pager span {
  text-decoration: underline;
  font-weight: bold;
  color: #000;
}
#pager span.disabled {
  color: #CCC;
  text-decoration: none;
}

/* Today / Magazine , News Y viewNews */
#todayViewNews  {
  padding-bottom: 40px;
}
#todayViewNews  #sidebar {
  display: inline;
  padding-bottom: 40px;
}
#todayViewNews  #content   {
  width: 671px;
  float: none;
  margin-left: 240px;
}
#todayMagazine .hr {
  margin-bottom: 43px;
}

#listTopContainer {
  margin-bottom: 19px;
  overflow: auto;
}
#listTopContainer li {
  padding: 8px 13px;
  border-left: 1px solid #666666;
  float: left;
}
#listTopContainer li.first {
  padding: 8px 13px 8px 0;
  border-left: 0;
}
#listTopContainer li a:hover,
#listTopContainer li a.active {
  font-weight: bold;
  text-decoration: underline;
}
#todayMagazine .magazine,
#todayNews .news,
#todayViewNews .new {
  height: 137px;
  padding-bottom: 20px;
  color: #660033;
  display: block;
}
#todayMagazine .magazine {
/*  float: left;
  margin-right: 10px;*/
}

#todayMagazine .magazine .details {
/*  display: block;
  width: 100px;
  float: right;
  height: 135px;
  position: relative;*/
}

#todayMagazine .magazine .details a.magazine-link {
  position: absolute;
  bottom: 0px;
}
#todayViewNews .new {
  min-height: 100px;
  height: auto!important;
  height: 100px;
}
#todayNews .news {
  height: auto;
  padding-bottom: 40px;
}
#todayMagazine .magazine img {
  float: left;
  margin-right: 16px;
}
#todayMagazine .magazine .title,
#todayNews .news .title,
#todayViewNews .new .title {
  font-size: 1.1em;
  font-weight: bold;
}
#todayMagazine .magazine .date {
  margin: 2px 0;
}
#todayNews .news .date,
#todayViewNews .new .date {
  margin: 1px 0 18px;
}
#todayNews .news .description {
  color: #666666;
  height: 28px;
  overflow: hidden;
}
#todayViewNews #sidebar h2 {
  margin-bottom: 39px;
}
#todayViewNews .hr {
  margin-top: 64px;
}
#todayNews #sidebar img {
  margin-top: 66px;
}
#todayViewNews .new .description {
  color: #000000;
  margin-bottom: 30px;
}
#todayViewNews .new .back {
  background: url(/images/ic_flecha.gif) no-repeat right;
  padding-right: 12px;
}
#todayViewNews .new p.pdfLink {
  background: url(/images/ic_pfd.gif) no-repeat right;
  padding-right: 31px;
  height: 27px;
  width: 70px;
  margin-top: 6px;
}
#todayViewNews .new a:hover {
  text-decoration: none;
}
#todayViewNews .new a:hover {
  text-decoration: none;
}
#todayViewNews .new a:hover {
  text-decoration: none;
}
#todayViewNews .footTitle {
  padding: 13px 18px;
  font-size: 1.1em;
}


/* Main Where Are We*/
#mainWhereAreaWe .content {
  width: 713px;
  margin-left: -13px;
  margin-top: 33px;
}
#mainWhereAreaWe h3 {
  margin-top: 8px;
}
#mainWhereAreaWe #map_canvas {
  width: 713px;
  height: 250px;
  margin-bottom: 10px;
}
#mainWhereAreaWe .hr {
  padding-top: 5px;
  display: table;
  margin-bottom: 40px;
}
#mainWhereAreaWe .hr p {
  border-bottom: 2px solid #e5e5e5;
  font-size: 1.1em;
  font-weight: normal;
  margin-bottom: 5px;
}
#mainWhereAreaWe .hr p.bold {
  padding: 0 0 5px 14px;
}
#mainWhereAreaWe .hr strong,
#mainWhereAreaWe .hr span {
  color: #666666;
  display: block;
  margin-bottom: 18px;
}
#mainWhereAreaWe .hr strong {
  width: 151px;
  float: left;
  padding-left: 14px;
}
#mainWhereAreaWe .hr span {
  width: 547px;
  float: left;
}
#mainWhereAreaWe #lmc3d {
  margin-top: -10px;
}
/* visit Request */

#visitRequest #sidebar h2 {
  margin-top: 20px;
  height: 47px;
}
#visitRequest #content h3 {
  margin-top: 24px;
}
#visitRequest .hr {
  padding-top: 46px;
}
#visitRequest #errorsContainer {
  border: 1px solid #DF3C33;
  margin: -20px 0 17px 16px;
  padding: 10px;
	width: 454px;
}
#visitRequest #errorsContainer p {
	color: #DF3C33;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 4px;
}
#visitRequest #errorsContainer li {
	color: #DF3C33;
	padding: 3px 0;
}
#visitRequest form {
  position: relative;
  width: 477px;
  left: 16px;
}
#visitRequest label,
#visitRequest .input {
  display: block;
  width: 157px;
  float: left;
  margin-bottom: 9px;
  font-weight: bold;
}
#visitRequest .input
{
  width: 308px;
  height: 16px;
  border: 1px solid #cccccc;
  font-weight: lighter;
  color: #666666;
  font-size: 0.9em;
  padding: 2px 0 2px 10px;
}
#visitRequest label {
  position: relative;
  top: 4px;
}
#visitRequest span {
  color: #990000;
  margin-right: 2px;
  font-size: 1.3em;
  position: relative;
  top: 2px;
}

#visitRequest #breadcrumbs span {
  color: #5F0F2B;
  margin-right: 0;
  font-size: 1em;
  position: static;
}
#visitRequest label.horarios {
  margin-bottom: 13px;
}
#visitRequest label.checkbox {
  display: inline;
  width: auto;
  float: none;
  font-weight: lighter;
  color: #666666;
  position: relative;
  top: -1px;
  margin-right: 78px;
}
#visitRequest select.input
{
  padding: 2px 0 2px 4px;
  height: 23px;
  width: 320px;
}
#visitRequest textarea.input
{
  height: 68px;
  font-size: 1em;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  overflow-x: hidden;
  overflow-y: auto;
}
#visitRequest br
{
  clear: left;
}
#visitRequest  .boton{
  bottom: -48px;
  position: absolute;
  right: 0;
}
#visitRequest .alert {
  margin: 29px 0 130px 16px;
}
#visitRequest .check{
  z-index: 2;
  position: relative;
}
#visitRequest .checkboxImage {
  position: absolute;
  top: 3px;
}
#visitRequest #checkboxImageOn1,
#visitRequest #checkboxImageOff1 {
  left: 158px;
}
#visitRequest #checkboxImageOn2,
#visitRequest #checkboxImageOff2 {
  left: 298px;
}
#visitRequest .check input{
  width: auto;
	position: relative;
	top: 2px;
  left: -2px;
	z-index: 2;
	opacity: 0; /* css standard */
  filter: alpha(opacity=0); /* IE patch */
  cursor: pointer;
}
#visitRequest .check img{
  margin-left: -1px;
  z-index:2;
}
#visitRequest .content {
  margin-left: -13px;
  margin-top: 33px;
  width: 713px;
}


/* webMap */
#mainWebMap #sidebar h2 {
  position: relative;
  top: 2px;
}
#mainWebMap .content {
  margin-bottom: 55px;
  margin-top: 18px;
}
#mainWebMap h3 {
  text-indent: 12px;
  width: 143px;
  background: url(/images/ic_flecha.gif) no-repeat 0 center;
  float: left;
  display: inline;
}

#mainWebMap  #content .hr.first{
	border-bottom:8px solid #E5E5E5;
	padding-bottom:30px;
	padding-top: 0;
	border-top : 0;
}
#mainWebMap .content div {
	padding: 10px 0;
}
#mainWebMap .content div,
#mainWebMap .content div{
  clear: both;
}
#mainWebMap div.last{
	padding: 0;
}
#mainWebMap .content div p{
  line-height: 1.6em;
  float: right;
  width: 524px;
  padding: 0 0 10px 0;
}
#mainWebMap .content div span{
  padding-right: 15px;
}
#mainWebMap h3 a {
  color: #333333;
  text-decoration: none;
}
#mainWebMap h3 a:hover {
  text-decoration: underline;
}
#mainWebMap li.last h3 {
  margin-bottom: 5px;
  clear: both;
}



/* yourEyesGlossary */
#yourEyesFaqs h2{
  width: 227px;
}
#yourEyesGlossary #sidebar img,
#yourEyesFaqs #sidebar img  {
  margin-top: 66px;
}
#yourEyesGlossary {
  overflow: auto;
}
#yourEyesGlossary .hr ,
#yourEyesFaqs .hr  {
  padding-top: 0;
  height: 621px;
}

#yourEyesGlossary #glossaryContainer .title,
#yourEyesFaqs #faqsContainer .title {
  margin-top: 21px;
  font-weight: bold;
  margin-bottom: 6px;
}
#yourEyesGlossary #glossaryContainer .definition {
  margin-bottom: 23px;
}
#yourEyesGlossary #pager {
  text-align: center;
  margin-top: 10px;
}

/* legal Advice */
#mainLegalAdvise #content,
#mainPrivacyPolitics #content {
  padding: 157px 28px 0 10px;
}
#mainLegalAdvise h2,
#mainPrivacyPolitics h2 {
  margin-top: 30px;
}
#mainLegalAdvise .translation,
#mainPrivacyPolitics .translation {
  margin-bottom: 16px;
}
#mainLegalAdvise h3,
#mainPrivacyPolitics h3 {
  font-size: 1.1em;
}
#mainLegalAdvise #breadcrumbs,
#mainPrivacyPolitics #breadcrumbs {
  top: -64px;
}

/* presentation */
#aboutImoPresentation h2 {
  margin-top: 16px;
}
#aboutImoPresentation h3 {
  margin-top: 24px;
  font-size: 1.1em;
}
#aboutImoPresentation #videoContainer {
  background: #000;
  height: 287px;
  margin: 0 0 53px -13px;
  width: 713px;
  color: #FFF;
}
#aboutImoPresentation #videoContainer img {
  margin-right: 22px;
}
#aboutImoPresentation #videoContainer p {
  padding: 19px 0 15px;
  color: #FFF;
}
#aboutImoPresentation #videoContainer p strong {
  padding: 1px 3px;
  background-color: #FFF;
  color: #000;
}
#aboutImoPresentation #videoContainer .description {
  width: 199px;
  display: block;
  float: right;
  margin-right: 15px;
  padding: 0;
}
#aboutImoPresentation #videoContainer span {
  padding-bottom: 15px;
  display: block;
}
#aboutImoPresentation .translation.clearFloat {
  margin-bottom: 12px;
}
#aboutImoPresentation li.translation {
  margin-bottom: 12px;
  padding-left: 16px;
  background: url(/images/bullet-rojo.gif) no-repeat 0 2px;
  min-height: 10px;
  height: auto!important;
  height: 10px;

}
#aboutImoPresentation ul {
  margin-bottom: 125px;
}


/* ourDoctorsIndex */
#ourDoctorsIndex {
  padding-bottom: 40px;
}
#ourDoctorsIndex h2 {
  margin-top: 35px;
}
#ourDoctorsIndex h3 {
  font-size: 1.1em;
  margin-top: 42px;
}
#ourDoctorsIndex #content .translation {
  height: 41px;
  overflow: hidden;
}
#ourDoctorsIndex #listTopContainer a:hover {
  font-weight: lighter;
  text-decoration: none;
}
#ourDoctorsIndex #listTopContainer a.active,
#ourDoctorsIndex #listTopContainer a.active:hover {
  text-decoration: none;
  font-weight: bold;
}
#ourDoctorsIndex .content {
  margin-left: -15px;
  width: 714px;
}
#ourDoctorsIndex .doctorContainer {
  margin: 0 0 4px 4px;
  display: inline;
  float: left;
  width: 234px;
}
#ourDoctorsIndex .doctorContainer p {
  padding: 8px 14px;
  background: #000;
  color: #FFF;
}
#ourDoctorsIndex .doctorContainer p a {
  text-decoration: none;
  color: #FFF;
}
#ourDoctorsIndex .doctorContainer p a:hover {
  text-decoration: underline;
}
#ourDoctorsIndex p.specialty {
  padding: 8px 14px;
  background: #660033;
  color: #FFF;
  clear: both;
  width: 680px;
  position: relative;
  left: 4px;
  font-size: 1.1em;
  font-weight: bold;
}

/*sidebar - listado de doctores y detalle */
#ourDoctorsIndex.view,
#yourEyesTreatments {
  margin-bottom: 65px;
}
#ourDoctorsIndex #doctorsList {
  margin-top: 122px;
  padding-right: 4px;
}
#ourDoctorsIndex #doctorsList li {
  margin-bottom: 2px;
  font-size: 1.1em;
  line-height: 1.2em;
}
#ourDoctorsIndex #doctorsList li.active {
  padding: 10px 34px;
  color: #FFF;
  background: #000 url(/images/flecha_confondo-negro.gif) no-repeat 218px center;
}
#ourDoctorsIndex #doctorsList li a {
  background: #f6f6f6 url(/images/flecha_confondo-gris.gif) no-repeat 18px 8px;
  color: #333333;
  padding: 10px 34px;
  display: block;
}
#ourDoctorsIndex #doctorsList li a strong {
  color: #000;
}
#ourDoctorsIndex #doctorsList li a:hover,
#ourDoctorsIndex #doctorsList li a:hover strong {
  background: #000;
  color: #FFF;
}
#ourDoctorsIndex.view  {
  padding-bottom: 0;
  background: url(/images/fdo_detalle_doctor.gif) repeat-y right 40px;
  border-bottom: 8px solid #660033;
}
#ourDoctorsIndex.view  .header {
  background: #FFF;
  width: 670px;
  height: 182px;
  padding: 33px 32px 0 10px;
  margin: -32px -32px 0 -10px;
  position: relative;
  left: -2px;
}
#ourDoctorsIndex.view .content,
#yourEyesTreatments .content {
  margin-left: -11px;
  width: 711px;

  overflow: auto;
}
#yourEyesTreatments .content {
  margin-left: -11px;
  width: 711px;
  background: url(/images/fdo_detalle_doctor.gif) repeat-y right;
  border-bottom: 8px solid #660033;
  overflow: auto;
}
#yourEyesTreatments .content {
  border-bottom: 0;
  padding-bottom: 8px;
}
#yourEyesTreatments .content {
  overflow: visible;
}
#yourEyesTreatments .content {
  margin-top: 45px;
}
#yourEyesTreatments #relationContainer .text {
	display: block;
	padding: 5px;
	text-align: left;
}
#ourDoctorsIndex h5,
#yourEyesTreatments h5 {
  padding: 10px 21px 9px;
  color: #FFF;
  font-weight: lighter;
  float: left;
  width: 435px;
  background: #660033;
}
#ourDoctorsIndex #detailContainer,
#yourEyesTreatments #detailContainer {
  clear: left;
  width: 455px;
  padding: 25px 0 25px 21px;
  min-height: 577px;
  height: auto!important;
  height: 577px;
  overflow: visible;
}
#ourDoctorsIndex #detailContainer .hr,
#yourEyesTreatments #detailContainer .hr {
  border-top: 0;
  border-bottom: 8px solid #f3e2eb;
  padding: 11px 34px 11px 0;
}
#ourDoctorsIndex #detailContainer .hr ol,
#ourDoctorsIndex #detailContainer .hr ul,
#yourEyesTreatments #detailContainer .hr ol,
#yourEyesTreatments #detailContainer .hr ul {
	padding-left: 30px;
	margin-top: 10px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:disc;

}
#ourDoctorsIndex #detailContainer .hr li,
 #yourEyesTreatments #detailContainer .hr li {
list-style-image:none;
list-style-position:-Outside;
list-style-type:disc;
}

#ourDoctorsIndex #detailContainer h6,
#yourEyesTreatments #detailContainer h6{
  font-weight: bold;
  line-height: 1.2em;
}
#ourDoctorsIndex #detailContainer a.pdf,
#yourEyesTreatments .linksContainer a.pdf {
  line-height: 1.2em;
  text-decoration: underline;
}
#ourDoctorsIndex #detailContainer a.pdf:hover,
#yourEyesTreatments .linksContainer a.pdf:hover {
  text-decoration: none;
}
#ourDoctorsIndex #detailContainer img.pdf,
#yourEyesTreatments .linksContainer img.pdf{
  padding: 0 10px 0 7px;
  position: relative;
  top: 7px;
}
#ourDoctorsIndex #detailContainer span ,
#yourEyesTreatments .linksContainer span {
  color: #990000;
  line-height: 1.2em;
}
#ourDoctorsIndex #detailContainer a.solicitud,
#yourEyesTreatments .linksContainer a.solicitud {
  line-height: 2em;
  position: relative;
  top: 7px;
  padding-right: 10px;
  background: url(/images/ic_flecha.gif) no-repeat right center;
  text-decoration: none;
}
#ourDoctorsIndex #detailContainer a.solicitud:hover,
#yourEyesTreatments .linksContainer a.solicitud:hover {
  text-decoration: underline;
}

#yourEyesTreatments .linksContainer a.pdf,
#yourEyesTreatments .linksContainer img.pdf,
#yourEyesTreatments .linksContainer span,
#yourEyesTreatments .linksContainer a.solicitud {
  left: 21px;
  position: relative;
}
#yourEyesTreatments .linksContainer {
  margin-bottom: 19px;
}


#ourDoctorsIndex #specialtySidebar,
#yourEyesTreatments #pathologiesSidebar {
  float: right;
  width: 234px;
}
#ourDoctorsIndex #specialtySidebar #specialtyContainer,
#yourEyesTreatments #pathologiesSidebar #pathologieContainer {
  margin: 15px 11px 0;
}
#ourDoctorsIndex #specialtySidebar #specialtyContainer h6,
#yourEyesTreatments #pathologiesSidebar #pathologieContainer h6 {
  background: #FFF;
  color: #660033;
  display: inline;
  padding: 2px 4px;
}
#ourDoctorsIndex #specialtySidebar #specialtyContainer p,
#yourEyesTreatments #pathologiesSidebar #pathologieContainer p {
  color: #FFF;
}
#ourDoctorsIndex #specialtySidebar #specialtyContainer p.title,
#yourEyesTreatments #pathologiesSidebar #pathologieContainer p.title {
  margin-bottom: 2px;
  margin-top: 16px;
}
#ourDoctorsIndex #specialtySidebar #specialtyContainer a,
#yourEyesTreatments #pathologiesSidebar #pathologieContainer a {
  color: #FFF;
}
#ourDoctorsIndex #specialtySidebar #specialtyContainer a:hover,
#yourEyesTreatments #pathologiesSidebar #pathologieContainer a:hover {
  text-decoration: none;
}




/* trataments */
#yourEyesTreatments #tratamentList {
  margin-top: 20px;
  padding-right: 4px;
}
#yourEyesTreatments #tratamentList li {
  margin-bottom: 2px;
  line-height: 1.2em;
}
#yourEyesTreatments #tratamentList h4 {
  background: #660033;
  color: #FFF;
  padding: 6px 33px;
  display: block;
  font-size: 1.1em;
}
#yourEyesTreatments #tratamentList li a {
  background: #f6f6f6;
  color: #333333;
  padding: 6px 33px;
  display: block;
  font-size: 1.1em;
}
#yourEyesTreatments #tratamentList li a strong {
  color: #000;
}
#yourEyesTreatments #tratamentList li a.active,
#yourEyesTreatments #tratamentList li a:hover,
#yourEyesTreatments #tratamentList li a:hover strong {
  background: #000;
  color: #FFF;
}
#yourEyesTreatments #tratamentList li a.active {
  background: #000 url(/images/flecha_confondo-negro.gif) no-repeat 218px center;
}
#yourEyesTreatments #relationContainer {
  background: #f6f6f6;
  margin-left: -11px;
  width: 709px;
  position: relative;
  padding:1px;
}
#yourEyesTreatments #relationContainer a {
  position: relative;
  top: -20px;
  width: 157px;
  background: url(/images/flecha-blanca.gif) 6px center no-repeat;
  background-color: #650133;
  color: #FFF;
  line-height: 18px;
  text-align: center;
  display: block;
  text-decoration: none;
  border: 2px solid #FFF;
	margin-bottom: -20px;
	float: left;
	margin-right: -4px;
}
#yourEyesTreatments #relationContainer a:hover,
#yourEyesTreatments #relationContainer a.active {
  background-color: #000;
}
#yourEyesTreatments #relationContainer .relationContent {
  overflow: auto;
	clear: left;
}
#yourEyesTreatments #relationContainer .relationContent p.text {
  padding: 21px;
  font-size: 1.1em;
}
#yourEyesTreatments #relationContainer .relationContent div {
  width: 232px;
  margin-right: 4px;
  float: left;
  display: inline;
}
#yourEyesTreatments #relationContainer .relationContent div p {
  background: #dddddd;
  color: #000;
  line-height: 26px;
  padding-left: 18px;
  font-size: 1.1em;
  font-weight: bold;
}
#yourEyesTreatments #relationContainer .relationContent div.original p {
  background: #000;
  color: #FFF;
}
#yourEyesTreatments #relationContainer .relationContent div img {
  width: 232px;
}
#yourEyesTreatments #relationContainer .relationContent p{
  margin-bottom: 15px;
}

#yourEyesTreatments #relationContainer .relationContent .title {
  font-weight:bold;
  margin-bottom:3px;
}
#yourEyesTreatments #relationContainer .relationContent#glossaryContainer,
#yourEyesTreatments #relationContainer .relationContent#faqsContainer {
  padding: 21px;
}

/*error 404*/
#error404 #content h2 {
  text-indent:-9999px;
  height:25px;
}
#error404 .translation {
	margin-top: 5px;
}
#error404 .translation strong {
	display: block;
	font-size: 1.1em;
}

/* test de vision */

#yourEyesVisionTest h3 {
	clear: both;
}
#yourEyesVisionTest .imageContainer {
	margin: 0px 0 19px;
	display: table;
	text-align: center;
}
#yourEyesVisionTest .original {
	background: #000;
	padding: 6px 0 6px 20px;
	color:#FFF;
	width: 203px;
}
#yourEyesVisionTest .imageContainer .image {
	border-right: #FFF solid 3px;
	float: left;
	width: 222px;
	padding: 5px 0;
	background: #ebebeb;
}
#yourEyesVisionTest .imageContainer .image.last {
	border-right: none;
}
#yourEyesVisionTest .imageContainer .text {
	display: block;
	padding: 5px;
	text-align: left;
}

/* partes del ojo */
#yourEyesTravel #sidebar h2 {
  margin-bottom: 71px;
  width: 227px;
}
/*por orden parte de ojos*/
#yourEyesTravel #sidebar h4.headlist {

  background-color: #000000;
  font-size: 11px;
  padding-left: 22px;
  padding-top: 9px;
  width: 218px;
  height: 23px;
  color: white;
  border-bottom: 2px solid #666666;
 }

 #yourEyesTravel #sidebar h4.headlista {

  background-color: #000000;
  font-size: 11px;
  padding-left: 22px;
  padding-top: 9px;
  width: 218px;
  height: 23px;
  color: white;
  border-bottom: 2px solid #666666;
 }

#yourEyesTravel #sidebar h4 h4 {

  background: #000000 ;
  color: white;
  text-decoration: underline;
  font-size: 11px;
  padding-left: 22px;
  padding-top: 9px;
  width: 218px;
  height: 23px;
  border-bottom: 2px solid #666666;
 }
 /* por orden alfabetico*/

 #yourEyesTravel #sidebar h4.headlist2 {

  background: #000000 url(/images/flecha_confondo-negro.gif) no-repeat 14px center ;
  font-size: 11px;
  padding-left: 30px;
  padding-top: 9px;
  width: 210px;
  height: 23px;
  color: white;
  border-bottom: 2px solid #666666;
 }

 #yourEyesTravel #sidebar h4.headlista2 {

  background: #000000 url(/images/flecha_confondo-negro.gif) no-repeat 14px center;
  font-size: 11px;
  padding-left: 30px;
  padding-top: 9px;
  width: 210px;
  height: 23px;
  color: white;
  border-bottom: 2px solid #666666;
 }

#yourEyesTravel #sidebar h4 h4 {

  background-color: #000000;
  color: white;
  text-decoration: underline;
  font-size: 11px;
  padding-left: 22px;
  padding-top: 9px;
  width: 218px;
  height: 23px;
  border-bottom: 2px solid #666666;
 }


#yourEyesTravel #sidebar .active {

  background-color: #670033;
  color: white;
  padding-left: 22px;
  padding-top: 9px;
  padding-bottom: 7px;
  width: 218px;
}

#yourEyesTravel #sidebar p {
  padding-bottom: 2px;
  font-weight: bold;
  position: relative;
}
#yourEyesTravel #sidebar p  img{
  position: absolute;
  right: -37px;
  top: -9px;
  display: none;
}

#yourEyesTravel #sidebar div ul li {

  background-color: #1a1a1a;
  color: white;
  font-size: 11px;
  padding-left: 22px;
  padding-top: 9px;
  padding-bottom: 7px;
  width: 218px;
  margin-top: 0px;
  border-bottom: 2px solid #000000;
}


#yourEyesTravel #sidebar ul a {
  color: #FFF;
  text-decoration: underline;
  font-size: 11px;
  font-weight: lighter;
}
#yourEyesTravel #sidebar ul p a {
  font-weight: bold;
}

#yourEyesTravel #sidebar span {
  color: white;
  font-size: 11px;
}

#yourEyesTravel #barContainer {
  margin-top: 30px;
  background-color: #1a1a1a;
  padding-bottom: 35px;
  width: 59px;
  height: 452px;
  float: left;
  margin-left: -10px;

}

#yourEyesTravel #leftbarContainer {
  background-color: #000000;
  padding-top: 30px;
  padding-bottom: 35px;
  width: 59px;
  height: 387px;
  float: left;
}

#yourEyesTravel #leftbarContainer img {
  margin-left: 5px;
  margin-top: 193px;
}

#aboutImoMedicalUnits h2 {
margin-top:16px;
}

#aboutImoMedicalUnits h3 {
font-size:1.1em;
margin-top:24px;
}

#aboutImoInstalations h2 {
margin-top:16px;
}

#aboutImoInstalations h3 {
font-size:1.1em;
margin-top:24px;
}

#aboutImoTeaching h2 {
margin-top:16px;
}

#aboutImoTeaching h3 {
font-size:1.1em;
margin-top:24px;
}

#yourEyesGlossary .hr, #yourEyesFaqs .hr {
height: auto;
margin-bottom:80px;
}

#yourEyesTravel #videoContainer {
  margin: 56px 0;
}

li.phone {
position:absolute;
right:8px;
top:60px;
font-size:16px;
overflow:hidden;
}

li.language {
overflow:hidden;
position:absolute;
right:100px;
top:0;
}


div.bottom-content h2 {
  display: block;
  width: 145px;
  float: left;
  clear: left;
  padding-left: 15px;
  color: #666666;
}

#mainWhereAreaWe .hr div.bottom-content p, #mainWhereAreaWe .hr div.bottom-content div, .hr div.bottom-content p, .hr div.bottom-content div {
  display: block;
  width: 520px;  
  border: 1px solid red;
  border: none !important;
  margin-left: 165px;
  color: #666666;
  padding: 0px;
  font-size: 1.0em;
  margin-bottom: 10px;
}

.editor-content p {
  font-size: 1.0em;
  margin-bottom: 10px;
  color: #666666;
}

ul.galleryImages {
display: block;
float: none;
clear: both;
}

ul.galleryImages li {
  display: block;
  width: 134px;
  height: 180px;
  overflow: hidden;
  padding: 5px;
  float: left;
  margin-right: 20px;
}

ul.galleryImages li img {
  display: block;
  border: 6px solid #efefef;
}

ul.galleryImages li p.title {
  color: #670034;
  padding-left: 6px;
  padding-top: 6px;
}

ul.galleryImages li p.text {
  padding-left: 6px;
}

#tip7-title { text-align: left; }

#tip7-title span.galleryTitle, #tip7-title span.galleryText { display: block; margin-right: 80px; }

#tip7-title span.galleryTitleWrapper { float: right; }

span.galleryTitle {
  display: block;
  font-weight: bold;
  padding-bottom: 5px;
}

h1.mainHeader {
  font-size: 14px;
  padding-bottom: 20px;
}

span.galleryText {
  display: block;
}


.galleryText h1 {
  font-size: 12px;
  padding-bottom: 10px;
}

.galleryText h2 {
  font-size: 11px;

}

.galleryText p {
  font-size: 11px;
  padding-bottom: 10px;
  color: #4f4f4f;
}

.galleryText table {
  width: 100%;
  border: 1px solid #e0e0e0;
  table-layout:inherit;
  margin-bottom: 25px;
  margin-top: 10px;
}

.galleryText table td, .galleryText table th{
  border: 1px solid #e0e0e0;
  padding: 12px;
}

.galleryText table th {
  height: 60px;
  vertical-align:middle;
}

.galleryText table tr.even td, .galleryText table tr.even th {
  background-color: #f6f6f6;
}

.galleryText table td ul li {
  margin-left: 0px;
  padding-left: 0px;
  list-style-image: url(/assets/images/list-style-dash.gif);
  list-style-position: inside;
}

span.highlight, span.highlight a, a span.highlight {
  color: #8f4369 !important;
  text-decoration: none !important;
}

span.highlight a:hover, a:hover span.highlight  {
  text-decoration: underline !important;
}

ul.sideNav {
  display: block;
  margin-top: 30px;
}
ul.sideNav li a {
  display: block;
  width: 209px;
  background-color: #f6f6f6;
  padding-top: 8px;
  height: 20px;
  margin-bottom: 2px;
  padding-left: 31px;
  font-size: 12px;
  color: black;
}

ul.sideNav li a.active {
  background-color: #000000;
  color: white;
}