/* CSS Document */
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

a img, iframe {
	border: none;
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {
	font-size: 100%;
	font-family: inherit;
}

select {
	margin: inherit;
}

a {
	text-decoration:none;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }

/* LAYOUT TOOLS */
.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; height:0; overflow:hidden; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }
.textJustify		{ text-align:justify; }
.fix				{ overflow:hidden; }
/*

/* INDEX */
body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ffffff;
}

div#cabecera{
	height:305px;
	width:100%;
	background-color:#3aad00;
} 

div#cuerpo {
	background-color:#3aad00;
	width:100%;
	padding-bottom:30px;
}

div#contenido {
	width:1000px;
}

div#titulo-capitulo {
	margin-bottom:10px;	
}

div#trailer {
	overflow:hidden;
	width:930px;
	background-image:url(../imagenes/trailer-fondo.jpg);
	font-size:12px;
}

div#contenido-trailer {
	width:890px;
}


div#video {
	border: 1px solid #000000;
}

div#captura-video {
	border: 1px solid #000000;
}

div#descripcion {
	margin-top:10px;
	margin-bottom:10px;
}

div#escenas {
	width:930px;
	background-image:url(../imagenes/escenas-fondo.jpg);
}

div#contenido-escenas {
	width:897px;
}

div#col1 {
	width:220px;
	margin-right:4px;
}


div#col1 a{
	margin-bottom:4px;
	display:block;
}


div#col2 {
	width:445px;
}

a#escena-centro {
	margin-bottom:4px;
	display:block;
}

a#escena-centro1 {
	margin-right:4px;
}

div#col3 {
	width:220px;
	margin-right:4px;
}

div#col3 a{
	margin-bottom:4px;
	display:block;
}


/* PIE */
#pie {
	width:100%;
	padding-top:30px;
	padding-bottom:50px;
}

#pie #webs {
	margin-top:30px;
}

div#pie2 {
	width:100%;
	background-color:#3aad00;
}

div#contenido-pie {
	width:970px;
	height:100px;
	padding-left:30px;
	padding-top:50px;
	background-image:url(../../imagenes/logo_pie.jpg);
	background-repeat:no-repeat;
	background-position:620px 20px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;	
}

div#contenido-pie a{
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;	
}

div#contenido-pie a:hover{
	text-decoration:underline;
}
/* FIN PIE */

/* SIGUENOS */
 
div#siguenos {
 overflow:hidden;
 margin-bottom:8px;
 float:right;
padding-right:40px; 
}
 
div#siguenos p{
 float:left;
 padding-top:10px;
 text-transform:uppercase;
 margin-right:5px;
 font-size:14px;
 color:#FFFFFF;
 font-weight:bold;
}
 
div#siguenos a{
 float:left;
 margin-left:2px;
 margin-right:2px;
 font-weight:bold;
}
 
/* FIN SIGUENOS */

