body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/fondo_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	margin: 0px;
}
h2 {
	margin-top: 50px;
	background-color: #CC0099;
	color: #FFFFFF;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}
h3 {
	margin-top: 25px;
	color: #000000;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
li {
	list-style-type: none;
	margin-top: 20px;
}

#lista_cortos{
	color: #CC0099;
	text-align: right;
	position: absolute;
	background-image: url(../images/tira_c.jpg);
	background-repeat: no-repeat;
	right: 250px;
}
#lista_videos {
	color: #0066FF;
	margin-left:20px;
	position: absolute;
	right: 1px;
	background-image: url(../images/tira_v.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
#lista_anima{
	color: #FF9900;
	background-image: url(../images/tira_a.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 235px;
}
#lista_largos{
	color: #339900;
	background-image: url(../images/tira_b.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 235px;
}
#todo #botonera a {
	margin-right:10px;
}
#todo #botonera a:link {
	color: #FFF;
	text-decoration: none;
}
#todo #botonera a:hover {
	color: #C09;
	text-decoration: underline;
}
#todo #botonera a:visited {
	color: #FCF;
	text-decoration: underline;
}
#todo #botonera a:active {
	color: #C09;
	text-decoration: underline;
}
#todo #botonera {
	background-image: url(../images/fondo_botonera.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100px;
	padding-right: 10px;
	font-weight: bold;
	line-height: 15px;
	text-align: right;
}
#todo #botonera p {
	padding-top: 30px;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 15px;
}
#todo #aec {
	text-align: right;
	margin-top: -30px;
	margin-right: 10px;
}
#todo #presentacion, #todo #equipo, #todo #noticias, #todo #premios, #todo #opinion {
	margin-left: 500px;
	margin-right:10px
}
#pie {
	background-image: url(../images/fondo_botonera.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100px;
	padding-right: 10px;
}
#pie p {
	text-align: right;
	padding-top: 30px;
	color: #FFFFFF;
	font-weight: bold;

}
#pie a {
	margin-right:10px;
}
#pie a:link {
	color: #FFF;
	text-decoration: none;
}
#pie a:hover {
	color: #C09;
	text-decoration: underline;
}
#pie a:visited {
	color: #FCF;
	text-decoration: underline;
}
#pie a:active {
	color: #C09;
	text-decoration: underline;
}
#cuanto {
	position:fixed;
	left:0px;
	bottom:0px;
	font-size: 144px;
	color: #0099CC;
}
#cuanto span{
	font-size: 48px;
}
.detalle {
	background-image: url(../images/fondo_detalle.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 225px;
	width: 300px;
}
.detalle .cabecera {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 15px;
	text-align: left;
	margin-left: 30px;
}
.detalle .noticia {
	text-align: left;
	margin-top: 10px;
	margin-right: 25px;
	margin-left: 25px;
}
.detalle .noticia .titular {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	height: 20px;
}
.detalle .noticia .subtitulo {
	text-transform: uppercase;
	font-weight: bold;
	color: #666666;
}
.detalle .noticia .pie {
	font-weight: bold;
	color: #CC0099;
	text-align: right;
	display: block;
	background-color: #FFCCFF;
	padding-right: 5px;
}
.detalle p {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
.sub {
	text-decoration: underline;
}
a:link {
	color: #CC0099;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
