/*
	Guido Pella
	Version : 1.0
	Site	: www.guidopella.com
	
	Author	: Estudio Sarasa
	Company website: www.estudiosarasa.com
	License : MIT License / GPL License
	
*/
/* NEWS */
.header_allnews {
 float: left;
 margin: 0 0 15px 0;
 width: 100%;
}


.allnews h1 {
	color: #FFFFFF;
	float: left;
	font-family: "novecento_widelight";
	font-size: 3em;
	margin: 0;
	text-align: left;
}
/*
.allnews a.back_news {
 color: #FFFFFF;
 float: right;
 font-family: "novecento_widelight";
 font-size: 1.5em;
 margin: 23px 9px 0 0;
 text-decoration: none;
 
}
.allnews a.back_news:hover {
 text-decoration: underline;
}
*/
.allnews a.back_news {
border: 1px solid #969696;
  -webkit-border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px 3px 3px 3px;
-o-border-radius: 3px 3px 3px 3px;
-ms-border-radius: 3px 3px 3px 3px;
border-radius: 3px 3px 3px 3px;
color: #FFFFFF;
float: right;
font-family: "ProximaNova-Regular";
font-size: 1em;
margin: 24px 10px 0 0;
opacity: 0.8;
padding: 6px;

  -webkit-transition: color .25s linear,border .25s linear;
-moz-transition: color .25s linear,border .25s linear;
-o-transition: color .25s linear,border .25s linear;
-ms-transition: color .25s linear,border .25s linear;
transition: color .25s linear,border .25s linear;
}
.allnews a.back_news:hover {
opacity: 1;
}


.allnews a:-webkit-any-link{
text-decoration:none !important;
}


a.gotonew:hover .onenew {
 background: url("../images/bg-box-central-dark.png") repeat scroll 0 0 transparent;
}

a.gotonew:hover .onenew .cont {color: #FFF;}


.onenew {
 width: 280px;
 float:left;
 background: url("../images/bg-box-central.png") repeat scroll 0 0 transparent;
 margin: 0 5px 5px 0;
}


.onenew .top {
 background: url(../images/line.png) repeat-x scroll center bottom transparent;
 float: left;
 padding: 10px 3.5%;
 width: 93%;
}

.onenew .top .date {
    color: #FFFFFF;
    font-family: "novecento_widelight";
    font-size: 1.3em;
    margin: 0 0 6px;
    width: 100%;
}
.onenew .top h3 {
	color: #FFFFFF;
	font-family: "novecento_widedemibold";
	font-size: 1em;
	height: 50px;
	width: 96%;
	line-height: 1em;
}

.onenew .cont {
    color: #91908E;
    float: left;
    font-family: "ProximaNova-Regular";
    font-size: 1em;
    padding: 10px 3.5%;
    width: 93%;
}
@media all and (max-width: 1000px) and (min-width: 671px) {
.allnews a.back_news {
  margin: 1px 43px 0 0;
}
.allnews h1 {
  font-size: 2.5em;
}
.onenew {
  width: 47%;
}


}

@media handheld, only screen and (max-width: 670px) {

.bx-viewport {	/*overflow: visible !important; */}
.screennews h1 { margin: 10% 0 30px 10px;	}

.allnews h1 {
  font-size: 2em;
  margin: 0 0 0 20px;
}
.allnews a.back_news {
  float: left;
  margin: 14px 0px 5px 21px;
}
.onenew .top .date {
  color: #FFFFFF;
  font-family: "novecento_widelight";
  font-size: 1.3em;
  margin: 0;
  width: 98%;
}
ul#pagination {
  float: left;
  margin: 0 auto 0 17px;
  text-align: left;
}
.onenew {
  width: 95%;
}
}

/* Cosas del paginador */
#loading { 
margin: 0 0 0 12%;
position: absolute;
}

ul#pagination {
	text-align:center;
	margin: 0 auto;
	
	/*background: url(../images/bg-box-central-small.png) repeat scroll 0 0 transparent;*/
}

ul#pagination li{	
color: #FFFFFF;
display: inline;
font-family: "novecento_widedemibold";
font-size: 1em;
list-style: none outside none;
margin-right: 12px;
padding: 6px;
text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

ul#pagination li:hover { 
	color:#000 !important; 
	cursor: pointer; 
}
