/**********************************************
	Hoja de estilos topcine2a.css  miradas.net
	autor: Jose David Caceres
	version: 1.2
	fecha: 04/02/2004
//**********************************************

/* diseo global paginas top resolucion 800x600 */
body {
	overflow: hidden;
}
td.cont {
	width: 570px;
	vertical-align: top;
}
td.imgtitle {
	width: 32px;
}
td.box {
	width: 67px;
	vertical-align: top;
}
table.banda {
	width: 65px;
	padding: 0;
}

#cont1 {
	position: absolute;
	overflow: hidden;
	width: 23%;
	height: 99%;
	top: 4px;
	left: 1px;
}
#cuadro {
	position: absolute;
	overflow: auto;
	width: 77%;
	height: 100%;
	right: 0px;
	top: 0px;
	z-index: 1;
}
#cabecera {
	position: absolute;
	width: 77%;
	height: auto;
	right: 0px;
	top: 0px;
	z-index: 2;
}
#cabecera table {
	background-color: #FFFFCC;
}


/* estilos tablas puntuaciones */
table.topcine {
	width: 100%;
	border-collapse: collapse;
}
table.topcine td {
	font-family: Verdana, Univers, sans-serif;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	width: 35px;
	height: 20px;
}
table.topcine td.s5 {
	background:  url(../topcine/graficos/star5a.gif) no-repeat;
}
table.topcine td.s4 {
	background:  url(../topcine/graficos/star4a.gif) no-repeat;
}
table.topcine td.s3 {
	background:  url(../topcine/graficos/star3a.gif) no-repeat;
}
table.topcine td.s2 {
	background:  url(../topcine/graficos/star2a.gif) no-repeat;
}
table.topcine td.s1 {
	background:  url(../topcine/graficos/star1a.gif) no-repeat;
}
table.topcine td.s0 {
	background:  url(../topcine/graficos/star0a.gif) no-repeat;
}
table.topcine td.films {
	font: bold 11px Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	text-align: left;
	padding-left: 3px;
	vertical-align: middle;
	width: auto;
}
#cabecera table.topcine {
	border: 1px solid #CCCCCC;
	margin-top: 5px;
}

#cabecera table.topcine th {
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px solid #CCCCCC;;
	height: 20px;
	width: 35px;
}
#cabecera table.topcine th.first {
	width: auto;
	padding-left: 3px;
	text-align: right;
}
#cabecera table.topcine td.titulo1 {
	font-size: 12px;
	text-transform: uppercase;
	width: auto;
	border-bottom:none;
	padding-left: 2px;
	vertical-align: middle;
}
#cabecera table.topcine td.leyenda {
	width: auto;
	height: 19px;
	background: url(../0204/topcine/graficos/leyenda1.jpg) no-repeat;
	border:none;
}

/* miscelanea */
.archivo {
	font: bold 16px Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 2px;
	word-spacing: 5px;
}
.archivo a {
	color: #ff0000;
}
.archivo a:hover {
	color: #000000;
	border:0;
}
.pad {
	height: 75px;
}
.vertical-pad {
	width: 5px;
}
.toppie {
	font: 10px Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-top: 5px;
	border-top: 1px solid #CCCCCC;
	padding: 2px;
	padding-right: 2px;
}
