@charset "utf-8";
/* CSS Document */

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00F;
}
body {
	font-size: 14px;
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a {
	font-weight: bold;
}
.tituloGrande {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #900;
}
.tableTitulo {
	background-color: #FFF;
	border: 0;
	width: 650px;
	text-align: center;
}
.tableInformacion {
	background-color: #FFF;
	border: 0;
	width: 100%;
	text-align: left;
	font-size: 12px;
}
.tableInformacion .vinculoLink {
	color: #C00;
}
.parrafoInformacion {	font-weight: normal;
	font-style: italic;
}
.precio {
font-family:Arial, Helvetica, sans-serif
	font-size: 24px
}
.recuadro {
	border: thin solid #F93;
	background-color: #FFC;
	list-style-type: disc;
	width: 95%;
}
.tituloInformacion {font-family:Arial, Helvetica, sans-serif
	font-size: 16px;
	font-weight:bold;
	color:#CC0000;
}
