@charset "UTF-8";
/* CSS Document */
/******** RESET A ESTILOS  ***************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}
body {
     line-height: 1
}
:focus {
     outline: 0
}
ol, ul {
     list-style: none
}
table {
     border-collapse: collapse;
     border-spacing: 0
}
blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}
blockquote, q {
     quotes: "" ""
}
input, textarea {
     margin: 0;
     padding: 0;
	 overflow: auto;
}
hr {
     margin: 0;
     padding: 0;
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}
/********  FIN DE RESET  **********/

.clear{
	clear: both;
}
.clear30{
	clear: both;
	height:10px;
}
img{
	border:none;
}
#header{
	padding:0 0 15px 0;
}

#contenedor_principal{
	width:600px;
	
}

.titulo_bloque{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#900;
	margin:15px 0 0 15px;
}

.subtitulo_bloque{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color:#333;
	margin:15px 0 0 15px;
}

.nombre_jugador{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bolder;
	color:#fff;
	margin:15px 0 0 15px;
}


#sumario_int{
	font-family:Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	font-size:14px;
	color:#717171;
}

#img_desempleado {
	width: 260px;
	height: 157px;
	float: left;
	margin: 15px;
}

#requisitos_desempleado {
	float:left;
	width:275px;
	margin:15px 15px 15px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
}

#requisitos_desempleado ul {
	list-style:circle;
	margin-left:5px;
}

#requisitos_desempleado ul li {
	margin-bottom:8px;
}

#contenido_flip{
	padding:0;
	margin:15px 0 0 15px;
	width:580px;
	height:auto;	
	}




/*  	ESTILOS PARA PESTAÑAS Y GRÁFICOS  */

 ul.tabs {
	margin:0 15px;
	padding-left: 1px;
	float: left;
	list-style: none;
	width: 570px;
	background:url(img/menu_bg.png);
}
ul.tabs li {
	float: left;
	margin: 0;
	padding:0;
	height: 30px;
	line-height:30px;
	margin-bottom: 1px;
	overflow: hidden;
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	.
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
}
ul.tabs li a {
	text-decoration: none;
	color: #333;
	display: block;
	font-size: 1em;
	padding: 0 15px;
	outline: none;
}
ul.tabs li a:hover {
	text-decoration:underline;
}
ul.tabs li.active a{
	background:url(img/menu_bg_active.png);
	color: #fff;
	border-right:none;
	float:left;
}

 .tab_container {
	border-top: none;
	overflow: hidden;
	width:600px;
	padding-bottom:10px;
	text-align:center;
}
.tab_content {	
	font-size: 1.2em;
}
#menuP{
}
.no_pregunta{
	color:#9f9f9f;
	font-family: SohoStd-Medium, Helvetica, sans-serif;
	font-size:13px;
	
}
.pregunta {
	padding: 2px 0px 20px;
	color: #333;
	font:bold 16px Georgia, "Times New Roman", Times, serif;
	width: 800px;
	margin: 0 auto;
	line-height: 23px;
	text-transform:uppercase;
	/*text-shadow: 0 1px #504f50;*/
}

.intro_grafica {
	margin:0 15px;
	width:570px;	
}


.intro_grafica p{
	font-size:13px;
	text-align:left;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;
	margin:10px 0;
}

#intro_graf_foto {
	float:left;
	width:100px;
	height:100px;
	margin:0 20px 20px 0;
}

.flota_foto {
	float:left;
	width:440px;
}


.graficop img{
	border:none;
}
#nota_pregunta{
	font:13px  Arial, Helvetica, sans-serif;
	padding: 15px 0;
	color:#333;
}

.clearfloat {
	clear:both;
}

#footer {
	margin:0 15px;
	font-size:11px;
	line-height:14px;
	color:#666;
}
/**************************************/
