.wrap960_2013{
width:960px;
display:block;
clear:both;
text-align:left;
margin:0 auto;
overflow:hidden;	
}

.wrap960_2013 div,.wrap960_2013 span,.wrap960_2013 li ,.wrap960_2013 ul,.wrap960_2013 table{
box-sizing: border-box; /* Opera/IE 8+ */	
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
}


/*lista opiniones 2013*/

ul.ratting_lib2013{
	width:710px;
	float: left;;		
	margin: 20px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
}

.ratting_lib2013 li{
    width:46%;
	float:left;		
	margin: 0px 20px 40px 0px;
		
}
.ratting_lib2013 li:last-child{  	
	margin: 0px 0px 20px 0px;
		
}

.ratting_lib2013 li .autor{
	display:block;
	padding:8px;
	background-color:#efefef;
	position:relative;
	margin:0px 0px 10px 0px;
	border-radius: 5px;
	-webkit-border-radius: 5px;      
    -ms-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.ratting_lib2013 li span.nombre{
	font-family: 'Quicksand', helvetica,arial,freesans,clean,sans-serif;
	font-weight:normal;
	color:#666666;
	font-size:16px;
	font-style:italic;
    
}


.ratting_lib2013 li span.opinion{
	font-size:14px;    
}


.ratting_lib2013 li span.tanto{
	font-family: 'Quicksand', helvetica,arial,freesans,clean,sans-serif;
	font-weight:bold;
	color:#666666;
	font-size:18px;
	font-style:italic;
	float:right;
	margin-left:5px;
    
}


.ratting_lib2013 li span.star1{
float:right;
font-style:normal !important;	
font-family: 'ModernPictogramsNormal', normal;
font-size:24px;
color: #ccc;
}

.ratting_lib2013 li span.star2{
float:right;
font-style:normal !important;	
font-family: 'ModernPictogramsNormal', normal;
font-size:24px;
line-height:24px;
color: #7AAF2B;
}


.ratting_lib2013 li span.firma{
display: block;
padding:5px 0px;
text-align: left;
font-style:italic;
}

.box_features_lib2013{
width:320px;
float:left;
margin:0px 0px 40px 0px;	
}
.box_features_lib2013 h3{ display:block; text-align:center !important; padding:30px 0px 10px 0px;}

.box_features_lib2013 p{padding:0px 20px;}


a.bt_newgreen{
font-weight: bold;
font-size:16px;
padding: 10px 30px;
margin:20px 0px 20px 15px;
display: inline;
border: 1px solid #66961f;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; 
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    text-decoration: none;
    color: #ffffff;
	background-color:#70a521;
	cursor:pointer;   
    	
   background: -moz-linear-gradient(top,#93c743 0%,#70a521);
	background: -webkit-gradient(	linear, left top, left bottom,from(#93c743),to(#70a521));
	
	-moz-box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 2px rgba(000,000,000,0.3),
		inset 0px 1px 0px rgba(255,255,255,0.5);
	text-shadow:1px 1px 0px rgba(000,000,000,0.4);
    	
  
}

a:hover.bt_newgreen{
	
	background: -moz-linear-gradient(top,#70a521 0%,#93c743);
	background: -webkit-gradient(	linear, left top, left bottom,from(#70a521),to(#93c743));

}

.cita1 { position:relative;}

.cita1:before{
	font-family: arial,freesans,clean,sans-serif;
	position: absolute;
	top:5px;
	left:-35px;
	content:open-quote;	
	font-size:60px;	
	color:#ccc;
}

.cita1:after{
	font-family: arial,freesans,clean,sans-serif;
	position: absolute;
	top:5px;
	right:-35px;
	content:close-quote;
	font-size:60px;	
	color:#ccc;
}
