html, body {
	margin: 0;
	padding: 0;
	background-color: #49a8ed;
	height: 100%;
}
a, img, embed, object { outline: none; }
.clear { clear: both; }
#nubes {
	background: transparent url(../images/videos/videos_body_top.jpg) no-repeat scroll center top;
	width: 100%;
	height: 100%;
}
#contenido {
	width: 1024px;
	margin: 0 auto;
	height: 100%;
}
.espaciador { height: 50px; }
#contenido_bg {
	width: 580px;
	margin: 189px 0 0 -398px;
	background-color: #fff4de;
	left: 50%;
	position: absolute;
}
#contenedor_videos {
	width: 518px;
	position: relative;
	margin-top: -18px;
}
.video1 {
	background: transparent url(../images/videos/video_separador.jpg) no-repeat scroll left bottom;
}
.video2 {
	/*background: transparent url(../images/videos/video_separador.jpg) no-repeat scroll left bottom;*/
}
.video_margen {
	margin-left: 40px;
	width: 478px;
}
.titulo h1 {
	font-family: Georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 18px;
	color: #796220;
}
.video1_texto, .video2_texto {
	color: #6e431d;
	font-family: Georgia;
	font-size: 14px;
}
.video_termina {
	padding-bottom: 50px;
}
.video_desc {
	color: #6e431d;
	font-family: Georgia;
	font-size: 11px;
}
.video_desc span {
	font-size: 16px;
	color: #e27309;
}
#sidebar {
	background: transparent url(../images/videos/sidebar.jpg) no-repeat scroll 0 0;
	width: 233px;
	height: 165px;
	left: 50%;
	position: absolute;
	margin: 21px 0 0 229px;
}
#logo {
	width: 181px;
	height: 50px;
	position: absolute;
	margin: 83px 0 0 29px;
}
#logo a{
	height:50px;
	width:181px;
	display:block;
}
#archivo {
	position: absolute;
	margin: 213px 0 0 46px;
}
#archivo_titulo h2 {
	padding: 0;
	margin: 0;
	font-family: Verdana;
	font-size: 20px;
	color: #1393a3;
	font-weight: normal;
}
#lista ul li {
	list-style-image: url(../images/videos/videos_flechita.gif);
}
#lista ul li a {
	font-family: Verdana;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
#paginacion {
	color: #6e431d;
	font-family: Verdana;
	font-size: 11px;
	float: right;
	margin-right: 50px;
}
#paginacion a.sel {
	color: #000;
	cursor: default;
}
#paginacion a {
	color: #ab8211;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
}