html{scrollbar-track-color: #000000; scrollbar-face-color: #000000; scrollbar-highlight-color: #FFFFFF; scrollbar-3dlight-color: #FFFFFF; scrollbar-shadow-color: #FFFFFF; scrollbar-darkshadow-color: #FFFFFF; scrollbar-arrow-color: #FFFFFF;}
body {
	margin: 15px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	background-color: #000000;
	background-image: url(imagenes/main_bg.jpg);
	background-repeat:   repeat-x;
	color: #000000;
	text-align: justify;
}
div#bloque_izquierda_arriba {
	width: 255px;
	border: 1px solid #999999;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 5px;
	height: 150px;
}div#bloque_izquierda {
	height: auto;
	width: 245px;
	border: 1px solid #999999;
	padding: 5px;
	margin-left: 10px;
}
div#bloque_izquierda a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
div#bloque_izquierda a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
div#bloque_izquierda a:hover {
	color: #0C28F6;
	font-weight: bold;
	text-decoration: none;
}
#bloque_izquierda #boton1:hover
    {
        text-decoration: none; 
        color: black; 
        background-color: #A8D601; 
      }
	  #bloque_izquierda #boton2:hover
    {
        text-decoration: none; 
        color: black; 
        background-color: #A8D601; 
      }

div#bloque_centro {
	height: auto;
	width: 662px;
	margin-top: 0px;
	margin-bottom: 10px;
	border: none #DDDDDD;
	text-align: justify;
	margin-left: 10px;
}
div#bloque_derecha {
	height: 335px;
	width: 252px;
	border: 1px #993300;
	background-color: #EEEEEE;
}
div#titulo_apartado {
	width: 667px;
	height: 35px;
	border: 1px solid #999999;
	margin-bottom: 5px;
}
div#centro_contenido {
	height: auto;
	width: 627px;
	border: 1px solid #999999;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #F0F0F0;
	background-image: url(imagenes/fondo_contenido.jpg);
	background-repeat:  repeat-x;
}
div#centro_pelicula {
	height: auto;
	width: 150px;
	border: 1px solid #999999;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #E4E4E4;
	background-image: url(imagenes/fondo_contenido.jpg);
	background-repeat:  repeat-x;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
div#boton1 {
	background-color: #DDDDDD;
	padding: 6px 0px 9px 10px;
	height: 9px;
	width: 235px;
	font-weight: bold;
	margin-bottom: 2px;
}
div#boton2 {
	background-color: #EEEEEE;
	padding: 6px 0px 9px 10px;
	height: 9px;
	width: 200px;
	font-weight: bold;
	margin-bottom: 2px;
}

div#cabecera {
	height: 125px;
	width: 940px;
	border: 1px #999999;
}
div#pie {
	height: 28px;
	width: 940px;
	margin-bottom: 5px;
	text-align: center;
	color: #999999;
}
div#fecha_cabecera {
	height: 40px;
	width: 400px;
	margin-left: 600px;
	padding-top: 3px;
}
div#bloque_noticias {
	width: 238px;
	margin-left: 7px;
	margin-bottom: 15px;
	height: 150px;
}

div#mover {
	position: relative;
}
div#bloque_novedades {
	width: 238px;
	margin-top: 15px;
	margin-left: 7px;
	margin-bottom: 15px;
	height: 200px;
}
div#noticia1 {
	background-color: #F8F8F8;
	height: auto;
	width: 218px;
	margin-bottom: 10px;
	padding: 5px 10px;
}
div#novedad1 {
	background-color: #F8F8F8;
	height: auto;
	width: 218px;
	margin-bottom: 10px;
	padding: 5px 10px 5px 5px;
}
div#serigrafia {
	height: auto;
	width: 485px;
	margin-bottom: 10px;
	padding: 5px 10px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}
div#producto {
	height: auto;
	width: 450px;
	margin-bottom: 20px;
	border: thin none #339966;
}
div#producto a:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
div#producto a:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	border: none;
}
div#producto a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

#scroll {
     width:530px;
     height:196px;
     background-color:#F2F2F2;
     overflow:auto;
     margin-bottom:1em;
}  

div#boton_ordenar {
	background-color: #DDDDDD;
	height: 17px;
	width: 127px;
	padding: 5px 5px 5px 10px;
	float: left;
	margin-right: 8px;
}
div#boton_ordenar a:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
div#boton_ordenar a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	border: none;
}
div#boton_ordenar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#boton_ordenar:hover
    {
        text-decoration: none; 
        color: black; 
        background-color: #A8D601; 
      }

thead {
	text-align: center;
}
marquee#marquesinaNoticias {
	height: 100px;
}
marquee#marquesinaNovedades {
	height: 100px;
}
div#banner {
	border: 1px solid #999999;
	height: 200px;
	width: 255px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	text-align: center;
	vertical-align: baseline;
	color: #FFFFFF;
	font-weight: bold;
}
div#video {
	height: 200px;
	width: 667px;
	border: 1px solid #999999;
	margin-bottom: 5px;
}
img {
	border: #999999;
}
