*,body{
		margin: 0px;
		padding: 0px;
		font-family: Arial;
		font-size: 13px;
	}
	body{
		background: #f8fcff;
	}
	a { text-decoration:none; }
	a:hover { text-decoration:underline; }
	a img{
		text-decoration: none;
		border: 0px solid;
	}
p { line-height:1.5em; }
	
#barra_arriba{
	width: 100%;
	height: 38px;
	margin: 0px;
	background: transparent url(/images/bg_barra_arriba.png) repeat-x top left;
	position: relative;
	z-index:10;
}
#barra_arriba p{
	position: relative;
	top: 3px;
}
#barra_arriba .fconnect{
	position: relative;
	top: 1px;
	margin-left: 5px;
}
#barra_arriba .login{
	position: relative;
	top: 5px;
	margin-left: 5px;
	vertical-align: top;
	font-size: 13px;
	color: #536da4;
	text-decoration:none;
}
#barra_arriba a:hover.login{		
	text-decoration:underline;
}
#barra_arriba ul.menu{
	list-style: none;
	height: 38px;
	position: absolute;
	top: 0px;
	right: 13px;
}

#barra_arriba ul.menu li.pnivel,#barra_arriba ul.menu li.first{
	display: inline;
	position: relative;
	top: 8px;
	padding-left: 20px;
	padding-right: 10px;
	color: gray;
	background: transparent url(/images/pin.png) no-repeat bottom left;
}
#barra_arriba ul.menu li a{
	color: gray;
	text-decoration:none;
}

#barra_arriba ul.menu li a:hover{
	color: gray;
	text-decoration:underline;
}

#barra_arriba ul.menu li.first{
	background-image: none;
}
	
	#cuerpo{
		
		position: relative;
		margin: 0px;
		top: 0px;
		background: transparent url(/images/logo_fondo.png) no-repeat top center;
	}
	#contenido_gen{
		position: relative;
		width: 900px;
		margin: 0px auto;
		
		height: 600px;
	}
	#col1{
		margin-top:10px;
		width: 200px;
		float: left;		
	}
	#col2{
		width: 690px;
		float: left;		
	}
	
	#logo{
		z-index: 2;
		width: 123px;
		height: 42px;
		margin-left: 25px;
		margin-bottom: 10px;
	}
	
	.titulo{
		padding-top:10px;
		color: #b38e1d;
		font-size: 18px;
		text-align: left;
		margin-bottom: 22px;
	}
	.bloque{
		margin-bottom: 40px;
		color: #5f5f5f;
	}
	.bloque a{
		color: #4d9eb0;
	}
	/*PANELES*/
	.panel{
		width: 176px;
	}
	.wrap_panel{
		padding:10px;
		color: black;
	}
	.panel ul li{
		list-style: none;
		margin-top: 3px;
		padding-left: 10px;
	}
	.wrap_panel a{
		color: black;		
		text-decoration: none;
		}
	.wrap_panel a:hover{
		text-decoration: underline;		
		}
	.wrap_panel a.selected { text-decoration:underline; }
	#panel1 .wrap_panel{
		background: transparent url(/images/panel1_bg1.png) no-repeat left bottom;
	}
	#panel1{
		background: transparent url(/images/panel1_bg2.png) repeat-y left top;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	#panel2 .wrap_panel{
		background: transparent url(/images/panel2_bg1.png) no-repeat left bottom;
	}
	#panel2{
		background: transparent url(/images/panel2_bg2.png) repeat-y left top;
	}
	/*FIN PANELES*/
	/*TABLAS*/
	table{
		border-collapse: collapse;
		margin: 0 auto;
	}
	tr.cab{
		height: 26px;
		font-size: 12px;
		color: #dae3ea;
		background: #4d86a4 url(/images/tr_bg.png) no-repeat bottom right;
	}
	tr.par, tr.rowA{
		font-size: 12px;
		color: gray;
		background: #f8fcff url(/images/tr_bg2.png) repeat-x bottom left;
	}
	tr.impar, tr.rowB {
		font-size: 12px;
		color: gray;
		background: white url(/images/tr_bg2.png) repeat-x bottom left;
	}
	tr.destacado,td.destacado {
		font-size: 12px;
		color: gray;
		font-weight:bold;
		background-color: #ffffb9;
	}
	th, td{
		text-align: left;
		padding: 0 10px;
	}
	td{
		padding: 10px 10px;
	}
	
	.col1{
		width: 100px;
	}
	.col2{
		width: 250px;
	}
	.col3{
		width: 50px;
	}
	/*FIN TABLAS*/
	/*FORMULARIO*/
	input{
		border: 1px solid gray;
		color: #4d86a4;
	}
	input.check { border: 0px solid gray !important; }
	.boton{
		color: gray;
		cursor: pointer;
	}
	.fila{
		width: 405px;
	}
	form .fila,
	form .fila .descr,
	form .fila .caja{
		height: 30px;
	}
	form .fila .descr{
		width: 100px;
		float: left;
	}
	form .fila .caja{
		width: 300px;
		float: left;
	}
	/*FIN FORMULARIO*/
	#popup{
		width: 207px;
		height: 107px;
		background: transparent url(/images/popup.png) no-repeat top left;
		position: absolute;
		top: 23px;
		left: 258px;
		z-index: 4;
		color: #87720e;
		display: none;
	}
	#popup div{
		position: relative;
		top: 20px;
		left: 15px;
	}
	#barra_pie{
	clear:both;	
	width: 100%;
	height: 38px;
	margin: 0px;
	background: transparent url(/images/bg_barra_arriba.png) repeat-x top left;
	position: relative;
}
#barra_pie p{
	text-align:center;
	top:3px;
	position:relative;
	color:#000000;
}
#barra_pie p a { color:gray }
p { margin-bottom: 10px; }
.registertxt p ,.registertxt label, .registertxt .regfld { font-size:1.2em; }
.regintro { margin-bottom: 30px; }
.registertxt label { width: 9em; float: left; font-weight:bold; text-align: right; margin-right: 0.5em; display: block }
.responseok { font-weight: bold; color:#558800 !important; }
.responsenok { font-weight: bold; color:#993300; }
a.responsenok { font-weight: bold; color:#993300; }
.passweak{ font-weight: bold; color:#dd8800; }
.verde { color:#558800 !important; }
.negro { color:#000000 !important; }
.rojo { color:#993300 !important; }
.webform { margin-left:2em; margin-right:3em; border: none 1px #efefef;  }
.msgwebform { text-align:center !important; color: #558800; font-weight: bold; font-size: 1.2em; }
.cursiva {font-style:italic; }
.cursivarojo {font-style:italic; color:#993300;}
.langsel {  font-size:12px; margin-left:10px; margin-top:2px; width:80px}
.usererror,.logout { color:#993300 !important; font-weight:bold !important; margin-bottom:0.8em; }
.yourshows a { font-size:10px; color:gray;}
.resaltedshow { color:gray; font-size:12px !important; }
p.yourshows { position:relative; top: 73px; font-size:10px; }
.yourshows .label { font-size:10px; font-weight:bold; color:#536da4;}
.post h3 { font-size:14px !important; padding-right:12px; padding-top:12px !important; }
.post h2 { color:#006699; margin-right: 12px; font-size:16px; }
.commentlist li { margin-top:15px; line-height:1.5em; }
ol { margin-left:20px; }
h2.pagetitle { font-size:14px !important; margin-bottom: 24px; }
.post .entry { margin-top:12px; }
#rssWin_content div { background-color:#f8fcff; }
.normal { font-weight:normal !important;}
ul.rssul { padding-top:10px; padding-bottom:20px; }
.rssul a { color:#006699 !important; }
.designby { width:100%; text-align:right; font-size:10px; color:gray;  }
.designby p,.designby a { font-size:10px !important; color:gray !important;  }
.warningpeq { color:#993300 !important; font-size:0.8em !important; font-style:italic !important; margin-top:5px !important;}
.warningpeq a { color:#536da4 !important; font-size:1em !important; font-style:italic !important; }
.resaltedTor { font-weight:bold; height:53px; width:690px; background: transparent url(/images/bg_resaltado.png) no-repeat top left; }
.resaltedTor p { padding: 17px; }
.big{ font-size:1.5em; }
.bigger{ font-size:2em; }
.biggest{ font-size:2.5em; }
p#showlist { line-height:2.5em; text-align:center}
#searchform #s { width:130px; }
.post h2  { margin-bottom:10px;}
.post h2 a { font-size:16px !important; color:#15536F; }
.widgettitle { margin-top:10px; }
.widget li { color:#15536F; }
.widget li a { color:#15536F; }
/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
.navigation {
	display: block;
	text-align: center;	
	margin-bottom: 50px;
	}
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.wrap_panel ul { width:169px; overflow:hidden}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
.post { background-color:white; border:1px solid gray; padding: 5px}
a.enlace { color:#006699 !important; }
#sobre_login input{ border: 1px solid gray;color: #4d86a4; }
#sobre_login label { width: 65px; float: left; font-weight:bold; text-align: right; margin-right: 5px; display: block }
#t_subm { margin-left:73px; }
#rememberdiv { margin-left:70px; }
#userform p { margin-bottom:10px; }
.menuMiddle p, .menuMiddle li, .menuMiddle option { color:#5f5f5f; }
.menuMiddle { margin-bottom:15px; width:154px; background-color:#f8fcff; border:1px solid #dcdcdc !important; padding:10px; }
.menuMiddle a.notaired { color:#9f5f5f; }
.descJuego { font-style:italic; font-size:14px; }
.imgJuego { text-align:center; width:100%; }
.juegoSeries { margin-top:100px; }
a.juegoSerie { font-size:16px !important; }
#showgame { margin-top:100px; }
.gameTimer { margin-top:50px; font-size:32px; color:green; font-weight:bold; }
.dostartgame { font-size:16px !important; font-weight:bold; display:block; margin-top:50px;}
.finalGame { font-size:14px; margin-top:25px}
.finalGame a { font-size: 14px !important; }
#gamePos { font-size: 24px; color:darkred; font-weight:bold; text-align:center; }
.gameResult { padding-top:30px; padding-bottom:20px; }
.menu li ul.snivel,.menu li ul.snivel2 {display:block;z-index:1000; position: absolute;width: 120px;left: -999em ;list-style: none;line-height:20px;background: transparent url(/images/bg_menu.png) no-repeat top right;border:1px solid #cfcfcf;padding:5px;}
.menu li ul.snivel2 {width: 63px;}
.menu li:hover ul.snivel,.menu li.sfhover ul.snivel,.menu li:hover ul.snivel2,.menu li.sfhover ul.snivel2 { position:absolute; left: 0px; top:15px;	display:block;}