@import url('base/advanced-slider-base.css');
@import url('pixel/pixel.css');
.rlc h1 {
	border: 1px solid #EEEEEE;
	padding: 8px;
}

.rlc a{

	color: #AAAAAA;
}
/* STEP 1 - DROP MENU - LEVEL ONE */
.rlc ul.dropdown                         { margin-left:auto; z-index:1000;;}
.rlc ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; line-height:90%; background: #274551; height: 40px; width: 110px; line-height:80%; border-right: 1px solid #335B6A;}
.rlc ul.dropdown li.active               { background-color: #335B6A;}
.rlc ul.dropdown li.active a             { color:#64BBD9;}
.rlc ul.dropdown li.last                 { border-right: 0px solid #335B6A;}

.rlc ul.dropdown li a                    { cursor:help; font-size:80%;display: block; padding: 2px 2px; color: #FFF; text-align:center;}

.rlc ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
.rlc ul.dropdown li.hover,
.rlc ul.dropdown li:hover                { background: #3C6A7B; position: relative; }
.rlc ul.dropdown li.hover a              { color: #FFF; }


/* LEVEL TWO */
.rlc ul.dropdown ul 						{ width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0; background: #405A64;  opacity: 0.9; }
.rlc ul.dropdown ul li 					{ font-weight: normal; border-bottom: 1px solid #335B6A; float: none; height:25px; width: auto;}
									  
                                    /* IE 6 & 7 Needs Inline Block */
.rlc ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block;  padding: 4px 8px; text-align:left; text-decoration:none;} 
.rlc_link {color: green; text-decoration: underline;}
.rlc_linea_azul{
padding-bottom:0px; margin-bottom:0px !important; height: 50px;list-style-type: none; border-top-style:none; border-width:0px; background-color:#adddef;}
.rlc_linea_blanca{padding-bottom:0px; margin-bottom:0px !important; height: 50px;list-style-type: none; border-top-style:none; border-width:0px; background-color:#FFFFFF;}

/* ESTILOS PARA LA FUNCIONALIDAD ACORDEÓN */
.info-member {
	background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("http://hox.rotulowcost.es/img_web/zoom-in.png");
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
    border-bottom-color: #E4E4E4;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    clear: both;
    cursor: pointer;
    line-height: 18px;
    padding: 17px 0; 
    cursor: pointer;
    }
    .selected-member {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("http://hox.rotulowcost.es/img_web/zoom-out.png");
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
    }
/*FIN ACORDEÓN */
/*ESTILOS PARA LA PÁGINA DE COLABORADORES */
.rlc_lista {
	display: block;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
}
.rlc_lista-enlaces {
    padding: 12px 0px;
    border-top: 1px solid #EBEAE4;
    min-height: 100px;
 /*   float: left; */
}
.rlc_lista-titulo {
	line-height: 1.5em;
    margin-bottom: 10px;
        width: 310px;
        color: green;
}
.rlc_lista-imagen {
 border: 1px solid #CCCCCC;
    display: inline-block;
    float: left;
	height: 90px;
    margin-right: 10px;
    position: relative;
    width: 180px;
    text-align:center;
    padding-top: 20px;
}
.rlc_lista-imagen img{
 width: 150px !important;
 	vertical-align: middle;
 	
}
.rlc_feed-meta, rlc_feed_fuente{
    float: left;
    width: 310px;
}

rlc_feed_fuente{
    width: 360px;
}
.rlc_fuente-imagen {
    display: inline-block;
    float: left;
	height: 90px;
    margin-right: 10px;
    position: relative;
    width: 180px;
    text-align:center;
    padding-top: 20px;
}
.rlc_feed-meta .ver-mas, .rlc_feed-fuente .ver-mas{
 	font-size: 10px !important;
}
.rlc_feed-meta p, .rlc_feed-fuente p {
   font-size: 12px !important;
    color: #888888;
    display: block;
    margin-bottom: 0px !important;
    max-height: 90px;
    text-align: justify;
}
