#header
{
	width: 950px;
	border-bottom: 1px solid #FF0000;
	margin-bottom: 5px;
}

/*CONTENEDOR ATRAPA-SESSION*/
#atrapa_session
{
	width: 950px;
	border-bottom: 1px solid #FF0000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

/*ATRAPA*/
#atrapajk
{
	background-color: #000000;
	color: #999999;
	font-size: 13px;
	float: left;
	width: 490px;
}

#img_entradajk
{
	float:left;
	width:120px;
	height:50px;
}

#img_entradajk img
{
	border:0px;
}

#texto_atrapajk
{
	float:left;
	width:200px;
	height:50px;
	text-align:center;
	/*padding-top:8px;
	padding-left:5px;
	padding-right:5px;*/
	background-image:url(Fotos/fondotex.jpg);
}

#img_atrapajk
{
	float:left;
	width:120px;
	height:50px;
}

#img_atrapajk img
{
	border:0px;
}

#control
{
	width:50px;
	height:50px;
	/*background-color: #000000;*/
	float:left;
	background-image:url(Fotos/fondonav.jpg);
	/*border-top:#333333 solid 1px;
	border-bottom:#333333 solid 1px;
	border-right:#333333 solid 1px;*/
}

#numeracion
{
	width:40px;
	height:20px;
	/*background-color: #333333;*/
	color: #999999;
	float:left;
	text-align:center;
	/*color:#0066CC;*/
	font-size:10px;
	margin-left:3px;
	/*border-bottom:#333333 solid 1px;
	border-top:#333333 solid 1px;*/
}

#navegacionjk
{
	width:50px;
	height:16px;
	float:left;
	margin-top:10px;
}

#navegacionjk img
{
	border:0px;
}

.anythingSlider                         { width: 440px; height: 50px; position: relative; float:left; }
.anythingSlider .wrapper                { width: 440px; overflow: auto; height: 50px;  position: absolute; top: 0; left: 0; margin: 0 0px;}

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; float:left; position: relative; top: 0; left:-40px; background: #000000; margin:0px;}

*:first-child+html .anythingSlider .wrapper ul  
{ width: 32700px; float:left; position: relative; top: 0; left:0px; background: #000000; margin:0px;}

.anythingSlider ul li                   {float: left; padding: 0; height: 50px; width: 440px; margin: 0; }

.anythingSlider .arrow                  { height: 0px; width: 0px;  position: absolute; top: -300px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0;}
.anythingSlider .back                   { background-position: 0 0;}
.anythingSlider .forward:hover          { background-position: 0 0;}
.anythingSlider .back:hover             { background-position: 0 0;}

#thumbNav                               { position: relative; top: 54px; text-align: center; float:left;}
#thumbNav a                             { padding-top:-5px;  color: black; font: 11px/18px Arial, Helvetica, sans-serif; display: inline-block; padding: 0px 8px; height: 15px; width:20px; margin: 0 5px 0 0; background:   #666666 ; text-align: center; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #e0a213; }

#start-stop                             { background: green; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: -45px; top: -323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*SESSION*/
#sesion {
	float: right;
	width: 450px;
	color: #CCCCCC;
}
#sesion a {
	color: #999999;
}
.ses_check {
	vertical-align: sub;
}
input.ses_check {
	width: auto;
}
input.ses_text {
	width: 150px;
	height: 15px;
	padding: 2px;
	padding-left: 5px;	
	background: #171717;
	color: #8c8c8c;
	border: 1px solid #666666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-size: 10px;
}
input.ses_text.active {
	background: #343434;
	border-color: #000;
	color: #fff;
}
input.ses_error {
	background: #432323;
	border-color: #171717;
}
input.google_text {
	width: 350px;
	height: 15px;
	padding: 2px;
	padding-left: 5px;	
	background: #171717;
	color: #8c8c8c;
	border: 1px solid #666666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-size: 10px;
}
input.google_text.active {
	background: #343434;
	border-color: #000;
	color: #fff;
}
#google_translate_element select {
	padding: 2px;
	padding-left: 5px;	
	background: #171717;
	color: #8c8c8c;
	border: 1px solid #666666;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	font-size: 10px;
}
input.error {
	background: #432323;
	border-color: #171717;
}
#error {
	color: #FF0000;
}
.ses_boton {
	font-size: 10px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
	color: white;
	background:#638cb5;
	border:0px;
	width: 70px;
	height: 20px;
}
.ses_boton:hover {
	text-decoration: underline;
	cursor: hand;
}

#sesion table {
	float: right;
	color: #999999;
	border-collapse: collapse;
}

#sesion table td {
	text-align: right;
	font-size: 12px;
}
#sesion table th {
	text-align: left;
	font-size: 12px;
	padding-top: 8px;
	font-weight: 100;
}
#sesion table th a {
	color: #0099FF;
}

/*MENU*/
#menu_bienvenida {
	font-size: 13px;
	color: white;
	width: 450px;
	text-align: left;
	border-bottom: 1px solid #FF0000;
	margin-top: 3px;
}
#menu_opciones {
	font-size: 13px;
	color: #FF9900;
	width: 450px;
	height: 20px;
	text-align: right;
	background-color: #333333;
	padding-top: 3px;
}
#menu_opciones a {
	color: #0099FF;
}
#menu_cerrar {
	font-size: 10px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
	width: 100px;
	text-align: right;
	float: right;
	margin-top: 9px;
	margin-bottom: 5px;
}
#menu_cerrar a {
	color: #FF9933;
}

/*CONTENEDOR CALENDARIO-LOGO-AUSPICIADORES-BUSCADOR*/
#log_aus_rep_bus
{
	width: 790px;
	float: left;
}

#log_aus
{
	width: 790px;
}
/*LOGO*/
#logotipo
{
	width: 250px;
	height: 120px;
	float: left;
}

/*AUSPICIADORES*/
#auspiciadores
{
	width: 540px;
	height: 90px;
	/*background-color: #FF9933;*/
	float: left;
	margin-top: 30px;
	text-align: center;
}

#rep_bus
{
	width: 790px;
}
#reproductor {
	width: 250px;
	height: 55px;
	background-color: #000000;
	float: left;
}
#bus_idi {
	width: 540px;
	float: left;
}

/*BUSCADOR*/
#buscador_google
{
	float: left;
	width: 395px;
	margin-left: 10px;
}
#idioma_google
{
	float: left;
	width: 130px;
}

#idioma_google img
{
	display: none;
}


/*CALENDARIO*/
#calendar
{
	width: 160px;
	height: 160px;
	background-color: #CC0033;
	float: right;
	background: url('../Fotos/cale7.jpg') no-repeat;
}

#calendar table
{
	text-align: center;
	font-size: 14px;
	width: 155px;
	height: 160px;
}

#calendar a
{
	color: white; 
}

#calendar table th
{
	font-size: 16px;
	border-bottom: solid 1px black;
}

#calendar table th a
{
	color: #D49311;
}

#dias
{
	color: black;
	font-weight: bold;
	border-right: solid 1px black;
	padding: 4px;
	font-size: 11px;
}

#calendar table td
{
	font-size: 11px;
}

#calendar table td a:hover
{
	background: black; 
}

#diaa
{
	background: black;
}
