/* CSS Document */

body {
	background-color: #5D4F4E;
}
#content
{			
	width:790px;
	height:535px;
	margin-left: 90px;
	margin-top:35px;
	margin-right: auto;	
	padding:0px;
}

#left
{ 
	padding:0px;
	width:200px;
	height:170px;	
	position: absolute; 
	left:auto;
	top:20px;
	margin-left:35px;	
	margin-top:50px;
	margin-right:5px;	
}

#centro
{ 
	padding:0px;
	width:220px;
	height:170px;	
	position: absolute; 
	left:auto;
	top:20px;
	margin-left:230px;	
	margin-top:50px;
	text-align:center;
}
#derecha
{ 
	padding:0px;
	width:240px;
	height:250px;	
	position: absolute; 
	left:auto;
	top:20px;
	margin-left:460px;	
	margin-top:50px;	
}

#almanaque
{
	padding:0px;
	position:absolute;
	margin-top:10px;
	top: 330px;
	width: 690px;
	height: 185px;
	overflow: auto;
	left:90px;
	margin-left:60px;	
	 overflow: auto;
	
}


#piepagina
{
	 width:790px;
	 top:550px; 
	 padding:0px;
	margin-right: auto;	
	 margin-left:90px;	
	 background-color:#5D4F4E;
	 color:#8F8294;
	 text-align:left;
	 font-family:'Century Gothic'; 
	 font-size:9px; 
	}
	
.TitCasa
{
	font-size: 18px;
	color: #11EFF2;
	font-family: "Century Gothic";
	font-weight: bold;
	text-align: center;
}	

.TitPrecio
{
	font-size: 14px;
	font-family: "Century Gothic";
	color: #8F8294;
	font-weight: bold;
	text-align:center;
}

.FechaPrecio 
{
		font-family: "Century Gothic";
		font-size: 12px;
		color: #11EFF2;
		padding-left:20px; 
		
}

.Precio 
{
		font-family: "Century Gothic";
		font-size: 12px;
		color: #11EFF2;
		padding-left:10px; 
		font-weight: bold;
		
}
.TachadoFechaPrecio  
{
		font-family: "Century Gothic"; 
		font-size: 12px;
		color:#5D4F4E;
		text-decoration: line-through;
		font-weight: bold;
		text-align: center;
		padding-left:20px; 
 }
 
.Vinculo
{
font-family: "Century Gothic"; 
font-size: 13px; 
color: #5D4F4E;
font-weight: bold; 
}

.Vinculo:link {
	color: #5D4F4E;
	text-decoration: none;
}

.Vinculo:visited {
	color: #11EFF2;
	text-decoration: none;
}

