﻿.display-great {
    display:none;
}

.display-mini {
    display:none;
}

.width_3Cols {
    width: 33.33%;
}

.display_AllPage{
     width: 955px;
     margin:auto;
}

.igdm_MenuItemVerticalLink
{
    font-size:60px;
    font-weight:bold;
    color:#FFFFFF;
}
body
{	
	font-family:Arial;
    font-size: 12pt;
    color: darkslategray;
	background-color:rgba(25, 81, 126, 0.07);
	margin: 0px;
    padding: 0px;
    text-align:left;
    text-align:center;
	background-repeat:repeat-x;
    
}

h1 {
    font-size: 34px;
    color: white;
    margin: auto;
    text-shadow: 4px 4px 2px black;
    text-align:center;
 
}

h2 {
    font-size: 26px;
    color: white;
    margin: auto;
    text-shadow: 2px 2px 2px black;
    text-align:center;
}

h3 {
    font-size: 24px;
    text-align: center;
    color: #056ea8;
    margin: auto;
}

b {
    color: #094f7b;
}


h4
{
   
	font-size:22px;
	font-style:italic;
	color:#056ea8;
    margin-bottom:4px;
    margin-top:4px;
}

h5
{
	font-weight:bold;
}

.textoBlanco {
    color:white;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

p
{
     margin-bottom:4px;
     margin-top:4px;
}

table {
    margin: auto;
}



.encabezadoMenu {
    background-repeat:repeat-x;
    width: 100%;
    margin:auto;
}

.bannerInicio {
    background-repeat:repeat-x;
    background-image: url('../../img/bkg_banner.png');
    width:100%;
}

.bannerInicio_Inicio {
    height:300px;
}

.piePagina {
    background-image: url('~/img/bkg_footer.gif');
    background-color: #9c9c9c;
    background-repeat: repeat;
    width: 100%;
    text-align: center;
    margin: auto;
}

.separator {
    background-image: url('../../img/gdr_footer_separador.gif');
    background-repeat: repeat-x;
    height: 8px;
    width: 100%;
}

#telefonoMaster {
    background-image: url('../../img/bkg_telefono.png');
    background-repeat: repeat-x;
    text-shadow: 1px 1px 1px black;
    width: 253px;
    height: 96px;
    z-index: 100;
    color: white;
    font-size: 19px;
    text-align: center;
    font-weight: bold;
    margin: auto;
    position: relative;
    float: right;
    top: 1px;
    right: 1px;
    display:compact;
}

#divPrincipal {
    background-color:white;
}

.button {
    font-size: 16px;
    text-align: center;
    color: white;
    background-image: url('../../img/sprt_enviar.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
    text-shadow: 0px -1px #095e93;
    background-color: transparent;
    cursor: pointer;
    border: none;
    Height: 47px;
    Width: 109px;
    margin-left:0px;
    margin-right:0px;
}
    .button:hover {
        background-position-x:-112px;
        background-position-y:0px;
    }

.button2 {
    font-size: 18px;
    text-align: center;
    color: white;
    background-image: url('../../img/btnIni.png');
    background-repeat:repeat-x;
    cursor: pointer;
    margin:5px 10px 5px 10px;
    padding: 5px 10px 5px 10px;
    display:inline-block;
    background-color:transparent;
}

 .button2:hover {
    background-image: url('../../img/btnFin.png');
    background-repeat:repeat-x;
    }


a {
    font-variant:normal;
    color:#ff6a00;
    text-decoration:none;
}

#listaVerde li {
    font-size: 26px;
    color: white;
    margin: auto;
    margin-left: 40px;
    padding-bottom:10px;
}

.li-AdMovil {
    list-style-image: url('../../img/ul.png');
    list-style-position:inside;
}

p {
    margin-top:8px;
    margin-bottom:8px;
}

    #menu a:hover {
    background-image: url('../../img/btnFin.png');
    color:white;
    }

.tableMenu tr td:hover {
    background-color:#f6f9fb;
    }

.tableMenu tr td {
   padding-left:5px;
   padding-right:5px;
   padding-top:10px;
}

.withItemMenu {
    width: 112px;
}

.igdm_NautilusMenuItemHorizontalRootLink {
    font-size: 14px;
}

.igdm_NautilusMenuItemVerticalRootLink {
    font-size: 14px;
    
}

.textoResaltado {
    color:red;
    font-weight:bold;
}
 
