/* tags */
body{
	background: #ddd url(../img/fondo.jpg) repeat-y center;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.166;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: center;	
	font-size: 14px;
}
a, a:link, a:visited, a:hover{
	color: #CC0000;
	text-decoration: none;
}
a:hover{color: #FF0000;}
h1{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 120%;
 color: #CC0000;
 margin: 0px;
 padding: 0px;
}
h2{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 114%;
 color: #006699;
 margin: 0px;
 padding: 0px;
}
h3{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 100%;
 color: #c00;
 margin: 0px;
 padding: 0px;
}
h4{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 80%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}
h5{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 75%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
li{
 list-style: square;
}
ol li{
 list-style: decimal;
}
em{
	font-style: italic;
}
strong{
	font-weight: bold;
}
em strong{
	font-style: normal;
	font-weight: bold;
}
#destacadas ul{
	margin-left: 20px;
	text-align: left;
}
#destacadas li{
	margin-top: 10px;
}
#interiores{
	text-align: left;
}
#interiores li{
	margin-left: 20px;
	margin-top: 10px;
}
