﻿.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

div.leftContent
{
	background-position: left bottom;
	width: 100%;
	float: left;
	background-image: url(  '../images/fondo-vertical.jpg' );
	text-align: left;
	background-repeat: repeat-x;
}

div.rightContent
{
	background-position: left bottom;
	width: 80%;
	float: right;
	background-color: #FFFFFF;
}

div.centerContent
{
	float: left;
	width: 77%;
	margin-right: 10px;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: #808080;
	/*margin-bottom:15px;*/
	padding-bottom:15px;
	
	/*height: 400px;*/
	
}

div#leftLimit
{
	width: 100%;
	float: left;
}

div#rightLimit
{
	width:98%;
	float:right;
	background-image: url(   '../images/fondo-vertical.jpg' );
	background-repeat: repeat-x;
	text-align: left;
	background-position: left bottom;
}

div#content
{
	width:98%;
	background-position: left bottom;
	float:left;
}

div.centerContent div.Case
{
	width: 219px;
	height:220px;
	float: left;
	font-family: 'Arial';
	font-size: 11px;
	margin-top:15px;
	margin-left:4px;
	margin-right:15px;
}

div.centerContent div.Case p
{
	margin-top:0px;
	padding-top:0px;
}

div.leftContent div.New
{

	/*width: 100%;*/
	width:150px;
	/*height: 20%;*/
	float: left;
	font-family: 'Arial';
	font-size: 11px;
	margin-top: 15px;
	margin-left:4px;
}

div.leftContent div.reviewNews
{
	width: 20%;
	height:100%;	
}

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: 20%;
}

div#leftLine
{
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #000000;
	width:164px;
	margin-bottom: 2px;
	margin-right: 10px;
	float: left;
	height:1px;
}

div#bigLine
{
	width:480px;
	margin-bottom: 2px;
	float: left;
	margin-right: 10px;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #000000;
	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;
}