.selectorMainContent 
{ 
    width: 692px;
    height: 260px;
    background-image: url('/PublishingImages/selector_bckg.png');
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #FFFFFF;
    /*border-radius: 12px;*/
    border: 1px solid #000000;
    margin-bottom: 15px;  
    overflow: hidden;
}
.selectorMainContent img 
{ 
    padding: 0px; 
    margin: 0px;	
    border: none; 
    position: absolute;
    top: 0px;
    left: 0px;
    width:390px;
    height:230px;
}

.selectorImageRot 
{
    position: relative;
}

.selectorT1 {width:100%; height: 260px; float: left;  position: relative; overflow: hidden;}
			
.selectorThumbs {width: 302px; position: absolute; left: 390px; top: 0px;}	

   			    
.selectorT1Slides  
{
    width: 90%; 
    min-height: 40px; 
    float: left; 
    position: relative; 
    z-index: 1; 
    cursor: pointer; 
    color: #C7C7C7;    
    text-align: left;
    padding: 3px 20px;    
    background-image: url('/PublishingImages/Bullet-Submenu-RedArrow.png');
    background-repeat: no-repeat;
    background-position: 10px 9px;
    border-bottom: 1px solid #494948;    
    line-height: 17px;
}

.selectorThumbs .selectorSelected .selectorT1Slides 
{
    position: relative; 
    z-index: 1; 
    background-color: #021A48; 
}

.selectorTextRot a
{
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.selectorTextRot a:hover
{
    text-decoration: underline !important;
}

.selectorTextRot  
{
    width: 692px;
    text-align: left;
}

.selectorTextRot .t_title
{
    font-size: 16px;
    width: 370px;
    background-color: #021A48;
    padding: 5px 10px;
    height: 20px;
    color: #FFFFFF;
}

.selectorTextRot .t_title a
{
	position:absolute;
	width:370px;
	z-index:10;
}
	    		
.selectorTextRot .t_body
{
    font-size: 12px;
    line-height: 22px;
    margin: 10px 0px;
}

.selectorThumbs .t_link
{    
    text-align: right;    
    text-transform: uppercase;
}

.selectorThumbs .t_link a
{
    font-size: 11px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 2px 10px 0px 10px;
    background-image: url('/PublishingImages/Bullet-Submenu-RedArrow.png');
    background-repeat: no-repeat;
    background-position: left 9px;
    line-height: 20px;    
}

.selectorThumbs .t_link a:hover
{
    text-decoration: underline;
}

.selectorOverlay
{
    width: 390px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url('/PublishingImages/news_selector_overlay.png');
    background-repeat: repeat-x;
    background-position: left top;
    z-index: 2;
}

.divCentrosClinicos
{
    bottom: -200px;
    position: absolute;
    right: 320px;
}

.divCentrosClinicos a
{
    display: block;
    min-width: 120px;
    font-size: 14px;
    padding: 1px 5px 1px 5px;
    height: 18px;
    line-height: 17px;
    margin-bottom: 1px;
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.5) inset, 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
}

.divCentrosClinicos a:nth-child(odd)
{
    background-color: #5DA9DD;
    color: #FFFFFF;
}

.divCentrosClinicos a:nth-child(even)
{
    background-color: #D2D2D2;
    color: #555555;
}

