.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

div.rightContent
{
	background-position: left bottom; /*width: 190px;*/
	width: 100%;
	float: left; /*height:100%;*/
	background-image: url(  '../images/fondo-vertical.jpg' );
	text-align: right;
	background-repeat: repeat-x;
}

div.leftContent
{
	width: 82%;
	float: left;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #808080;
	margin-right: 10px;
	/*padding-top:36px;*/
}

div#rightLimit
{
	width:98%;
	/*overflow:hidden;*/
	float:left;
	background-image: url(   '../images/fondo-vertical.jpg' );
	background-repeat: repeat-x;
	text-align: left;
	background-position: left bottom;
}

div.centerContent
{
	float: right;
	width: 70%;
	/*margin-top:25px;*/
	margin-bottom:20px;
	margin-right:5px;
	padding-top:20px;
	
	/*height: 400px;*/
	
}

div#leftLimit
{
	width: 100%;
	float: left;
}

div#content
{
	width:98%;
	background-position: left bottom;
	float:left;
}

div.centerContent div.Case
{
	width: 48%;	
	float: left;
	font-family: 'Arial';
	font-size: 11px;
	
	/**/
	height: 150px;
	margin-bottom:15px;
}

div.leftContent div.New
{
	width: 100%;
	/*height: 20%;*/
	float: left;
	font-family: 'Arial';
	font-size: 11px;
	
	/**/
	margin-bottom:15px;
}

div.leftContent div.reviewNews
{
	width: 28%;
	height:100%;	
	padding-left:4px;
}

div.reviewNews table, td
{
	padding-right:5px;
}

div.reviewNews table, tr
{
	height: 40px;
}

a.plusInfo
{
	color:#cc6633;
	text-decoration: none;
}

div#bigLimit
{
	border: thin solid #000000;
	width: 80%;
	margin-bottom: 2px;
	float: left;
}

div#littleLimit
{
	border: thin solid #000000;
	width: 18%;
	margin-bottom: 2px;
	float: right;
}

div#info
{
	width: 15%;	
	float:left;
	text-align:left;
	padding-left:4px;
}

div#bigLine
{
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #000000;
	width:650px;
	margin-bottom: 2px;
	float: left;
	margin-right: 14px;
	height:1px;
}

div#rightLine
{
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #000000;
	width:143px;
	margin-bottom: 2px;
	float: left;
	height:1px;
}


div.titleSection
{
	width:100%;
	float:left;	
}

div.leftAuxContent
{	
	float:left;
	margin-right:15px;
	padding-top: 40px;
	
	width:88%;
	
	/**/
	/*padding-top: 20px;*/
}

div.leftAuxContent2
{
	float:left;
	margin-right:15px;
	/*padding-top: 40px;*/
	width:88%;
	
	/**/
	padding-top: 60px;/*45px;*/ /*77px;*/
	
}

div.doubleDottedLine
{
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-bottom-color: #000000;
	width:95%;
	height:2px;
	/*float:left;*/
	margin-top:10px;	
}

div.dottedLine
{
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #000000;
	width:100%;
	height:2px;
	/*float:left;*/
	margin-bottom:10px;
}

div.centerContent div.New
{
	width: 95%;
	/*height: 20%;*/
	float: left;
	/*font-family: 'Arial Rounded MT Bold';*/
	font-size: 11px;
	margin-bottom: 15px;
}

div.contentInside
{
}

/*********************************
			PAGINACIÓ
*********************************/

div.pagination
{
	width:98%;
	float:left;	
	margin-top:15px;
}

div.prev
{
	float:left;
}

div.prev a.prev
{ 
	
	font-family: 'Arial';
	font-weight: normal;
	font-size: 11px; 
	color: #232323;
	text-decoration: none;
}

div.next
{
	float:right;
	margin-right:10px;
}

div.next a.next
{
	font-family: 'Arial';
	font-weight: normal;
	font-size: 11px;
	color: #232323;
	text-decoration: none;
}


/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

