.forms { 
	background-color: #A80000; 
	border: 1px solid; 
	border-color: #999999 #333333 #333333 #999999; 
	color: white;
	letter-spacing: 1px;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/**Generales*/

p, h1, h2, li, a, .forms {font-family : Arial, Geneva, Verdana, Helvetica, sans-serif; font-size:12px;}

p, h1, h2 {color: #000000;}

.blanco, h1, h2, a {font-weight:bold;}

.secundario:link, .secundario:visited, .tercero:hover {font-size:14px;}

.tercero:link, .tercero:visited, .tercero:hover {font-size:9px;}

a, .tercero:link, .tercero:visited {text-decoration:underline;}

a:hover, .secundario:link, .secundario:visited, .secundario:hover, .tercero:hover {text-decoration:none;}

.tercero:link, .tercero:visited, .tercero:hover {line-height:20px;}


/** Inicio CSS Links */

a:link, a:visited    {color:#0096ff;}
a:hover   {color:#ff9600;}

.secundario:link, .secundario:visited  {color:#236ca0;}
.secundario:hover   {color:#ff7f00;}

.tercero:link, .tercero:visited   {color:#026AFE;}
.tercero:hover   {color:#E14C11;}

/** Final CSS Links */


/** Bull List*/

li {list-style-type: square; line-height: 24px;}

.decimales { list-style-type: decimal}

/** Final Bull Lits */


/** Inicio P */

P {line-height: 18px;}

.blanco {line-height: 22px;}

.footer{font-size:11px; letter-spacing: 0.5pt;}

/** Final P */


/**Inicio H1, H2 **/

h1 {font-size: 16px; font-style: none; line-height: normal;}
	

h2 {font-size: 13px;line-height: 5px;}

/**Final H1, H2 */


/** Tabla para descargas */

	table.descargas				{border:1px; border-style:solid; border-color:#69a2ca; border-collapse:collapse;}
	.descargas					{font-family : Arial, Geneva, Verdana, Helvetica, sans-serif; text-align:left; font-size:12px;}

	#playlist tbody td {padding: 4px; border:1px; border-style:dotted; border-color: #77a8ca;}
    #playlist tbody tr.celdadescargas1  td {background-color: #57b7fa; font-size:14px; text-align:center; color:#FFFFFF; font-weight:bold;}
    #playlist tbody tr.celdadescargas2  td {background-color: #fff;}
    #playlist tbody tr.celdadescargas3  td {background-color: #eef4fe;}
	#playlist tbody tr.celdadescargas4  td {background-color: #eee; font-size:14px;}
	
/** Final Tabla de descargas */

