BODY {
	background-color: #E5E5E5;
	background-image: url(/imagenes/fondowebgris.jpg);
	background-position: right top;
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

/* TITULOS */
H1, H2, H3, H4 {
	font-size: 30px;
	color: #5B5B5B;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	text-align: left;
	font-weight: lighter;
	line-height: normal;
}
H2 {
	font-size: 26px;
}
H3 {
	font-size: 20px;
}
H4 {
	font-size: 16px;
}
STRONG.COLOR {
	color: #CC3333;
}
STRONG.FA {
	color: #CC3333;
	font-family: "Times New Roman", Times, serif;
	text-transform: capitalize;
	letter-spacing: 1px;
}
/* LINKS */
A {
	color: Black;
	text-decoration: none;
}
A:hover {
	color: Black;
	text-decoration: underline;
}

/* TABLAS */
TABLE.fondoBlanco {
	background-image: url(/imagenes/barrafondo.gif);
	background-position: center;
	background-repeat: repeat-y;
}
TD {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	line-height: 20px;
}
TD.CriticaDestacada {
	background-color: #DCDCDC;
	margin: 20px 0px 20px 0px;
	padding: 20px 20px 20px 20px;
	font: normal normal normal 18px/normal "Times New Roman", Times, serif;
	text-indent: 20px;
	font-weight: lighter;
}

/* LINEA */
HR {
	height: 1;
}
HR.GRANDE {
	height: 10px;
	color: Silver;
	margin-bottom: 20px;
	margin-top: 20px;
	border-style: solid solid solid solid;
	background-color: Silver;
}
DIV.CITA {
	background-color: #DCDCDC;
	margin: 20px 0px 15px 0px;
	padding: 20px 20px 20px 20px;
	font: normal normal lighter 18px/normal "Times New Roman", Times, serif;
	text-indent: 20px;
	font-weight: lighter;
}
DIV.DatosPrograma {
	background-color: #FFCCCC;
	float: right;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	border-bottom: 2px solid #CC3333;
	width: 350px;
	text-align: left;
	clear: both;
}

DIV.DiscoPremios {
	margin-top: 30px;
	float: right;
	text-align: right;
}

DIV.DiscoPrecio {
	font-size: 20px;
	color: #CC3333;
	margin-bottom: 6px;
}
INPUT, TEXTAREA {
	background-color: #DCDCDC;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	border: 0px none White;
	padding: 10px 10px 10px 10px;
}