body{		text-align:center;		margin: 0;		padding: 0;		font-family: arial, sans-serif;		background:#fff;	}	#contenedor{		width: 960px;		margin: 0 auto; /* centrar contenedor en body */		padding: 0;		text-align: left;		}	#contenido{		clear:left;		float: left;		width: 50%;		font-size: 85%;		line-height: 1.5em;		color: #333;		padding: 10px;		border-right: 1px solid #ccc;				text-align: left;	}			#contenido2{		clear:right;		float: right;		width: 45%;		font-size: 85%;		line-height: 1.5em;		color: #333;		padding: 10px;		border-right: 1px solid #ccc;				text-align: left;	}a{	color: #AC2C06;	text-decoration: none;	}a:hover{	color: #5B1602;	text-decoration: underline;	}p 		{		font-size: 12px;		color: #666666;		line-height: 16px;		}h1 {		font-size:120%;		font-weight: bold;		line-height: 1.2em;		color: #333;	}h2 { 		margin: 1.5em 0 0.5em 0;		font-size: 110%;		line-height: 1em;	}h3 {		margin: 1em 0;		padding: 0;		font-size: 140%;		font-weight: normal;		letter-spacing: 1px;		color: #333;		text-transform: uppercase;		}h4  {		margin: 0.5em 0;		padding: 0;		font-size: 100%;		letter-spacing: 1px;		color: #333;		text-transform: uppercase;		}	h5 {		margin: 1.5em 0 0.5em 0;		padding: 0;		font-size: 100%;		font-weight: bold;		line-height: 1.2em;		letter-spacing: 2px;		color: #333;		text-transform: uppercase;	}	#lateral1{		float: left;		width: 50%;		color: #666;		background: #fff;		text-align: left;		padding: 20px;	}		#pie{		clear: both;		background: transparent;		border-top: 3px double #CCC;		font-size: 85%;		width: 960px;	}			#quote{		font-size: 140%;		font-family: georgia;		line-height: 24px;		font-style: italic;		padding: 20px;	}