@charset "utf-8";
/* CSS Document */
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #004080;
}
body {
	font-size: 14px;
	background-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
a {
	font-weight: bold;
	color: #900;
}
a:hover {
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.tituloGrandeRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #900;
	text-align: center;
}
.tableTitulo {
	background-color: #FFF;
	border: 0;
	width: 650px;
	text-align: center;
}
.tableInformacion {
	background-color: #FFF;
	border: 0;
	width: 650px;
	text-align: left;
	font-size: 12px;
}
.parrafoInformacion {
	font-weight: normal;
	font-style: italic;
}
.precio {
font-family:Arial, Helvetica, sans-serif  font-size: 24px;
	font-weight:bold;
}
.recuadro {
	border: thin solid #F93;
	font-weight: normal;
	background-color: #FFC;
	list-style-type: disc;
	width: 95%;
	text-align: left;
}
.tituloInformacion {
font-family:Arial, Helvetica, sans-serif  font-size: 16px;
	font-weight:bold;
	color:#CC0000;
}
table {
	background-color: #B3C2AB;
	width: 650px;
}
.tituloGrandeAzul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #004080;
	text-align: center;
}
.centraBlanco {
	color: #FFF;
	background-color: #6A555A;
	text-align: center;
	font-weight: bold;
}
