
#coveragepage.seccion {	
}
#coveragepage.seccion #left{	
	float: left;
	width: 240px;
	border: none;
	margin: 0px;
}
#coveragepage.seccion #right{	
	width: calc(100% - 250px);
	float:right;
	border: none; 
}
.revtitle{
	width:calc(100% - 50px);
	float:left;
}
.revtitle h2{
	margin-top: 0px; margin-bottom: 0px; font-size: 22px;
}
.revtitle h3{
	font-size: 16px; margin-bottom: 0px; margin-top: 0px;
}
.revscores{
	width:100%;
	max-width: 500px;
    margin: auto;
	font-size:18px;
}
.revscores span{
	font-size:16px;
	font-weight:normal;
}
.revscores td{
	font-weight:bold;
}
.covscore{
	 font-size: 22px; 
	 float: right; 
	 position:absolute;
	 top:0px;
	 right:2px;
	 text-align: right;
	 font-weight:bold;
}
.readerbox{
	width:100%;
	font-size:22px;
	border:1px solid grey;
	background:#eee;
	margin:5px 0px;
	padding:5px;
	text-align:center;
	background: url(/siteimages/p6.webp);
}
#coverage .sub{
	background: #f6f2e4; 
	padding: 7px; 
	border: 1px solid grey; 
	box-shadow: 5px 5px 5px #888888; 
	margin-bottom: 12px;
	width: calc(100% - 6px);
}
@media only screen and (max-width: 850px){
	#coveragepage.seccion #right {
		width: calc(100% - 190px);
	}
	#coveragepage.seccion #left {
		width: 180px;
	}
}
@media only screen and (max-width: 768px) {
	#coveragepage.seccion #left,
	#coveragepage.seccion #right{
		width:100%;
	}
}