	body {
		color: #333;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	#mainContent {
		background-color: #FAFAFA;
		padding-bottom: 30px;
	}
	#novedades h3, #ofertas h3 {
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	
	.fecha {
		color: #999;
	}
	
	#leftSide {
		float: left;
		width: 225px;
		border-right: 1px solid #9ACEAD;
		margin-top: 20px;		
	}
	
	#centerPart {
		float: left;
		width: 495px;
		margin-top: 20px;
		border-right: 1px solid #9ACEAD;
	}
	
	#rightSide {
		float: right;
		width: 195px;
		margin-top: 20px;
	}
	
	#ofertas {
		margin-left: 25px;
		margin-right: 25px;
	}
	
	#ofertas h3 {
		margin-bottom: 0px;
	}
	
	#ofertas h2 {
		color: #FF9900;
		font-size: 24px;
		font-weight: bold;
		margin-top: 0px;
		margin-bottom: 5px;
	}
	#menutop {
		padding: 5px;
		padding-left: 15px;		
		background-color: #9ACEAD;
		margin: 5px 0px;
	}
	#menutop, #menutop a, #footer a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #333;
		text-decoration: none;
	}
	#menutop a, #footer a {
		padding: 0px 5px;
	}
	#menutop a:hover, #footer a:hover {
		text-decoration: underline;
	}
	
	.clear {
		clear: both;
	}
	
	#footer {
		margin-top: 5px;
		background-color: #D1D1D1;
		padding: 5px 20px;
	}
	
	#footer a {
		font-weight: normal;
	}
	
	#footerLeft {
		width: 200px;
		float: left;
	}
	
	#footerRight {
		width: 200px;
		float: right;
		text-align: right;
	}	
	
	#logos {
		margin: 5px 0px;
	}
	
	#logos img {
		margin: 0px 10px;
	}
	
	.plan {
		padding-bottom: 5px;
		border-bottom: 1px dotted #333;
		margin-bottom: 15px;
	}
	
	.plan a {
		color: #FF9900;
		text-decoration: none;
		font-weight: bold;
	}
	
	.plan a:hover {
		color: black;
	}
	
	.plan h4 {
		font-size: 14px;
		margin-bottom: 0px;
	}
	
	.plan .content {
		padding-left: 5px;
	}
	
	.plan .precio {
		font-size: 14px;
	}
	
	.plan .valor {
		color: #FF9900;
		font-weight: bold;
		font-size: 14px;
	}
	
	.plan .planname {
		color: #FF9900;
	}
	
	.plan ul {
		list-style-image: url(/images/flecha-plan.gif)
	}
	
	 #alta input, select {
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#precioTotal {
		margin-top: 10px;
		font-weight: bold;
		font-size: 14px;
		display: none;		
	}