.previous {
	width: 250px;
	height: 200px;
}
.current {
    width: 500px;
    height: 200px;
    
}
.selector {
	width: 150px;
    height: 50px;
    cursor: pointer;
    background: blue;
    border-color: black;
    border: thin;
}
.next {
    width: 250px;
    height: 200px;
}
.previousImg {
	width: 250px;
	height: 200px;
	filter:alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}
.currentImg {
    width: 500px;
    height: 170px;
}
.nextImg {
    width: 250px;
    height: 200px;
    filter:alpha(opacity=30);
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

.bigborderbtn { font-size: 16px; padding: 10px 20px 9px 20px; border-bottom-width: 5px; border-bottom-style: solid; text-align: center; font-family: "Open Sans", Arial; text-transform: uppercase; }
input[type="reset"].bigborderbtn { border-top: none; border-right: none; border-left: none; border-bottom-width: 5px; border-bottom-style: solid; }

.smallborderbtn { font-size: 13px; padding: 4px 10px 3px 10px; border-bottom-width: 2px; border-bottom-style: solid; text-align: center; font-family: "Open Sans", Arial; text-transform: uppercase; }

.bluebtn { background: #0093EA; border-bottom-color: #007CC4; color: #FFF; }
.bluebtn:hover { background: #007CC4; color: #FFF; }

.greenbtn { background: #3AA835; border-bottom-color: #098137; color: #FFF; }
.greenbtn:hover { background: #098137; color: #FFF; }

.greybtn { background: #999; color: #FFF; }
.greybtn:hover { background: #777; color: #FFF; }


.removeall {position: relative;right:-251px; top: -11px;}
.applybtn{top: -11px;position: relative;}
.success{position: absolute;right: 200px;top: 20px; font-size: 13px;}
.loading{position: absolute;right: 200px;top: 20px;font-size: 13px;}

.recentes{top: -21px;position: relative;}
.anteriores{position: relative;right:-232px; top: -21px;}

.rss {
	margin-top:3px; margin-left:10px;
	overflow: hidden;
	white-space: nowrap;
}
.rss .link {
	color: #666;
	/* max-width: 18px; */
	display: inline-block;
	text-decoration: none;
	-webkit-box-shadow: inset 0px -1px 0px 0px #fff;
  	box-shadow: inset 0px -1px 0px 0px #fff;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
    
}

.rss .link .fa {
	margin-right: 5px;
	padding: 3px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.rss .link *:not(.fa){
	/* opacity: 0; */
	font-size: 13px;
	font-weight: 300;
	margin-right: 5px;
  	-webkit-transition: all .3s ease-in-out;
    -moz-transition:    all .3s ease-in-out;
    -o-transition:      all .3s ease-in-out;
    -ms-transition:     all .3s ease-in-out;
    transition:         all .3s ease-in-out;
}

.rescontrol:hover .rss .link {
	-webkit-box-shadow: inset 0px -1px 0px 0px #FEA823;
  	box-shadow: inset 0px -1px 0px 0px #FEA823;
}

.rescontrol:hover .rss .link *:not(.fa){
	/* max-width: 640px */;
	opacity: 1;
} 

.rescontrol:hover .rss .link .fa {
	color: #fff;
	background-color: #FEA823;
}
