@font-face {
	/* This declaration targets Internet Explorer */
	font-family: 'HelveticaNeueThin';
	src: url('fonts/hlt_____-webfont.eot');
}

@font-face {
	/* This declaration targets everything else */
	font-family: 'HelveticaNeueThin';
	src: url(//:) format('no404'), url('fonts/hlt_____-webfont.woff') format('woff'), url('fonts/hlt_____-webfont.ttf') format('truetype'), url('fonts/hlt_____-webfont.svg#webfontcYUkl0Jb') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* HTML */
#Body { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; background-image: url(images/bkgd.jpg); background-repeat: repeat-x; background-color: #000;}

.a_PiePagina {font-family: Arial, Helvetica, sans-serif;	font-size: 11px; color: #000;}
.a_TitulosHome {	font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; color: #FFF;}
.a_TextoHome { font-family: Verdana, Geneva, sans-serif;	font-size: 11px; color: #FFF;}
.a_SubtituloRojo { font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; color: #C00; } 
.a_SubtituloNegro { font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; color: #000; }
a:link {	color: #C00;}
a:visited { color: #C00;}
a:hover { color: #F00;}
a:active { color: #C00;}

.login, a.login, a.login:link, a.login:hover, a.login:visited {color: #000000;}

.a_TituloPag {
    font-family: 'HelveticaNeueThin';
    font-size: 35px;
    color: #C00;
    font-weight: normal;
}
.a_SubtituloPag {
    font-family: 'HelveticaNeueThin';
    font-size: 30px;
    color: #000;
    font-weight: normal;
}
.a_TextoCab {
    font-family: 'HelveticaNeueThin';
    font-size: 25px;
    color: #666;
    font-weight: bold;
}

/* DIVS */
.nivel0 {display: table; height: 100%; width: 100%;  background-image: url(images/bkgd.jpg); background-repeat: repeat-x; background-color: #000;}
.nivel1 {display: table; margin: 0 auto; padding: 0; width: 980px;}

.header {display: table-row; margin: 0; padding: 0; width: 980px; height: 251px}
.content1 {display: table-row; margin: 0; padding: 0; width: 980px}
.content1_01 {display: table-cell; float: left; width: 277px}
.content1_02 {display: table-cell; float: left; width: 703px;}
.limpiar_float {clear: both; font-size: 0; height: 0; line-height: 0;}

.t-row {display: table-row;}

#footer { clear: both; width: 100%; background-image:url(images/bkgdPie.gif); height:90px}
.footer-table {clear:both; display: table; margin: 0 auto; padding: 15px; width: 980px; clear:both; table-layout: fixed; border-collapse: collapse; }
.footer-table-cell01 { display: table-cell; width: 826px; vertical-align: middle;}
.footer-table-cell02 { display: table-cell; text-align: right;  width: 154px; height:60px;}

#menuLeft { width:190px}

/*
DNNNAV MENU V2
.m          All Sub Menu                .m      All Sub Menus
.m[level]   Sub Menu at level x         .m0     First level sub menus

.mid[id]    Sub Menu with id x          .mid39  DNN Admin Sub Menu
.break      Break                       .break  All menu breaks
.mi         Menu Item (all)             .mi     All Menu Items
.id         Menu Item with id x         .id41   Menu Item with id 41
.mi[path]   Menu Item in specific path  .mi0    First Menu Item (Home)
                                        .mi1-0  First child of second root menu (Admin-Site Settings)   

.root       Root Menu Item              .root   All root menu items
.first      First Menu Item             .first  First menu item in each menu
.last       Last Menu Item              .last   Last menu item in each menu
                                        .first.last First & Last menu item in each menu

.icn        Icon
.hov        Hover
.sel        Selected
.bc         BreadCrumb
.txt        Menu Text (coming soon!)
*/

.leftMenu            { font-family: Tahoma; cursor: hand; font-size: 15px; background-color:transparent;}
.leftMenu .root      { text-decoration: none; color: white; font-size: 15px; vertical-align: middle; font-family: Tahoma; text-align:left; white-space:nowrap; margin-right: 1px;}
.leftMenu .root span { }
.leftmenu .m         { color: white; font-size: 12px; vertical-align: middle; font-family: Tahoma}
.leftMenu .hov       { color:#CC3333; background-color:#333333;}
.leftMenu .sel, 
.leftMenu .bc        { color: #CC3333; }
.leftMenu table      { border:1px solid #000; z-index: 5000; }
.leftMenu tr.mi      { background-color:#333333; z-index: 1000; font-size: 12px; text-align:left; color:white; text-transform:none; }
.leftMenu tr.mi td   { padding: 0 2px; text-transform:none; }
.leftMenu tr.hov     { background-color: #333333 ; }
.leftMenu tr.hov td  { color: #CC3333; }
.leftMenu tr.sel,
.leftMenu tr.bc      { background-color: #333333; color: #CC3333;}
.leftMenu tr.sel td,
.leftMenu tr.bc td   { color:#CC3333;}







