@charset "UTF-8";
#columnaIzquierda {
	float: left;
	width: 450px;
	margin-right: 30px;
}
.leyendaFotos {
	font-size: 10pt;
	color: #333333;
	text-align: center;
}
/* CSS Document */

.textoVisitas {
	float: left;
	margin-bottom: 10px;
	width: 450px;
}
.textoVisitas h1 {
	font-weight: bold;
	background-color: #FBDD55;
	font-size: 11pt;
	padding-left: 5px;
}
.textoVisitas h2 {
	font-size: 11pt;
	margin-left: 20px;
	font-weight: normal;
}
.destacado {
	color: #CC0000;
}
#columnaDerecha {
	float: left;
	width: 280px;
}
.lineaEstrellas {
	background-color: #FFCC00;
	color: #000000;
}
.tituloTabla {
	background-color: #FFFFCC;
	color: #570A12;
	font-weight: 400;
}
.linea1Tabla  {
	background-color: #FFFFCC;
}
.linea2Tabla  {
	background-color: #FFFFFF;
}
