/*
1 - General
2 - Fonts
3 - Menú Principal
4 - Buscador
5 - Ligas y más

*/
/* * * * * * * * * * 		General 			* * * * * * * * * */
html, body {
	background: #ffffff url("../jpg/background.jpg") no-repeat fixed center top;
	color:#2F2F2F;
	margin:0;
	font: 1em Arial;
}
a {
	font-size:1em;
	color:#369;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	cursor:pointer;
}
/* * * * * * * * * * 		Fonts 				* * * * * * * * * */
.fntA12B {
	font-family:verdana;
	font-size:12px;
	font-weight:700;
	color:#184879;
	text-decoration:none
}
.fntA12B:hover {
	font-family:verdana;
	font-size:12px;
	font-weight:700;
	color:#184879;
	text-decoration:underline
}
.fntR06S {
	font-family:verdana;
	font-size:10px;
	color:#ba5112;
	text-align: right;
}
.fntG12B, .fntDG12B {
	font-family:verdana;
	font-size:12px;
	font-weight:700;
	color:#808080
}
.fntDG12B:hover {
	font-family:verdana;
	font-size:12px;
	font-weight:700;
	text-decoration:underline;
	color:#808080
}
.fntB09S, .fntB10S {
	font-family:verdana;
	font-size:10px;
	color:#fff;
	text-decoration:none;
}
.fntB11B {
	font-family:verdana;
	font-size:11px;
	font-weight:700;
	color:#fff;
}
.fntN10K {
	font-family:tahoma,sans-serif;
	font-size:10px;
	font-style:italic;
	color:#000000;
}
.fntA13B {
	font-family:verdana;
	font-size:13px;
	font-weight:700;
	color:#184879;
}
.fntN11S {
	font-family:verdana;
	font-size:11px;
	color:#818284
}
.fntG09S {
	font-family:verdana;
	font-size:10px;
	color:#808080;
}
.fntA09S {
	font-family:verdana;
	font-size:11px;
	color:#184879;
	text-decoration:none;
}
.fntA09S:hover {
	font-family:verdana;
	font-size:11px;
	color:#62AC1E;
	text-decoration:none;
}
.fntA10S {
	font-family:verdana;
	font-size:12px;
	color:#184879;
	text-decoration:none;
}
.fntA10S:hover {
	font-family:verdana;
	font-size:12px;
	color:#62AC1E;
	text-decoration:underline;
}
.fntA10B {
	font-family:verdana;
	font-size:12px;
	color:#184879;
	font-weight:bold;
}
.fntR12B {
	font-family:verdana;
	font-size:19px;
	font-weight:bold;
	color:#929292;
	text-transform:uppercase;
}
.fntV10S {
	font-family:verdana;
	font-size:.7em;
	color:#62AC1E;
	text-decoration:none;
}
.fntV12S {
	font-family:verdana;
	font-size:.8em;
	color:#62AC1E;
	text-decoration:none;
}
.fntA12S {
	font-family:verdana;
	font-size:12px;
	color:#184879
}
.fntA12S:hover {
	font-family:verdana;
	font-size:12px;
	color:#184879;
	text-decoration:underline;
	cursor:pointer
}
.fntG10S {
	font-family:verdana;
	font-size:10px;
	color:#808080
}
.fntG10S:hover {
	font-family:verdana;
	font-size:10px;
	color:#808080;
	text-decoration:underline
}
.fntG12S, .fntDG12S {
	font-family:verdana;
	font-size:12px;
	color:#808080
}
.fntG12S:hover {
	font-family:verdana;
	font-size:12px;
	color:#808080;
	text-decoration:underline
}
.fntA14B {
	font-family:verdana;
	font-size:14px;
	font-weight:700;
	color:#184879;
	text-decoration:none
}
.fntA14B:hover {
	font-family:verdana;
	font-size:14px;
	font-weight:700;
	color:#184879;
	text-decoration:underline
}
.fntN11B {
	font-family:verdana;
	font-size:11px;
	font-weight:700;
	color:#000
}
.fntA11B {
	font-family:verdana;
	font-size:11px;
	font-weight:700;
	color:#184879
}
.fntA11B:hover {
	font-family:verdana;
	font-size:11px;
	font-weight:700;
	text-decoration:underline;
	color:#184879
}
.fntB12B {
	font-family:verdana;
	font-size:12px;
	font-weight:700;
	color:#fff
}
.fntTitulo01 {
	text-transform: uppercase;
	font-weight: bold;
	color: #184879;
	margin-bottom: .5em;
	font-size: 14px;
}
.fntTitulo02 {
	font-size: 11px;
	color: #62AC1E;
	font-weight: bold;
	text-transform: uppercase;
}
.fntTitulo03 {
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: .5em;
	font-size: .9em;
}
.fntSubTitulo {
	font-size:0.8em
}
/* * * * * * * * * * 		Menú Principal 		* * * * * * * * * */
.tbMenuPrincipal {
	height:2.5em;
	background-image: url(../jpg/fondo_menu.jpg);
	text-align:left;
}
.dvMenu {
	position:relative;
	cursor:pointer;
	padding-bottom:6px;
}
.dvSubMenu {
	display:none;
	background:#737373;
	filter:alpha(opacity=95);
	opacity:0.95;
	position:absolute;
	margin-top: 0.3em !important;
	margin-top:0.8em;
	border-bottom: 2px solid #62AC1E;
	font-size: 0.8em;
}
.btIr {
	cursor:pointer;
	margin-bottom:-0.27em;
	margin-left:0.1em;
}
.ligaMenuPrincipal {
	color: #FFFFFF;
	text-decoration:none;
	cursor:pointer;
	font-size:12px;
}
.ligaMenuPrincipal:hover {
	text-decoration:underline;
	color: #FFFFFF;
}
.ligaMenuP {
	color: #FFFFFF;
	text-decoration:none;
	padding: 0px .5em;
}
.ligaMenuP:hover {
	text-decoration:none;
	color: #FFFFFF;
}
.tdMenu {
	background: url(../png/bullet_menu.png) no-repeat 4px;
	padding-left:0.9em;
	height:1.5em;
}
.menu_principal {
	height: 2.5em;
	display: block;
	overflow: hidden;
	background-image: url(../jpg/fondo_menu.jpg);
	margin-top: 0;
}
.letra_menu {
	font-size: .8em;
}
.tbMenu {
	width: 18.7em;
	background:#F0EFEA;
	border:#808080;
	border-width:1px;
	border-style:solid;
	padding-bottom:0.8em;
	text-transform:uppercase;	
}
/* * * * * * * * * * 		Buscador 			* * * * * * * * * */
#dvResultado {
	position:relative;
	width:478px;
	height:auto;
	z-index:200;
	display:none;
}
#tbResultado{
	background:#1c5688;
	filter:alpha(opacity=95);
	opacity:0.95;
}
.autocomplete {
	font-family:verdana;
	font-size:8pt;
	color:#FFFFFF;
	background-color:#7b7b7b;
	list-style-type:none;
	cursor:pointer;
	display:block;
	border-left:#BCCCDA;
	border-right:#BCCCDA;
	border-bottom:#BCCCDA;
	border-left-width:1px;
	border-right-width:1px;
	border-bottom-width:1px;
	border-left-style:solid;
	border-right-style:solid;
	border-bottom-style:solid;
	margin:0
}
.EE {
	border-right:#fff 1px solid;
	border-top:#fff 1px solid;
	border-left:#fff 1px solid;
	border-bottom:#fff 1px solid;
	border-collapse:collapse;
	empty-cells:show
}
/* * * * * * * * * * 		Ligas y Más 		* * * * * * * * * */
.ligaMenu {
	font-size: .8em;
	color: #414040;
	text-decoration:underline;
}
.ligaEnlaces {
	font-family:verdana;
	font-size:12px;
	cursor:pointer;
	color:#808080;
	text-decoration:none;
}
.ligaEnlaces:hover {
	color:#62AC1E;
	text-decoration:underline;
}
.ligaEnlacesB {
	font-family:verdana;
	font-size:12px;
	cursor:pointer;
	color:#FFFFFF;
	text-decoration:none;
}
.ligaEnlacesB:hover {
	color:#62AC1E;
}
.ligaG11S {
	font-family:verdana;
	font-size:.7em;
	color:#929292;
	text-decoration:none
}
.ligaG11S:hover {
	font-family:verdana;
	font-size:.7em;
	color:#62AC1E;
	text-decoration:underline;
}
input.textbox {
	font-family:verdana;
	font-size:12px;
	color:#000000;
	background:#ffffff;
	border:#DEDEDE;
	height:15px;
	border-style:solid;
	border-width:1px
}
.bgBuscador {
	background-image: url(../jpg/fondo-buscador.jpg);
}
.tdPadre {
	background:#717171;
	background-image: url(../jpg/fondo-caja.jpg);
}
.tbPrincipal{
	font-size:12px;
}
.piedepagina {
	border-top: 1px solid #dedde0;
	color: #808080;
	text-align: center;
	font-size:0.8em;
	padding-top: .5em;
	padding-bottom: .5em;
	background:#FFF;
}
.barra {
	height: .5em;
	background: url(../jpg/pie1.jpg);
	width: 59em;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:.5em;
}
.piedepagina_b {
	color: #808080;
	text-align: center;
	font-size:0.8em;
	background:#FFF;
}
.piedepagina_c {
	margin-right: auto;
	margin-left: auto;
	height: 8em;
	background: url(../jpg/pie.jpg);
}
.titulo_seccion {
	border-width: 2px;
	border-color: #e4e3e3;
	border-left-width: 2px;
	border-left-style: solid;
	padding-left: .3em;
	text-transform: uppercase;
	font-weight: bold;
	color: #184879;
	margin-bottom: .5em;
	font-size: 0.9em;
}
.brdTRBL {
	border-color:#62AC1E;
	border-style:solid;
	border-width:1px;
}
.sanLR10 {
	padding-left:1em;
	padding-right:1em
}
.sanLR04, .LigaPuntero {
	padding-left:0.4em;
	padding-right:0.4em
}
.tilde {
	border-width: 2px;
	border-color: #62AC1E;
	border-left-width: 2px;
	border-left-style: solid;
}