﻿body
{
	background: url(//pago.smc.cl/CSS/img/pudahuel/fondoexterno.gif) fixed repeat-x left top;
}

.Tabla_Banner
{
	width: 547px;
}
a
th
{
    background-color: #5D7B9D;
    text-align: left;
}
.TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #353E49;
	line-height: 15px;
	background-color:White;
}

.TD_SUBRAYADO
{
	BORDER-BOTTOM: silver 1px solid;  
}

.titulo_banner
{
    font-size: 22px;
    color: #999999;
    font-weight: bold;
}

.Subtitulo_banner
{
	color:#213E4E; 
	font-weight: normal; 
	text-decoration: none;
	font-size: 14px;
}

.label
{
	color:#213E4E; 
	font-weight: normal; 
	text-decoration: none;
	font-size: 12px;
}

.label_resalte
{
	color: #01429A;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

.FormaCONCHALInu
{
    /*background: url(../img/CONCHALI/fondo_menu_sup.gif) fixed repeat-x left top;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    color: #000000;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.TD_LOGO_BANNER
{
	width: 200px;
	height: 84px;
	vertical-align: text-top;
	background : url(//pago.smc.cl/CSS/img/pudahuel/LOGO.gif) no-repeat;
}

.TD_Superior_Principal
{
	WIDTH: 800px; 
	HEIGHT: 100px 
}

.TD_Cuerpo_Principal
{
	width: 770px;
	height: 400px;
	vertical-align: text-top;
	margin-top: 0px;
	
}

/*Linea Borde isquierdo*/
.Lin1
{
	 /*background-color:#CCCCCC;*/
}
/*Linea Borde isquierdo (Sombra)*/
.Lin2
{
	/*background-color: #E5E5E5;*/
	color: #E5E5E5;
	width: 10px;
}

/*Linea Borde Derecho*/
.Lin3
{
	/*background-color:#10205D;*/
}

/*Estilo de Nombre de Comuna*/
.lblNombreMuni
{
	font-size: 10pt;
	font-family: 'Bookman Old Style';
	color: White ;
}

/*Color de Banda Superior Derecha*/
.BandaSuperiorDerecha
{
	/*background-color: #009999;*/
	width: 50px;
}

/*Banner*/
.TextoBanner
{
	/*background-color: #009999;*/
	font-size: 18pt;
	color: #353E49;
	font-family:  'Bookman Old Style';
	width: 415px;
}


/*Texto Explicativo*/
.Texto
{
	color: #003399;
	font-size: 10pt;
	font-family: 'Bookman Old Style';
}

/*Estilo de Item del Menu Estático
.StaticMenuItemStyle
{
	font-size: 10pt;
	font-family: 'Bookman Old Style';
	color: #0000A1;
}

Estilo de Item del Menu Estático Seleccionado
.StaticHoverStyle
{
	font-size: 10pt;
	font-family: 'Bookman Old Style';
	background-color:#7595CA;
	color: #FFFF80;
}

Estilo de Item del Menu Dinámico
.DynamicMenuItemStyle
{
	font-size: 10pt;
	font-family: 'Bookman Old Style';
	color: #0000A1;
	background:#E5E5E5;
}

Estilo de Item del Menu Dinámico Seleccionado
.DynamicHoverStyle
{
	font-size: 10pt;
	font-family: 'Bookman Old Style';
	background-color:#7595CA;
	color: #FFFF80;
}
*/

/* MARGENES */
.MargenIzq
{
	vertical-align: text-top;
	width: 23px;
	background-color: white;
}
.MargenDer
{
	vertical-align: text-top;
	width: 23px;
	background-color: white;
}

.boton
{
	font-weight: bold;
	font-size: 9pt;
	color: white;
	font-family: 'MS Reference Sans Serif' , Arial;
	background-color: cadetblue;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}

ImageMapHome
{
	NavigateUrl="http://www.pudahuel.cl/"
}

  .dropdown-submenu {
            position: relative;
        }

            .dropdown-submenu > .dropdown-menu {
                top: 0;
                left: 100%;
                margin-top: -6px;
                margin-left: -1px;
                -webkit-border-radius: 0 6px 6px 6px;
                -moz-border-radius: 0 6px 6px 6px;
                border-radius: 0 6px 6px 6px;
            }
            /*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/
            .dropdown-submenu > a:after {
                display: block;
                content: " ";
                float: right;
                width: 0;
                height: 0;
                border-color: transparent;
                border-style: solid;
                border-width: 5px 0 5px 5px;
                border-left-color: #cccccc;
                margin-top: 5px;
                margin-right: -10px;
            }

            .dropdown-submenu:hover > a:after {
                border-left-color: #ffffff;
            }

            .dropdown-submenu.pull-left {
                float: none;
            }

                .dropdown-submenu.pull-left > .dropdown-menu {
                    left: -100%;
                    margin-left: 10px;
                    -webkit-border-radius: 6px 0 6px 6px;
                    -moz-border-radius: 6px 0 6px 6px;
                    border-radius: 6px 0 6px 6px;
                }