@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 10px;
	background-image: url(../img/bg-2010.gif);
	background-repeat: repeat;
	background-position: center top;
	background-attachment:fixed;
	margin: 0 0 0 0;
	}

a:hover {
	outline-style: none;
	}

#contenedor {
	width: 800px;
	margin-top: 0px;
	margin: 0 auto;
	font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color:#999;
	}
	
#content {
	width: 400px
}

#cabecera {
	width: 400px;
	height: 800px;
	padding-bottom:20px;
	position:fixed;
	margin: 0 auto;
	text-align: center;
	visibility: hidden;
	}
		

#contenido {
	width: 400px;
	line-height: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 12px;
	position: fixed;
	}

#contrataciones {
	font-size: 10px;
	line-height: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
    /*border-bottom:1px dotted #00ff00;*/
    border-top:1px dotted #00ff00;
	}
	
#contenido a {
	text-decoration:none;
	outline-style: none;
	}

#contenido a:hover {
	text-decoration:none;
	outline-style: none;
	}

#footer {
	width: 400px;
	height: 35px;
	background-image: url(../img/bottom_columna.png);
	background-position: bottom;
	font-size: 10px;
	font-style: normal;
	letter-spacing: normal;
	color: #333;
	position: fixed;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 7px;
	}
	
.footer_titulos {
	color: #00FF00;
	line-height: 18px;
	}
	
.info_footer{
	font-size: 9px;
	color: #888;
	text-align: left;
	padding-bottom: 6px;
}

#footer a{
	color: #999;
	text-decoration:none;
	outline-style: none;
	}

#footer a:hover{
	color: #999;
	text-decoration:none;
	outline-style: none;
	}

#footer_izquierda {
	width: 290px;
	float: left;
	text-align: left;
	}
	
#footer_derecha {
	width: 40px;
	float: right;
	text-align: rigth;
	}

.titulo_fecha {
	text-align: center;
	font-size: 18px;
	color: #fff;
	padding-top: 20px;
	padding-bottom: 10px;
	}

.titulos_datos {
	color: #00FF00;
	}

.textos_fechas {
	color: #CCC;
	letter-spacing: normal;
	}

.titulos_anticipadas {
	font-size: 11px;
	line-height: 18px;
	color: #00FF00;
	}
	
.titulos_otros {
	line-height: 18px;
	color: #999;
	}
	
.proximos_titulo {
	text-align: center;
	}
	
.anticipadas_nombre {
	font-style: normal;
	letter-spacing: normal;
	line-height: 14px;
	color: #666;
	}
	

.anticipadas_datos {
	font-size: 11px;
	font-style: normal;
	letter-spacing: inherit;
	color: #999;
	}
	
.footer_nombre {
	font-style: normal;
	letter-spacing: normal;
	line-height: 14px;
	color: #CCCCCC;
	}