/*------------------*\
|* global interface *|
\*------------------*/
body {
  margin: 0px;
  padding: 0px;
  color: #333333;
  background: #008080;
  font: normal 13px verdana, tahoma, geneva, sans-serif;
  text-align: center;
}
img {
  border: 0px;
}

.tablenormal {
  font: bold 12px verdana, tahoma, geneva, sans-serif;
  color: #ffffff;
}


/* forms */
form {
  margin: 0px;
}
input, textarea {
  font: normal 13px verdana, tahoma, geneva, sans-serif;
}
input.text, input.password, textarea {
  padding: 1px 0px 1px 2px;
  border: 1px solid #008080;
}

/* links */
a {
  color: #008080;
    text-decoration: none;
}
a:visited {
  color: #008080;
    text-decoration: none;
}
a:hover {
  color: #ff0000;
  text-decoration: none;
}

/* headings */
h1 {
  font-family: Times New Roman;
  color: #ff0000;
  text-decoration: none;
  text-transform: uppercase;
  word-spacing: normal;
  text-align: left;
  letter-spacing: 0;
  font-size: 26px;
}

h2 {
  font-family: "Comic Sans MS";
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  color: #008080;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
}
h3 {
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
  text-align: left;
}
h4 {
  font-family: verdana;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  margin: 0px;
  padding: 3px;
}
h5 {
  font-weight: normal;
  font-size: 11px;
  text-align: left;
}
/* use this with text in headings you wish to make small */
.hsmall {
  font-weight: normal;
  font-size: 9px;
}

li {
  text-align: left;
}

/*-----------*\
|* searchbar *|
\*-----------*/
.searchbar {
  margin-bottom: 3px;
  padding: 5px 10px;
  border-bottom: 1px solid #008080;
  background: #dedede;
}
.searchbar input.text, .searchbar input.submit {
  margin-right: 5px;
}
/* setting this in mozilla causes rendering issues */
* html .searchbar input.submit {
  height: 21px;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
.searchbar a {
  color: #212126;
  font-size: 10px;
}
.searchbar a:hover {
  color: #5c5b66;
}

/*---------------*\
|* contentheader *|
\*---------------*/
#contentheader {
  padding: 10px 10px 0px 10px;
  background: #e2e1eb;
}
#contentheader .error, #contentheader .message {
  margin: 0px 200px 0px 0px;
  padding: 2px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
#contentheader .error {
  background: #8c3030;
}
#contentheader .message {
  background: #3a5841;
}
#contentheader .error *, #contentheader .message * {
  margin: 0px;
  padding: 0px;
}


/*-----------------*\
|* global elements *|
\*-----------------*/


/* links */
.linklisting {
  margin: 15px 15px 20px 20px;
}
.linklisting h4.linktitle, .linklisting p.linkurl, .linklisting p.linkrating {
  margin: 2px 0px;
}
.linklisting h4.linktitle a {
  padding-bottom: 0px;
}
.linklisting p.linkurl a {
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkrating {
  font-size: 9px;
}
.linklisting p.linkrating .linkexpired {
  color: #8c3030;
  font-weight: bold;
}
.linklisting .linkdescription, .review .reviewcontent {
  margin: 0px 0px 5px 0px;
  padding: 5px;
  border: 1px solid #bbbfa1;
  background: #f8faed;
  overflow: hidden;
}
/* overflow: hidden doesn't work in ie unless the width is set */
* html .linklisting .linkdescription, * html .review .reviewcontent {
  width: 96%;
}
.linklisting p.linkactions {
  margin: 0px;
}
.linklisting p.linkactions a, #detailed p.actions a, #jump_frame .actions a {
  padding: 1px 4px;
  border: 1px solid #bbbfa1;
  font-size: 9px;
  text-decoration: none;
}
.linklisting p.linkactions a:hover, #detailed p.actions a:hover, #jump_frame .actions a:hover {
  background: #e2e1eb;
}


/* paging */
.paging {
  text-align: center;
  font-size: 14px;
  text-decoration: none;
}
.paging img, .paging select, .paging input {
  vertical-align: middle;
}

.crumb {
  font-size: 11px;
}

/* tables */
.ftable {
  margin-top: 5px;
  border-bottom: 10px solid #bbbfa1;
  border-collapse: collapse;
  width: 100%;
/* ie5-5.5 don't inherit the font style properly */
  font-size: 11px;
}
.ftable th {
  background: #bbbfa1;
  text-align: left;
}
.ftable th, .ftable td {
  padding: 3px 5px;
}
.ftablecol {
  border-right: 1px solid #bbbfa1;
}


/* sub headings */
#content h3 {
  margin: 25px 0px 0px 0px;
  padding: 5px 0px 0px 0px;
  border-bottom: 1px dotted #bbbfa1;
}
#content h3.noseparator {
  border-bottom: none;
}

/* lists */
#content ul {
  margin: 10px 0px 0px 20px;
  padding: 0px;
  font-size: 12px;
  list-style: none;
}
#content ul.categories {
  margin: 0px;
}

/* forms */
.row {
  margin-bottom: 1px;
  padding: 4px;
}
.row label.name {
  padding-right: 5px;
  width: 25%;
  float: left;
}
.row label.name span {
  color: #8c3030;
}
.row .value.wrappedtext {
  margin-left: 25%;
  padding-left: 5px;
}

.row .value input.text.shorttext {
  width: 100px;
}
.row.required {
  background: #e2e1eb;
}
.row.invalid {
  color: #8c3030;
  background: #eedddd;
  font-weight: bold;
}
.formsubmit {
  margin-top: 10px;
  text-align: right;
}

/* generic messages */
.errormessage {
  color: #8c3030;
  font-weight: bold;
}
.infomessage {
  color: #3a5841;
  font-weight: bold;
}

/* treecats */
#content .treecats-selection-summary ul, #content .treecats-selection ul {
  margin: 5px;
}
.treecats-selection-summary li a, .treecats-selection li a {
  margin-top: 10px;
  margin-left: 10px;
}
.treecats-selection-summary a, .treecats-selection a {
  font-size: 12px;
}
.treecats-selection-summary a:visited, .treecats-selection a:visited {
  color: #212126;
}
.treecats-selection-current {
  font-weight: bold;
}
.treecats-category-info img {
  border: 0px;
  padding: 2px;
  vertical-align: middle;
}
.treecats-children {
  padding-left: 15px;
}
.treecats-selected span, li.treecats-selected {
  font-weight: bold;
}
.treecats-category a:link, .treecats-category a:visited {
  color: #212126;
  text-decoration: none;
}
.treecats-category a:hover {
  text-decoration: underline;
}
#content ul.treecats-links {
  padding-left: 15px;
  margin: 0px;
}
.treecats-links li {
  line-height: 1.25em;
  list-style: circle;
}

/* indent */
.indent1 {
  margin-left: 20px;
}
.indent2 {
  margin-left: 40px;
}
.indent3 {
  margin-left: 60px;
}
.indent4 {
  margin-left: 80px;
}
.indent5 {
  margin-left: 100px;
}

.hide {
  display: none;
}

.clear:after {
  height: 0px;
  clear: both;
  display: block;
  visibility: hidden;
  content: ".";
}
.clear {
  display: inline-block;
}
/* start non ie/mac css \*/
* html .clear {
  height: 1%;
}
.clear {
  display: block;
}
/* end non ie/mac css */

.clr {
	clear: both;
}

/*---------------*\
|* page specific *|
\*---------------*/


#category dl, #home dl {
  margin: 10px 5px 10px 5px;
  width: 48%;
  float: left;
}
#category dt a {
  font-weight: bold;
  font-size: 12px;
}
#category dt, #category dd, #home dt, #home dd {
  margin: 0px 0px 0px 20px;
}
#category dd, #home dd {
  padding-bottom: 10px;
}

#detailed p.description {
  overflow: hidden;
}
/* ie needs a width for overflow: hidden to work */
* html #detailed p.description {
  width: 100%;
}
#detailed p.linknav {
  margin: 0px;
  text-align: right;
}
#detailed p.linknav img {
  vertical-align: middle;
}
#detailed p.linknav a {
  text-decoration: none;
}
#detailed p.reviewsfooter {
  margin: 20px 0px 0px 0px;
  text-align: right;
}
/* #detailed p.actions a, #detailed p.actions a:hover => see .linklisting p.linkactions a */

#home dt a {
  font-weight: bold;
  font-size: 13px;
}
#home #content h4 {
  margin-top: 20px;
  font-weight: normal;
  font-size: 14px;
}
/* #home dl, #home dt, #home dd, #home dd => see #category dl */

#jump_frame .jumpwrapper {
  height: 40px;
}

#modify_select input.radio {
  float: left;
}

#search .searchoption {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px dotted #bbbfa1;
}

/* start leftside menu */

.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 150px;
border: 1px solid #dedede;
}

.markermenu li a{
background: white url(http://www.medicosdeelsalvador.com/imagenes/arrow-list.gif) no-repeat 2px center;
font: bold 11px "Verdana", "Helvetica", "sans-serif";
color: #008080;
display: block;
width: auto;
padding: 5px 0px;
padding-left: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-decoration: none;
border-bottom: 1px solid #dedede;
}

* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 130px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #008080;
}

.markermenu li a:hover{
color: #ffffff;
background-color: #008080;
background-image:url(http://www.medicosdeelsalvador.com/imagenes/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}


/* end left side menu */


/* empieza nueva tarjeta medicos */
.TarjetaMedico{
	width:331px;
	border:solid 1px #DEDEDE;
	padding:1px;
	background:url(http://www.medicosdeelsalvador.com/imagenes/content_grad.gif) repeat-x bottom;
	overflow:hidden;
        text-align:left;
	}
.TarjetaTop{
	background:url(http://www.medicosdeelsalvador.com/imagenes/aqua-green.jpg) 90% 10%;
	color:#fff;
	text-align:left;
	padding-left:10px;
	font-weight:bold;
	overflow:hidden;
	clear:both;
	}
.TarjetaTop h4{
margin:0;
padding:5px 0;
}
.TarjetaTop a:link{
	color:#fff;
	text-decoration:none;
	}
	.TarjetaTop a:active{
	color:#fff;
	text-decoration:none;
	}
	.TarjetaTop a:visited{
	color:#fff;
	text-decoration:none;
	}
	.TarjetaTop a:hover{
	color:#fff;
	text-decoration:none;
	}
.TarjetaCuerpo{
    padding:3px;
    overflow:hidden;
    }
.TarjetaFoto{
    float:left;
    padding-top:5px;
    width:88px;
    text-align:center;
    vertical-align:middle;
    overflow:hidden;
    }
.TarjetaInfo{
	float:right;
	width:235px;
	text-align:left;
	}
.TarjetaBotones{
	text-align:right;
	}
/* termina nueva tarjeta medicos */

/* empieza nuevas migas */
#migas{
	background:url(http://www.medicosdeelsalvador.com/imagenes/barra_migas.jpg) repeat-x top;
	height:27px;
	overflow:hidden;
	padding:0 10px;
	line-height:27px;
	color:#333333;
	}
#migas img{
	margin:0 5px 0 0;
	float:left;
	padding:0;
	}
#migas p{
	margin:0;
	padding:0;
	}
/* termina nuevas migas */

/* empieza caja de email en detalles */

.bordo{
	width:575px;
	border:solid 1px #DEDEDE;
	padding:1px;
	background:url(http://www.medicosdeelsalvador.com/imagenes/content_grad.gif) repeat-x bottom;
	overflow:hidden;
	margin:auto;
	}
.bordoTop{
	background:#008080;
	color:#fff;
	text-align:center;
	padding-left:10px;
	font-weight:bold;
	overflow:hidden;
	clear:both;
	padding:4px;
	}
.bordoContent{
	text-align:left;
	padding:3px;
	}
.bordoContent ul{
	margin:0;
	padding:0;
	text-align:center;
	list-style:none;
	}
.bordoContent li{
display:inline;
}

/* termina caja de email en detalles */

/* empieza scroll de videos */
#lista_videos{
    height:650px;
    overflow:auto;
    width:200px;
    }
/* termina scroll de videos */



/* Esqueleto HEADER */
#complete{
	background:#fff;
	margin-bottom:5px;
	padding:2px;
	width:966px;
	margin:auto;
	}

#header{
	margin:0 auto 2px auto; 
	height:105px;
	padding-bottom:3px;
	border-bottom:2px solid #008080;
	background:#fff; 
	overflow:hidden;
	background:url(http://medicosdeelsalvador.com/images/bg_header.jpg) no-repeat;
	}
#publicidad{
	clear:both;
	margin:2px auto 0 auto; 
	padding-top:3px;
	border-top:2px solid #008080;
	overflow:hidden;
}
#flashcontent{
	width:624px;
	height:280px;
	float:left;
	}
#OpenX01{
	float:right;
	height:280px;
	width:336px;
	}
#flash{
	float:left; 
	width:650px;
	margin-left:15px;
	}
#busqueda{
	float:right;
	width:280px;
	height:105px;
	margin:15px 0 0 0;
	overflow:hidden;
	font-family:Arial, Helvetica, sans-serif;
	}
#busqueda table{
	padding:0;
	margin:0;
	width:auto;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	}
#busqueda input, #busqueda select{
	background: #fff;
	width:200px;
	border:1px solid #ccc;
	font-size:11px;
	font-weight:bold;
	color:#008080;
	margin:0;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
	}
#busqueda .botom{
	background:#f2f2f2;
	text-transform:uppercase;
	border:1px solid #ccc;
	padding:4px 0;
	color:#333;
	height:auto;
	width:auto;
	font-size:10px;
	}
#busqueda a{
	color:#ccc;
	}
	#busqueda a:visited{
	color:#ccc;
	}
	#busqueda a:hover{
	color:#00ffff;
	}
#busqueda .titulo{
	font-size:14px;
	}

/* TERMINA Esqueleto HEADER */



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro-droplist.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#dropList
{
height:20px;
width:966px;
background:#5F9E9D;
position:relative;
font-family:tahoma, verdana, sans-serif;
font-size:9px;
z-index:900;
margin-right:auto;
margin-left:auto;
}

#dropList ul#menu
{
margin:0;
padding:0 0 0 5px;
list-style:none;
white-space:nowrap;
}

#dropList ul#menu li.level1-li
{
float:left;
height:19px;
padding-top:1px;
background:url(http://medicosdeelsalvador.com/imagenes/miniRow.gif) right top no-repeat;
margin-right:1px;
}

#dropList ul#menu li.level1-li a.level1-a
{
display:block;
height:16px;
float:left;
padding:0 12px 0 10px;
text-decoration:none;
line-height:16px;
white-space:nowrap;
font-weight:bold;
color:#ffffff;
text-transform:uppercase;
}

#dropList ul#menu li.sub a.level1-a
{
color:#ffffff;

}

#dropList ul#menu li.level1-li:hover, #dropList ul#menu li.level1-li a.level1-a:hover
{
position:relative;
}

#dropList ul#menu li.level1-li a.level1-a:hover, #dropList ul#menu li.level1-li:hover a.level1-a
{

color:#fff; background:url(http://www.medicosdeelsalvador.com/imagenes/over.gif);
}

#dropList ul#menu li.sub a.level1-a:hover
{
height:19px;
color:#1e5b7a;
background:url(http://www.medicosdeelsalvador.com/imagenes/topHover.gif);
}

#dropList ul#menu li.sub:hover > a.level1-a
{ 
height:19px; color:#1e5b7a;
background:url(http://www.medicosdeelsalvador.com/imagenes/topHover.gif);
}

#dropList ul#menu li div.listHolder
{font-size:11px;
position:absolute; left:-9999px;
text-transform:none;
top:19px;
background:#fff;
border:1px solid #ccc;
border-width:0 1px 1px 1px;
padding:0;
}

/* IE6 only */ 

#dropList table
{
border-collapse:collapse;
margin:-1px -10px;
font-size:1em; width:0; height:0;
}

#dropList ul#menu :hover div.listHolder
{
left:0;
}

#dropList ul#menu a:hover div.listHolder
{
left:-1px;
}

#dropList ul#menu div.col1
{
width:195px;
}

#dropList ul#menu div.col2
{
width:350px;
}

#dropList ul#menu div.col3
{
width:400px;
} 

#dropList ul#menu a:hover div.left1, #dropList ul#menu :hover div.left1
{
left:-130px;
}

#dropList ul#menu div.listHolder div.listCol
{
display:block;
float:left;
padding:10px;
margin:0;
width:140px;
}

#dropList ul#menu div.listHolder div.listCol ul
{
padding:0;
margin:0;
list-style:none;
}

#dropList ul#menu div.listHolder div.listCol ul li
{
line-height:20px;
padding:0;
margin:0;
background:url(http://www.medicosdeelsalvador.com/imagenes/arrow.gif) no-repeat left;
}

#dropList ul#menu div.listHolder div.listCol ul li a
{
color:#069;
text-decoration:none;
padding-left:10px;
font-weight:normal;
}

#dropList ul#menu div.listHolder div.listCol ul li a:hover
{
text-decoration:underline;
}

#dropList ul#menu div.listHolder div.bottomLine
{
clear:left;
background:#71AAA9;
padding:5px 10px;
}

#dropList ul#menu a:hover div.listHolder div.bottomLine
{
height:1px;
}

#dropList ul#menu div.listHolder div.bottomLine p
{
padding:0 0 0 15px;
margin:0;
line-height:20px;
color:#fc0;
background:url(http://www.medicosdeelsalvador.com/imagenes/arrow.gif) no-repeat left center;
font-weight:bold;
}

#dropList ul#menu div.listHolder div.bottomLine p a
{
color:#fff;
text-decoration:underline;
}

#dropList ul#menu div.listHolder div.bottomLine p a:hover
{
text-decoration:none;
}


// .listCol a
// {
// padding: 30px 0;
// }






/* PARA EL MENU PRINCIPAL */
#menu_superior{
height:30px;
width:964px;
background:#89a url(http://www.medicosdeelsalvador.com/imagenes/topBack.gif) repeat-x left center;
position:relative;
font-family:tahoma, verdana, sans-serif;
font-size:13px;
z-index:500;
border:1px solid #ccd;
border-width:1px 1px 0 1px;
margin-right:auto;
margin-left:auto;
text-align:center;
overflow:hidden;
}
#menu_superior ul{
	list-style:none;
	margin:0;
	padding:1px 5px;
	}
#menu_superior li{
	display:block;
	float:left;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	text-align:center;
	margin-left:1px;
	height:25px;
	line-height:25px;
		}
#menu_superior a{
	font-weight:bold;
	color:#fff;
	padding:9px;
	text-decoration:none;
	}
#menu_superior a:visited{
	font-weight:bold;
	color:#fff;
	padding:9px;
	text-decoration:none;
	}
#menu_superior a:hover{
	font-weight:bold;
	color:#1E5B7A;
	padding:6px 9px 4px 9px;
	background:url(http://www.medicosdeelsalvador.com/imagenes/topHover.gif);
	text-decoration:none;
	border-bottom:none;
	}
/* TERMINA PARA EL MENU PRINCIPAL */


/* TEMPLETE CAJON */

body {margin: 0; background:#192B2B url(http://www.medicosdeelsalvador.com/imagenes/aqua-green.jpg) top center no-repeat;}
#page-bg {padding-top: 20px;}


.shadow-left {
	padding-left: 12px;
	background: url(http://www.medicosdeelsalvador.com/imagenes/shadow-l.png) 0 40px no-repeat;
}

.shadow-right {
	padding-right: 12px;
	background: url(http://www.medicosdeelsalvador.com/imagenes/shadow-r.png) 100% 38px no-repeat;
	padding-bottom: 20px;
}

.main-page {
	background: #fff url(http://www.medicosdeelsalvador.com/imagenes/main-tl.png) 0 0 no-repeat;
}

.main-page2 {background: url(http://www.medicosdeelsalvador.com/imagenes/main-tr.png) 100% 0 no-repeat;}
.main-page3 {background: url(http://www.medicosdeelsalvador.com/imagenes/main-bl.png) 0 100% no-repeat;}

.main-page4 {
	background: url(http://www.medicosdeelsalvador.com/imagenes/main-br.png) 100% 100% no-repeat;
	padding: 5px;
}


#footer {
	height: 75px;
	background: url(http://www.medicosdeelsalvador.com/imagenes/footer-bg.png) 0 100% repeat-x;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}
div.wrapper { margin: 0 auto; width: 1010px;padding:0;}

/* TERMINA TEMPLETE CAJON */

.mini_ico{
	height:10px;
	width:10px;
	}

.addthis_toolbox.addthis_pill_combo a {
    float: center;
}
.addthis_toolbox.addthis_pill_combo a.addthis_button_tweet,
.addthis_toolbox.addthis_pill_combo a.addthis_counter {
    margin-top: -2px;
}
.addthis_button_compact .at15t_compact {
    margin-right: 4px;
    float: center;
}


/* EMPIEZA JQUERY PORTADA */

.wt-rotator{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
background-color:#fff;
border:0;
position:relative;
width:620px;
height:280px;
overflow:hidden;
}
.wt-rotator a{
outline:none;
}
.wt-rotator .screen{
position:relative;
top:0;
left:0;
width:620px;
height:280px;
overflow:hidden;
}
.wt-rotator #strip{
display:block;
position:absolute;
top:0;
left:0;
z-index:0;
overflow:hidden;
}
.wt-rotator .content-box{
display:none;
position:absolute;
top:0;
left:0;
overflow:hidden;
}
.wt-rotator .main-img{
display:none;
position:absolute;
top:0;
left:0;
z-index:0;
border:0;
}
.wt-rotator .preloader{
position:absolute;
top:50%;
left:50%;
width:36px;
height:36px;
margin-top:-18px;
margin-left:-18px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
background:#fff url(http://www.medicosdeelsalvador.com/imagenes/loader.gif) center no-repeat;
background:rgba(0,0,0,.7) url(http://www.medicosdeelsalvador.com/imagenes/loader.gif) center no-repeat;
z-index:4;
display:none;
}
.wt-rotator #timer{
position:absolute;
left:0;
height:4px;
background-color:#FFF;
-moz-opacity:.5;
filter:alpha(opacity=50);
opacity:0.5;
z-index:4;
visibility:hidden;
font-size:0;
}
.wt-rotator .desc{
color:#000;
position:absolute;
top:0;
left:0;
z-index:6;
overflow:hidden;
visibility:hidden;
text-align:left;
}
.wt-rotator .inner-bg{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background-color:#000;
-moz-opacity:.7;
filter:alpha(opacity=70);
opacity:0.7;
z-index:1;
}
.wt-rotator .inner-text{
position:absolute;
padding:10px;
z-index:2;
}
.wt-rotator .c-panel{
position:absolute;
top:0;
z-index:7;
visibility:hidden;
}
.wt-rotator .outer-cp{
position:absolute;
left:0;
width:100%;
background:#333;
background:-moz-linear-gradient(top, #999 0%, #333 50%, #000 51%, #111 100%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#999), color-stop(50%,#333), color-stop(51%,#000), color-stop(100%,#111));
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#111111',GradientType=0);
border:0;
border-left:none;
border-right:none;
}
.wt-rotator .thumbnails,
.wt-rotator .buttons{
display:inline;
position:relative;
float:left;
overflow:hidden;
}
.wt-rotator .thumbnails ul{
list-style:none;
margin:0;
padding:0;
}
.wt-rotator .thumbnails li,
.wt-rotator .play-btn,
.wt-rotator .prev-btn,
.wt-rotator .next-btn{
list-style:none;
display:inline;
float:left;
margin-right:4px;
overflow:hidden;
width:24px;
height:24px;
line-height:24px;
text-align:center;
color:#FFF;
background-color:#000;
border:1px solid #000;
cursor:pointer;
font-weight:bold;
}
.wt-rotator .thumbnails li.thumb-over{
color:#FFF;
background-color:#CCC;
}
.wt-rotator .thumbnails li.curr-thumb{
color:#000;
background-color:#FFF;
cursor:default;
}
.wt-rotator .thumbnails li.image{
background-color:#000;
}
.wt-rotator .thumbnails li.image.curr-thumb,
.wt-rotator .thumbnails li.image.thumb-over{
border-color:#06F;
}
.wt-rotator .thumbnails li.image a,
.wt-rotator .thumbnails li.image img{
display:block;
border:0;
}
.wt-rotator .thumbnails li.image.curr-thumb img{
-moz-opacity:.8;
filter:alpha(opacity=80);
opacity:0.8;
cursor:default;
}
.wt-rotator .thumbnails li *{
display:none;
}
.wt-rotator .thumbnails li div{
position:relative;
color:#FFF;
background-color:#000;
}
.wt-rotator .play-btn{
background:#000 url(http://www.medicosdeelsalvador.com/imagenes/play.png) no-repeat center;
}
.wt-rotator .pause{
background:#000 url(http://www.medicosdeelsalvador.com/imagenes/pause.png) no-repeat center;
}
.wt-rotator .prev-btn{
background:#000 url(http://www.medicosdeelsalvador.com/imagenes/prev.png) no-repeat center;
}
.wt-rotator .next-btn{
background:#000 url(http://www.medicosdeelsalvador.com/imagenes/next.png) no-repeat center;
}
.wt-rotator .button-over{
background-color:#CCC;
}
#rotator-tooltip{
position:absolute;
top:0;
left:0;
z-index:99999;
display:none;
}
#rotator-tooltip.txt-up{
margin-left:-10px;
margin-bottom:5px;
background:url(http://www.medicosdeelsalvador.com/imagenes/tail.png) no-repeat;
background-position:10px bottom;
background-position-x:10px;
background-position-y:bottom;
}
#rotator-tooltip.txt-down{
margin-left:-10px;
margin-top:24px;
background:url(http://www.medicosdeelsalvador.com/imagenes/rev_tail.png) no-repeat;
background-position:10px top;
background-position-x:10px;
background-position-y:top;
}
#rotator-tooltip.img-up{
background:url(http://www.medicosdeelsalvador.com/imagenes/tail.png) center bottom no-repeat;
}
#rotator-tooltip.img-down{
background:url(http://www.medicosdeelsalvador.com/imagenes/rev_tail.png) center top no-repeat;
}
#rotator-tooltip .tt-txt{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
color:#FFF;
background-color:#fff;
max-width:300px;
padding:4px;
margin:8px 0;
}
#rotator-tooltip .tt-img{
display:none;
background-color:#000;
padding:2px;
margin:8px 0;
}
.wt-rotator .block,
.wt-rotator .vpiece,
.wt-rotator .hpiece{
position:absolute;
z-index:2;
}

/* TERMINA JQUARY PORTADA */


/* Search Suggest */

#suggest {
	position:relative;
}
.suggestionsBox {	
	margin-left: 35px;	
	display: none;     
	position:absolute; 	
	z-index: 100;	
	width: 200px;	
	padding:0px;	
	background-color: #7A7476;	
	border-top: 3px solid #000;	
	color: #fff;
}

.suggestionList {	
	margin: 0px;
	padding: 0px;
}
.suggestionList ul li {
	list-style:none;
	margin: 0px;
	padding: 6px;
	border-bottom: 1px dotted #666;	
	cursor: pointer;
}
.suggestionList ul li:hover {
	background-color: #FC3;
	color:#000;
}
#suggest ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size:11px;	
	color:#FFF;	
	padding:0;	
	margin:0;
}

.load{
	background-image:url(http://www.medicosdeelsalvador.com/medicos/images/suggest_loader.gif);
	background-position:right;
	background-repeat:no-repeat;
}

/* End Search Suggest */
