@charset "UTF-8";
/* Vanadium Styles */ 
.banner{
	background-image: url('../img/Banner_Ranking_PromoMadrid.png');
	background-repeat:no-repeat;
	width:290px;
	height:222px;
}
div.vanadium-invalid {
  border-color: red !important;
  border-style: solid !important;
}
div.vanadium-valid {
  border-color: green !important;
  border-style: solid !important;
}
.vanadium-message-value {
  font-style: italic;
  text-decoration: underline;
}
.vanadium-advice.vanadium-invalid, .vanadium-advice.vanadium-invalid * {
  color: red;
}
/*div {
  margin: 10px;
  padding: 10px;
  border-color: blue;
  border-style: solid;
}*/
input.vanadium-valid {
  border-color: greenyellow;
}
input.vanadium-invalid {
  border-color: pink;
}
#messages {
  height: 70px;
  padding: 0;
  border-color: yellow;
}
input.vanadium-valid ~ .vanadium-valid-advice {
  display: inline !important;
  color: green;
}

tr#max_digito {
	font-size:10px;
	width:100%;
}
td#premios {
	width:50%;
}
.div-module{
	float:left;
	border-width:1px;
	border-style:solid;
	border-color:black;
	color:#752c1c;
}
.graph {
	float:left;
	color:#666666;
	font-family:verdana,Arial,"Trebuchet MS",Tahoma;
	font-weight:normal;
	line-height:18px;
	font-size:14px;
	margin-bottom:3px;
	margin-top:8px;
}
.wrapper {
	float:left;
	clear:both;
	text-align:left;
	width:980px;
	color:#666666;
	font-family:verdana,Arial,"Trebuchet MS",Tahoma;
	font-weight:normal;
	line-height:18px;
	
}
.cabecera {
	height:105px;
	background-image: url('../img/cabecera.png');
	width:100%;
}
.menu {
	width:100%;
	text-align:left;
	margin-top:0px;
	border-collapse:collapse;
	border-spacing:0px;
	background-image: url('../img/menu.png');
	background-repeat:repeat-x;
}
/*li { 
	list-style-image: url('../img/li.png');
	margin:0px;
	padding-top:1px;
}
ul {
	margin:0px;
	padding-top:1px;
}*/
a {
	color:#752c1c;
	border-style:none;
	text-decoration:none;
}
a:hover {
	color:#ffffff;
	border-style:none;
	text-decoration:none;
	
}
a:visited {
	text-decoration:none;
	border-style:none;
	text-decoration:none;
	color:#000000;
}
td#sec {
	font-size:12px;
	color:#003366;
	padding:1px 10px 1px 10px;
	text-align:center;
}
td#sec:hover {
	font-size:12px;
	background-image: url('../img/menu_hover.png');
	background-repeat:repeat-x;
	text-align:center;
	padding:1px 10px 1px 10px;   
}
#evo:hover {
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	width:10px;
	height:10px;
}
.select {
	color:#666666;
	font-family:verdana,Arial,"Trebuchet MS",Tahoma;
	font-weight:normal;
	line-height:18px;
	font-size:10px;
	text-align:left;
}
.modulo{
	background-image: url('../img/fondo_modulo.png');
	background-repeat:repeat-x;
}
table#top_ten {
	font-size:10px;
	background-image: url('../img/fondo_modulo.png');
	background-repeat:repeat-x;
font-family: Arial,Helvetica,"Nimbus Sans L",sans-serif
}
table#patro {
	font-size:10px;
	background-image: url('../img/fondo_patro.png');
	background-repeat:repeat-x;
font-family: Arial,Helvetica,"Nimbus Sans L",sans-serif
}
.pad {
	padding-right:3px;
	height:12px;
}
.pad1 {
	padding-right:3px;
	height:12px;
	text-align:center;
}
#more {
	display:none;
}
.search {
	background-image: url('../img/fondo_search.png');
	background-repeat:repeat-x;
	color:#666666;
	font-size:12px;
	font-family:verdana,Arial,"Trebuchet MS",Tahoma;
	font-weight:normal;
	line-height:18px;
	height:30px;
}
h4 {
	margin-bottom:0px;
	padding-bottom:0px;

}
/* 
================================================
autosuggest, inquisitor style
================================================
*/

body
{
	position: relative;
}


div.autosuggest
{
	position: absolute;
	background-image: url('../img/as_pointer.gif');
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	width:200px;
}

div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
	position: relative;
	height: 6px;
	padding: 0 6px;
	background-image: url('../img/ul_corner_tr.gif');
	background-position: top right;
	background-repeat: no-repeat;
	overflow: hidden;
}
div.autosuggest div.as_footer
{
	background-image: url('../img/ul_corner_br.gif');
}

div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 6px;
	background-image: url('../img/ul_corner_tl.gif');
	background-position: top left;
	background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
	background-image: url('../img/ul_corner_bl.gif');
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
	height: 6px;
	overflow: hidden;
	background-color: #333;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0 0 -4px 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

div.autosuggest ul li
{
	color: #ccc;
	padding: 0;
	margin: 0 4px 4px;
	text-align: left;
}

div.autosuggest ul li a
{
	color: #ccc;
	display: block;
	text-decoration: none;
	background-color: transparent;
	text-shadow: #000 0px 0px 5px;
	position: relative;
	padding: 0;
	width: 100%;
}
div.autosuggest ul li a:hover
{
	background-color: #444;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
	font-weight: bold;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
	background-image: url('../img/hl_corner_br.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.autosuggest ul li.as_highlight a span
{
	background-image: url('../img/hl_corner_bl.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	background-image: transparent;
	background-repeat: no-repeat;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
	left: 0;
	background-image: url('../img/hl_corner_tl.gif');
	background-position: bottom left;
}

div.autosuggest ul li.as_highlight a .tr
{
	right: 0;
	background-image: url('../img/hl_corner_tr.gif');
	background-position: bottom right;
}

div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	color: #6EADE7;
}
.wrapper {
	float:left;
	clear:both;
	text-align:left;
}
.h1 {
	text-align:center;
}
.content{
	text-align:left;
	width:660px;
	height:310px;
	border:0px;
	font-size:12px;
}
.tr {
	clear:both;
	font-size:10px;
	width:100%;
}
.texttd  {
	text-align:left;
	font-size:bold;
	float:left;
	width:150px;
	margin-right:5px;
	padding-left:20px;
	font-family:verdana,Arial,"Trebuchet MS",Tahoma;
	font-size:12px;
	height:20px;
	padding-top:4px;
}
.inputtd {
	text-align:left;
	float:left;
	font-family:verdana,Arial,"Trebuchet MS",Tahoma;
	font-size:10px;
	width:450px;
}
input {
	width:200px;
}
.select {
	width:150px;
}
.radio {
	width:10px;
}
.cabecera {
	width:980px;
}
.menu {
	background-image: url('../img/menu.png');
	background-repeat:repeat-x;	
}
div#load {
	position: absolute;
	top:220px;
	left:200px;
	width:400px;
	height:200px;
	text-align:center;
	background-color:#FFFFFF;
	border-width:1px;
	border-color:#000000;
	border-style:solid;
	display:none;
	font-size:14px;
	color:#666666;
	font-family:verdana,Arial,"Trebuchet MS",Tahoma;
	font-weight:normal;
	line-height:18px;
	
}
div#top_ten {
	margin-bottom:5px;
}

