/* navegabilidad */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0; }
*:focus {
  outline: 0; }

body {
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 11px;
	color: #666;
	/*background: #000;*/
	background: url(../images/bg_body.png) repeat-y center;
}

img {
	border: none;
}

.clear { clear:both; }
.centrar { text-align:center; }
.link-centrar { padding:10px 0 30px 0; text-align:center; }

/*******************************************************/
#head-navega {
	width: 958px;
	margin: 0 auto;
	padding-top:20px;
	background: #303030;
	border:1px solid #666;
}

#head-navega h1 {
	padding:20px 0;
	font-size: 2.5em;
	text-align:center;
	color: #fff;
}
#head-navega h2 {
	padding:0 0 15px 0;
	font-size: 1.5em;
	text-align:center;
	font-weight: normal;
	color: #666
}
#head-navega h3 {
	padding:0 0 15px 0;
	font-size: 1.1em;
	text-align:center;
	font-weight: normal;
	color: #666
}
#head-navega h4 {
	padding:0 0 15px 0;
	font-size: 1em;
	text-align:center;
	font-weight: normal;
	color: #666
}

#navega-patrocinador {
	font-size: 0.9em;
	text-align:center;
	font-weight: normal;
	color: #555
}
#navega-patrocinador p {
	margin:10px 0;
}
#navega-patrocinador #cerrar-left {
	float:left;
	width:110px;
}

#navega-separador {
	width: 958px;
	margin: 0 auto;
	background: #303030;
	border-left:1px solid #666;
	border-right:1px solid #666;
}

#navega-nav {
	width: 958px;
	height:20px;
	margin: 0 auto;
	margin-bottom:-2px;
	background: #303030;
	border-left:1px solid #666;
	border-right:1px solid #666;
}

/************************************************/
#menu-navega {
	width: 958px;
	height: 20px;
	margin: 0 auto;
}
#menu-navega ul {
	float: left;
	margin: 0;
	height: 20px;
	list-style: none;
}
#menu-navega li {
	display: block;
	float: left;
	width: 239px;
	height: 18px;
	padding-top:3px;
	text-align: center;
	background: url(./images/pestana_inactiva.png) no-repeat center;
}

.activa {
	background: url(./images/pestana_activa.png) no-repeat center;
}

#menu-navega a {
	text-decoration: none;
	color: #fff;
}
#menu-navega a:hover {
	color: #b8ca18;
}

#navega-detalle {
	width: 938px;
	margin: 0 auto;
	padding:0 10px;
	background:#000;
	border:1px solid #666;
	color:#666;
	line-height:2em;
}
#navega-detalle a {
	color:#666;
	text-decoration: none;
	border-bottom:1px dotted;
}
#navega-detalle a:hover {
	color:#666;
	border:none;
	
}
#navega-detalle p {
	margin-top:20px;
	margin-bottom:10px;
}
#navega-detalle span {
	font-weight: bold;
	color: #6b8e00;
}
#navega-detalle span a {
	color: #6b8e00;
}
#navega-detalle span a:hover {
	color: #6b8e00;
}

#navega-detalle #text-left {
	float:left;
	width: 460px;
	padding-right:10px;
	color:#666;
	text-align:justify;
	background:#000;
	border-right:1px solid #666;	
}
#navega-detalle #text-right {
	float:right;
	width: 400px;
	text-align:right;
	background:#000;
	color:#666;
}

#navega-consejos {
	width: 958px;
	height:20px;
	margin: 0 auto;
	background: #00afc6;
	border-left:1px solid #666;
	border-right:1px solid #666;
}
#navega-consejos #text-left {
	float:left;
	width: 100px;
	padding-top:2px;
	padding-left:10px;
	color:#fff;
}
#navega-consejos #text-right {
	float:right;
	width: 200px;
	padding-top:2px;
	padding-right:10px;
	text-align:right;
	color:#fff;
}





