﻿.Formulario {
    /************ Aquí **************/
    background-color: #3A2E4B; /*#154f80;*/
}

    .Formulario img {
        border: 0px;
    }

    .Formulario ul {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
    }

    .Formulario li {
        margin-top: 1px;
    }

.CintilloEncabezado {
    font: 20px "Segoe UI", Arial, sans-serif;
    color: white;
    margin-bottom: -44px;
}

    .CintilloEncabezado a:link,
    .CintilloEncabezado a:visited
    {
        text-decoration: none;
        color: White;
    }

    .CintilloEncabezado a:link:hover,
    .CintilloEncabezado a:visited:hover
    {
        text-decoration: none;
        color: white;
    }

.Encabezado {
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
}

.EncabezadoPublicidad {
    position: absolute;
    /**************** Aquí ****************/
    background-color: #3A2E4B; /*#002040;*/
    opacity: .8;
    padding-left: 2%;
    padding-right: 2%;
    width: 100%;
    z-index: 2;
}

.Logo {
    float: left;
    height: 50px;
    margin-top: 1px;
}

.EspacioLogo {
    height: 50px;
}

.LogoSubMenu {
    /*position: fixed;*/
    height: 120px;
}

.Menu {
    float: left;
}

.MenuMovil {
    display: none;
    float: left;
    padding-top: 3px;
    padding-right: 10px;
}

.Opciones {
    float: right;
    overflow: hidden;
}

.Opcion {
    position: relative;
    height: 52px;
    float: right;
    font-size: 14px;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

    .Opcion:hover {
        /*************** Aquí *********************/
        background-color: orangered; /*steelblue;*/
    }

.ImagenOpcion {
    padding-top: 18px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    float: right;
}

.LigaOpcion {
    height: 50px;
    padding-top: 16px;
    padding-right: 10px;
    text-align: right;
    font-size: 14px;
    float: right;
}

.Telefono {
    position: fixed;
    bottom: 0 !important;
    background-color: #00CC00;
    width: 100%;
    /*font-size: 14px;
    overflow: hidden;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-top: 2px;*/
    display: none;
    z-index: 5;
}

    .Telefono a:link,
    .Telefono a:visited 
    {
        color: white;
        text-decoration: none;
    }


    .Telefono a:link:hover,
    .Telefono a:visited:hover 
    {
        color: white;
        text-decoration: none;
    }

    .Telefono:hover {
        /*************** Aquí *********************/
        background-color: #00ab0e; /*steelblue;*/
    }

.ImagenTelefono {
    display: block;
}

.LigaTelefono {
    display: block;
}

.TotalNotificaciones {
    width: 52px;
    text-align: right;
    position: absolute;
    top: 1px;
    font-size: 11px;
}

.LigaTotalNotificaciones {
    color: white;
    background-color: red;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 1px;
}

.Publicidad {
    position: relative;
    width: 100%;
    z-index: 1;
}

.SinTextoPublicidad {
}

.TextoPublicidad {
    margin-top: -100px;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: .99;
}

.TituloPublicidad
{
    /*position: static;
    margin-top: -120px;*/
    left: 0px;
    font-size: 40px;
    padding-left: 2%;
    padding-right: 2%;
    color: cornflowerblue;
    text-shadow: -1px 1px 3px black;
    opacity: .85;
}

.DescripcionPublicidad
{
    font-size: 26px;
    color: white !important;
    padding-left: 2%;
    padding-right: 2%;
    font-size: 18px;
    text-shadow: -1px 1px 3px black;
    opacity: .85;
}

.VideoPublicidad {
    position: relative;
    width: 100%;
    margin-bottom: -5px;
    z-index: 1;
}

.TituloVideo
{
    position: absolute;
    top: 90px;
    left: 0px;
    font-size: 50px;
    padding-left: 2%;
    padding-right: 2%;
    color: cornflowerblue;
    text-shadow: -1px 1px 3px black;
    opacity: .5;
}

.DescripcionVideo
{
    position: absolute;
    top: 150px;
    left: 0px;
    font-size: 26px;
    color: white !important;
    padding-left: 2%;
    padding-right: 2%;
    text-shadow: -1px 1px 3px black;
    opacity: .5;
}

.flexslider
/* Afecta el color de fondo del titulo y la descripción de la publicidad*/
{
    background-color: steelblue !important;
}

.EncabezadoFinal
{
    overflow: hidden;
    clear: both;
    background-color: #01032e;
}

.Visitante
{
    float: left;
    padding-left: 2%;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 12px;
    padding-bottom: 50px;
}

.Ruta
{
    float: right;
    padding-right: 2%;
    padding-top: 6px;
    font-size: 10px;
    padding-bottom: 50px;
}

.VisitantePublicidad
{
    float: left;
    padding-left: 2%;
    padding-top: 5px;
    padding-bottom: 2px;
    font-size: 12px;
    padding-bottom: 50px;
}

.RutaPublicidad
{
    float: right;
    padding-right: 2%;
    padding-top: 6px;
    font-size: 10px;
    padding-bottom: 50px;
}

.CintilloCuerpo {
    overflow: hidden;
    clear: both;
    background-color: white;
    color: black;
}

.Cuerpo
{
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 96%;
}

.Contenido
{
    float: left;
    width: 100%;
}

    .Contenido a:link,
    .Contenido a:visited
    {
        color: blue !important;
    }

    .Contenido a:link:hover,
    .Contenido aa:visited:hover
    {
        color: orangered !important;
    }

.ContenidoConAccesosDirectos
{
    float: left;
    width: calc(100% - 310px);
}

.ContenidoOpciones
{
    display: table-cell;
}

.FamiliasArticulos
{
    float: left;
    width: 300px;
}

.AccesosDirectos
{
    float: right;
    width: 300px;
    text-align: justify;
    font-size: 16px;
}

/*.AccesosDirectosHorizontal
{
    float: left;
    width: 15%;
    min-width: 200px;
    padding: 10px;
    text-align: left;
    font-size: 16px;

    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;

}

.AccesosDirectosHorizontal:hover
{
    background-color: #fafafa;
}*/

.CentrarAccesosDirectosHorizontal {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.AccesosDirectosHorizontal {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    font-size: 16px;
    width: 15%;
    min-width: 220px;
    -webkit-filter: grayscale(100%);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

    .AccesosDirectosHorizontal:hover {
        /*background-color: #fafafa;*/
        -webkit-filter: grayscale(0%);
        transform: scale(1.1);
        -moz-transform: scale(1.1); /* Firefox */
        -webkit-transform: scale(1.1); /* Chrome - Safari */
        -o-transform: scale(1.1); /* Opera */
        -ms-transform: scale(1.1); /* IE9 */
    }

.TituloAcordion
{
    background-color: #e3eaff;
	color: #7396FF;
	cursor: pointer;
    margin-top: 10px;
}

.TituloSeleccionadoAcordion
{
	color: cornflowerblue;
	font-size: 50px;
    text-shadow: -1px 1px 3px black;
    margin-top: -5px;
}

    .TituloSeleccionadoAcordion img
    {
        display: none;
    }

.ContenidoAcordion
{
    text-align: justify;
    padding-top: 20px;
}

.TituloGeneral
{
	color: cornflowerblue;
	font-size: 50px;
    text-shadow: -1px 1px 3px black;
    margin-top: -5px;
}

.CintilloPie {
    overflow: hidden;
    background-color: #222222;
    clear: both;
    font: 12px "Arial", Segoe UI, Calibri;
}

.Pie
{
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    width: 96%;
    color: grey;
}

.EtiquetaPie
{
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.PieSegundoPanel 
{
    float: right;
    width: 300px;
}

.EtiquetaDesarrolladoPor
{
    float: right;
    font-size: 10px;
}

.TextoBuscar
{
    float: left;
    width: calc(100% - 100px);
    padding-right: 10px;
}


.NotasContactenos
{
    clear: both;
    float: left;
}

.TituloTipMapa
{
    font-size: 20px;
    text-align: left;
    color: darkblue;
    text-shadow: -1px 1px 3px black;
}

.DescripcionTipMapa
{
    font-size: 14px;
    text-align: left;
}


/* Menú Principal */ /* Nota: si se quita el div aplica para todos los menús de Telerik*/
div.Menu .rmRootGroup
{
    background: transparent !important;
    height: 50px;
    margin: 0px;
    padding: 0px;
}

div.Menu .rmRootGroup .rmItem
{
    border-right-color: silver;
    /*margin-top: -1px !important;*/
    cursor: default !important;
}

div.Menu .rmRootLink {
    border-color: transparent !important;
    height: 42px;
    margin-top: 8px;
    /**************** Aquí *******************/
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

div.Menu .rmRootGroup .rmItem.rmExpanded,
div.Menu .rmRootGroup .rmItem:hover {
    /*************** Aquí *********************/
    background-color:orangered; /*red !important;*/
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

div.Menu .rmGroup {
    /*************** Aquí *********************/
    background-color: #3A2E4B; /*blue !important;*/
    color: white !important;
}

div.Menu .rmGroup .rmLink
{
    color: white !important;
}

    div.Menu .rmGroup .rmLink:hover {
    /*************** Aquí *********************/
    background-color: orangered; /*red !important;*/

    /*color: orange !important;*/
    /*-webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;*/
    }

div.Menu a.rmExpanded
{
    cursor: default !important;
    color: white !important;
}

div.Menu .rmGroup a.rmExpanded,
div.Menu .rmGroup a.rmExpanded:hover {
    background-color: red !important;
    color: white !important;
}

.RadMenu_MetroTouch .rmRootToggle
{
    background-color: transparent !important;
    border-width: 0px !important;
    color: white !important;
}

/*.RadMenuPopup_MetroTouch .rmItem.rmSelected
{
    background-color: #3A200F !important;
}*/

/* Mapa del Sitio */
.RadTreeView a.rtIn,
.RadTreeView .rtEdit .rtIn input
{
   font-size:24px !important;
   color: #7396FF !important;
}

    .RadTreeView a.rtIn:hover
    {
        color: darkorange !important;
    }
