/* CSS Document */

/*========= MARQUESINA ===========*/

/*Envoltorio caja*/
#slider {
	position: relative;
	margin: 0 0 25px ;
	padding:0;
	height: 250px;
	width: 700px;
	overflow:hidden;
	/*background-color: #f7f7f7;
	border: 1px solid #d2d2d2*/
}

/*botones avanzar, retroceder*/
#slider span.next, #slider span.prev{
	font-family: 'gobCL',Verdana,sans-serif;
	width: 20px;
	height:20px;
	display: block;
    /*text-indent: -9999%;*/
	position:absolute;
	z-index:10;
	text-align: center;
	font-size: 0px 
}

span.next{
	/*background: url(../images/sprite_next_prev.png) no-repeat -25px 0;*/
	 top: 230px;
	left:40px;	
}

#slider span.prev{
	/*background: url(../images/sprite_next_prev.png) no-repeat 0 0;*/
	 top: 230px;
	left:10px;
	
}

#slider .next a, #slider .prev a {
	display:block;
	width: 20px;
	height:20px;
}

#slider .next a{
}


#slider .prev a{
}


#slider  div{
	/*display:none;*/
	height: 250px;
	width: 700px;
}


/*Botón pausa play*/
/*btn pausa play*/

span.boton {
	font-family: 'gobCL',Verdana,sans-serif;
	position:absolute;
    top: 290px;
	left: 30px;
	z-index:110;
	display:block;
	height: 20px;
	width: 20px;
	text-align:center;
	border: 1px solid #ccc
}

span.boton a.play, span.boton a.pause{
	text-decoration: none;
	color:#37749D;
	font-size: 11px;
	height: 20px;
	width: 20px;
	display:block;	
	padding: 0;
	margin:0;
	/*text-indent: -9999%*/
}

 span.boton a.pause {
	/*background: url(../images/sprite_pausa_play_go.png) no-repeat 0 -20px;*/	
}

 span.boton a.pause:hover {
	/*background: url(../images/sprite_pausa_play_go.png) no-repeat 0 -20px;*/
}

 span.boton a.play {
	/*background: url(../images/sprite_pausa_play_go.png) no-repeat -20px -20px;*/
}

 span.boton a.play:hover{
	/*background: url(../images/sprite_pausa_play_go.png) no-repeat -20px -20px;*/
}

/*botones de páginas*/
#slider ul.indice{
	bottom: 5px;
    height: 6px;
    left: 560px;
    list-style: none outside none;
    margin: 0;
    padding: 5px 0 0;
    position: absolute;
    width: 100%;
    z-index: 301;
}

#slider .indice li{
	background-image: url("images/sprite_marquesina.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline;
    float: left;
    font-size: 0;
    height: 12px;
    line-height: 0;
    margin: 0 2px;
    padding: 0;
    text-decoration: none;
    text-indent: -9999%;
    width: 12px;
}

#slider .indice li a{
	display: block;
    font-size: 10px;
    height: 20px;
    padding: 2px 0 0;
    width: 20px;
}

#slider .indice li a:hover{
	/*background-position: -20px 0;*/
	text-decoration:none;
	
}

#slider .indice li.current{
	background-position: 0 -12px;
}

#slider .indice li.current a{
	 color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;}

/* */

#slider > h3 {
	display:none;
}


#slider strong, b {
    color: #454545;
    font-weight: lighter;
}

#slider .titulo{
	color: #bf301a !important;
    font-family: 'Oswald',Verdana,Geneva,sans-serif !important;
    font-size: 0.9em;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    word-spacing: 3px;
	padding:20px 20px 5px;
}


#slider .titulo a:hover {
	color: #006cb7;
	text-decoration:none;
	border-bottom: none
}

#slider .abstract{
	font-size: 0.8em;
	margin-bottom: 0.5em;
	font-weight: normal; 
	padding: 0 0.5em;
}

#slider .fecha{
	font-size:11px;
	font-weight: normal;
	color:#666666!important;
}

#slider span.fecha{
	   color: #666666 !important;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 10px 0 0;
}

#slider .figure{
	float: left;
	clear:left;
	width:335px;
	height:250px;
	overflow:hidden;
}

#slider .figure img{
	height: auto;
    max-height: none;
    max-width: 335px ;
    min-width: 335px ; 
}

#slider .vermas a{
	 background: url("images/mas.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0) !important;
    float: right;
    margin: 0;
    padding: 0 12px 0 0;
    text-decoration: none;
}

#slider .icono{
	position:absolute;
	top: 55px;
	left: 30px
}




/*Excepciones puntuales*/

#i__w3_po_Marquesina_1_1168 img, #i__w3_po_Marquesina_1_1171 img, #i__w3_po_Marquesina_1_752 img {
	box-shadow: 3px 3px 3px #F7F7F7 !important;
}

#i__w3_po_Marquesina_1_1168 .vermas, #i__w3_po_Marquesina_1_1169 .vermas {
	 display:none
}
