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

*/
/* * * * * * * * * * 		General 			* * * * * * * * * */
html, body {
	background: #F5F5F5 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;
	padding-right:0.5em;
}
.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;
}
.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);
	padding-top:2.3em;
}
.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;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.w944{
	width:944px;
}
.w90{
	width:90px;
}


.w8{
	width:8px
}


.w704{
	width:704px;
}


.w608{
	width:608px;
}
.w632{
	width:632px;
}
.we61{
	width:61em;
}
.w60{
	width:60px;
}


.w5{
	width:5px
}


.w498{
	width:498px
}
.w490{
	width:490px;
}
.w478{
	width:478px;
}
.w40{
	width:40px
}


.w350{
	width:350px;
}
.w336{
	width:336px;
}
.w320{
	width:320px
}
.w32{
	width:32px;
}


.w200{
	width:200px;
}
.w296{
	width:296px;
}
.w224{
	width:224px;
}


.w156{
	width:156px;
}
.w150{
	width:150px;
}
.w137{
	width:137px
}
.w100{
	width:100px
}
.w14{
	width:14px
}
.w16{
	width:16px;
}
.w10{
	width:10px
}
.w1{
	width:1px;
}

/**********/

.h80{
	height:80px;
}
.h8{
	height:8px;
}


.h7{
	height:7px;
}


.h64{
	height:64px;
}
.h60{
	height:60px;
}


.h500{
	height:500px;
}
.h50{
	height:50px;
}
.h5{
	height:5px;
}


.h45{
	height:45px;
}


.h320{
	height:320px;
}
.h32{
	height:32px;
}
.h31{
	height:31px;
}
.h30{
	height:30px;
}


.h240{
	height:240px;
}
.h232{
	height:232px;
}
.h25{
	height:25px;
}
.h20{
	height:20px;
}
.h2{
	height:2px;
}


.h128{
	height:128px;
}
.h110{
	height:110px;
}
.h17{
	height:17px;
}
.h16{
	height:16px;
}
.h12{
	height:12px;
}
.h10{
	height:10px;
}
.h1{
	height:1px;
}


.he5{
	height:5em;
}
.he3_95{
	height:3.95em;
}

/* * * * * * * * * */

.bgf{
	background:#FFFFFF;
}
.pr0_7{
	padding-right:1.3em;
}
.imgNoticia{
	display:none;
}
.un{
	background:url(../jpg/fondo-ultimasnoticias.jpg);
}
.bgFA{
	background:url(../jpg/fondo_azul.jpg);
}
.pFrame{
	width: 59em;
	height: 17em;
	border:1px solid #FFFFFF;
}
.mo{
	cursor:pointer;
}
.bgef{
	background:#EFEFEF;
}

/* * * * *  PSP * * * * */

.bgeb{
	background:#EBF4FC;
}
.dvRegistros{
	display:block; 
	top:0; 
	left:0; 
	width:940px; 
	z-index:1; 
	overflow: auto;
}
.fondoTabla{
	background:url(../gif/fondo-tabla-top.gif);
}
.nodisplay{
	display:none;
}
.display{
	display:block;
}
.gob{
	background:white url("../png/gobmx.png") no-repeat 0% 50%;
}
.borderNone{
	border:none;
	padding:0;
	margin:0;
	height:0;
}
.noDisplay{
	display:none;
}
