li {
	margin: 0px;
}
body {
	background-color: #B47787;
}
.Estilo3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	color: #6D1A24;
	font-weight: bold;
}
.Estilo4 {
	font-size: 14px;
	font-weight: bold;
	color: #CC061D;
}
.Estilo5 {
	font-size: 22px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFCCFF;
}
.Estilo6 {
	font-size: 18px;
	font-weight: bold;
}
.Estilo7 {color: #6D1A24}
.Estilo11 {color: #AE172A}
.Estilo18 {font-size: 22px}
.Estilo20 {color: #FFFF66}
.Estilo21 {color: #4D031D}
.Estilo23 {font-size: 24px}
ul {
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 20px;
}


/*header*/
#head {
	background-color: #E9C7BD;
	width: 780px;
	margin: 10px auto 20px;
}

#stars {
	background: url(/imagenes/sol.2.jpg) repeat-x;
	width: 780px;
	height: 13px;
}
/*header*/


/*tablas videos*/
#videos {
	margin-top: 20px;
}

#videos .titulo {
	font-size: 17px;
	font-weight: bold;
	background-color: #E48C81;
	text-transform: uppercase;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#videos td {
	background-color: #E4A7A6;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
}

#videos td a {
	background-color: #E48C81;
	padding: 3px 4px;
	font-weight: bold;
	font-size: 14px;
}

#videos td a:hover {
	background-color: #D06F63;
	padding: 3px 4px;
	font-weight: bold;
	font-size: 14px;
}

#videos .subtitulo {
	font-size: 23px;
	font-weight: bold;
	background-color: #E4A7A6;
	text-transform: uppercase;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #6D1A24;
}
/*tablas videos*/

/*tablas textos*/
#textos {
	margin-top: 20px;
	background-color: #663366;
	border-color: #C0C0C0;
}

#textos .titulo {
	font-size: 26px;
	font-weight: bold;
	background-color: #E4A7A6;
	border-color: #B47787;
	text-transform: uppercase;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #6D1A24;
}

#textos td {
	background-color: #0076B1;
	font-weight: bold;
	font-size: 20px;
	text-align: right;
	padding: 0 3px;
	font-family: Geneva, Verdana, sans-serif;
	height: 30px;
}

#textos td div a {
	background-color: #0076B1;
	font-weight: bold;
	font-size: 19px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 2px 5px;
}

#textos td div a:hover {
	background-color: #004E74;
	font-weight: bold;
	font-size: 19px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 2px 5px;
}
/*tablas textos*/