body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px;	
}

.Cuerpo{
	background:url(imagenes/lateral.jpg) left top no-repeat;
	border-left:solid #000000 2px;
	width:900px;
	min-height:800px;
	height: auto !important;
	height:800px;
}

.LineaSup{
	background:url(imagenes/linea-sup.gif) no-repeat left;
	height:25px;/*30*/
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	padding-top:5px;
}

.LineaInf{
	background:url(imagenes/linea-inf.gif) no-repeat left;
	height:25px;/*30*/
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	padding-top:5px;
}

.Principal{
	min-height:525px;
	height: auto !important;
	height:525px;
}

.ResumenSeccion{
	font-size:12px;
}

.ResumenSeccion a{
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#333333;
}

.ResumenSeccion a:hover{
	text-decoration:underline;
}

.ContenedorClientes{
	font-size:12px;
	border:solid #000000 2px;
	margin:10px;
	padding:10px;
}