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

body {
	color:#FFF;
	background-color: #000;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(/images/back.jpg);
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#main{
	width:933px;
}
#header{
	margin:0px;
	max-height:78px;
	height:78px;
	background-image:url(../images/header.jpg);
}
#contenido{
	background-image:url(../images/home_back.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:511px;
	margin:0px;
}
#footer{
	background-color:#fcf40a;
	margin:0px;
	height:40px;
}
#navbar{
	height:25px;
	display:block;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	padding-right:30px;
	color:#FFF;
}
.img{
	margin:0px;}
	
#home_text{
	margin-left:225px;
	margin-top:160px;
	text-align:left;
	margin-right:70px;
}

a:link{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	padding:3px;
}

a:visited{
	color:#Fff;
	font-weight:bold;
	text-decoration:none;
		font-size:14px;
		padding:3px;
}
a:hover{
	color:#333;
	background-image:url(../images/back_link.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
	text-decoration:none;
		font-size:14px;
		padding:3px;
}
#videos .descarga{
	color:#333;
	background-image:url(../images/back_link.jpg);
	background-repeat:repeat-x;
	font-weight:bold;
	text-decoration:none;
		font-size:14px;
		padding:3px;
}
.titulo{
	font-size:14px;
	font-weight:bold;}
	
.descripcion{
	font-size:12px;}
.duracion{
	font-size:10px;}
		
	.amarillo{
	font-size:12px;
	color:#FC0;}
	

