@charset "utf-8";
.Encabezado {
	background-color: #FFF;
	color: #FFF;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.cuerpo {
	border: 2px solid #000;
}
.TITULO {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	font-weight: bold;
}


.peli_texto {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	background-color: #FFF;
}

.img
{  border-style: none;
}
.contenedor {
	border: 2px solid #000;
}
.thrColElsHdr {
	padding: 0 10px;
	background:#DDDDDD;
	background-color: #333;
	font-size: 10px;
	border: 2px solid #000;
} 
.texto_superior_descargas {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FFF;
	border: 1px solid #009;
}
.sidebar {
float: right; /* dado que este elemento es flotante, debe asignarse un ancho */
	width: 200px; /* el ancho real de este div, en navegadores que cumplen los estándares, o el modo de estándares de Internet Explorer, incluirá el relleno y el borde además del ancho */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.slide {
	background-color: #FFF;
	text-align: center;
	border: thin solid #000;
	height: 150px;
	width: auto;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.DerechaSlide {
}
