* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #6e6c5f;
	line-height: 15px;
}

html, body {
	background-color: white;
	width: 100%;
	height: 100%;
	margin: 0;	
	padding: 0;
	border: 0;			
}

body.normal {
	#behavior: url('js/iecsshover.htc'); /* Problemas de IE con :hover */
}

body.popup {
	#behavior: url('js/iecsshover.htc'); /* Problemas de IE con :hover */	
}

body.portada {
	background-color: #ffd600;
}

body.portada #intro {
	width: 100%;
    height: 100%;
}


img {
	border: 0;
}

.texto a, 
.texto a:link, 
.texto a:visited {
	text-decoration: none;
	font-weight: bold;
}

.texto a:active,
.texto a:hover {
	text-decoration: none;
	font-weight: bold;
	background-color: #ffd600;
}

.gris a, 
.gris a:link, 
.gris a:visited {
	text-decoration: none;
	font-weight: bold;
	color: white;
	background-color: none;
}

.gris a:active,
.gris a:hover {
	text-decoration: none;
	font-weight: bold;
	color: black;
}

hr {
	height: 5px;
	clear: both;
	padding: 0;
	margin: 0;
}

body.normal #pagina {
	width: 790px;
	margin: 0 auto;	
	overflow: hidden;
	border: 10px solid white;
}

table {
	padding: 0;
	margin: 0 0 1em;
	border-collapse: collapse;
	width: 100%;
}


th, td {
	border-color: #ffd600;
	border-style: solid;
	border-width: 1px 0px;	
	text-align: left;	
	padding: 2px 6px;	
	overflow: hidden;
}

th {
	background-color: #ffd600;	
	font-size: 9px;
	font-weight: bold;
}

tr.par td, td {
	background-color: #eeeeee; 	
	font-size: 9px;
}

tr.impar td {
	background-color: white;
	font-size: 9px;
}

.gris table th,
.gris table td {
	border-color: white;
    background: none;
}

.gris table th {
	background-color: white;
    color: #6E6C5F;
}


.col1, .col2 {
	padding-bottom: 3000px;
	margin-bottom: -3000px;
}

.col1 {
	float: left;
}

.col2 {
	float: right;
	margin-left: 5px;
}
.barra {
	height: 15px;
	clear: both;
	margin: auto 0;
}

.gris {
	background-color: #6e6c5f;
	color: white;
}

.plata, .plata * {
	background-color: #d1d3d4;
	color: black;
}


.pastilla, .titulo {
	height: 70px;
}

.caja {
	border-top: 5px solid white;
	width: 100%;
	overflow: hidden;
}

.imagen {
	clear: both;
}


.amarilla {
	background-color: #ffd600;
	width: 100%;
}

body#bienvenidos #cuerpo div.col1 {
	width: 315px;
}

body#bienvenidos #cuerpo div.col2 {
	width: 470px;
}



body#bienvenidos #thumbs_portada  {
	height: 426px;	
	text-align: center;
	clear: both;
    padding-left: 12px;
    _padding-left: 0;
}

body#bienvenidos .cartel_thumb {
	text-align: center;	
	display: block;
	float: left;
    margin: 12px 9px 12px 10px;
}

body#bienvenidos .cartel_thumb img{
	/* border: 1px solid black; */
	margin-bottom: 4px;
}

table.ganador {
	border: none;	
	float: left;	
	overflow: hidden;
	margin: 0 8px 16px;
	#margin: 0 8px 16px;	/* IE */
	width: 209px;
	
}

table.ganador th,  table.ganador td{
	border: none;
	text-align: left;
	background: none;	
	padding: 2px 6px;	
	font-weight: normal;
}

table.ganador caption {
	border: none;
	text-align: left;
	background: none;	
	padding: 2px 6px;
	font-weight: bold;
	text-transform: uppercase;
}


