.borde { border: #8691A5; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px }
body {
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	background-attachment: fixed; 
	background-color: #001735; 
	background-image: url(../imagenes/fondo-mar.jpg); 
	background-repeat: no-repeat; 
	background-position: center center;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
img {  filter: Alpha(Opacity=100)}
p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; margin-top: 0px; margin-right: 0px; margin-bottom: 5px; margin-left: 0px}
.fondo_gradiente { background-image: url(../imagenes/fondo-gradiente.jpg); background-repeat: repeat-x ; background-attachment: fixed; background-position: center top}
.noticias_portada {  font-weight: bold; font-size: 10px}
a {  color: #99CCFF; text-decoration: none}
a:hover {  text-decoration: underline}
input {  background-color: #1B3252; border: #687995; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; margin-top: 0px}
textarea { background-color: #1B3252; border: #687995; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF }
/* Listado de películas */
/* root element for scrollable */ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 390px; 
    width: 350px; 
} 
 
/* root element for scrollable items */ 
div.items { 
	float:left;
	height:300px;
	overflow:auto;
	width:350px;
	margin:50px 0 0 0;
}

div.items .pelicula {
	margin:0 0 10px;
	clear:both;
	float:none;
	height:75px;
	padding:5px;
	background: #445577;
	border:1px solid #556688;
	width:305px;
}
div.items .pelicula a {
	color:#ffffff;
}
div.items .pelicula .imagen img {
	border:none;
}

div.items .pelicula .imagen {
	width:110px;
	height:70px;
	float:left;
	overflow:hidden;
}
div.items .pelicula .textos {
	float:left;
	width:185px;
}
div.items .pelicula .textos h1 {
	margin:0;
	padding:0;
	font-size:14px;
}

