﻿.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    display: flex;
    flex-wrap: wrap; /* Optional. only if you want the items to wrap */
    justify-content: center; /* For horizontal alignment */
    align-items: center;
}



@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.columnaescondida {
    display: none
}

.ancho_20 {
    width: 20px;
    height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #90CEE1;
}

.ancho_50 {
    width: 50px;
}

.ancho_60 {
    width: 60px;
    height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #90CEE1;
}

.ancho_80 {
    width: 80px;
    height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #90CEE1;
}

.ancho_90 {
    width: 90px;
    height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #90CEE1;
}

.ancho_120 {
    width: 120px;
    height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #90CEE1;
}

.ancho_130 {
    width: 130px;
    height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #90CEE1;
}

.ancho_150 {
    width: 150px;
    height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #90CEE1;
}

.select_100 {
    width: 100px;
    height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #90CEE1;
}

.select_150 {
    width: 150px;
    height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #90CEE1;
}

.select_230 {
    width: 230px;
    height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #90CEE1;
}

.select_330 {
    width: 330px;
    height: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #90CEE1;
}

.ancho_250 {
    width: 250px;
    height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #90CEE1;
}

.ancho_280 {
    width: 280px;
    height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #90CEE1;
}

.ancho_330 {
    width: 330px;
    height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #90CEE1;
}

.ancho_400 {
    width: 400px;
    height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #90CEE1;
}

.ancho_480 {
    width: 480px;
    height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #90CEE1;
}

.ancho_500 {
    width: 500px;
    height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #90CEE1;
}

.ancho_600 {
    width: 600px;
    height: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #90CEE1;
}

.ancho_300_60 {
    width: 300px;
    height: 60px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #90CEE1;
}

.ancho_500_60 {
    width: 500px;
    height: 60px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #90CEE1;
}

.ancho_630_60 {
    width: 630px;
    height: 60px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    border: 1px solid #90CEE1;
    height: 12px;
}

.boton_80_20 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    /*border: 1px solid #90CEE1; */
    width: 80px;
    height: 20px;
}

/* estilos comunes y basicos */

@font-face {
    font-family: 'gobcl';
    /* Para Internet Explorer */
    src: url('gobcl.eot');
    /*  Para el resto de navegadores */
    /*src: url('gobcl.ttf');*/
}

body {
    color: #696969;
    background: #ebebeb;
    margin: 0;
    padding: 0;
    font: 12px arial, helvetica, sans-serif;
    text-align: center;
    border-color: #FFFFFF;
}

p {
    text-align: justify;
    color: #696969;
}

h1 {
    font-size: 20px;
    line-height: 110%;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    letter-spacing: -1px;
    margin-bottom: 5px;
    margin-top: 2px;
}

h2 {
    font-size: 18px;
    line-height: 110%;
    text-align: left;
    margin-top: 2px;
    margin-bottom: 5px;
    color: #1b4b73;
}

h3 {
    font-size: 16px;
    line-height: 110%;
    text-align: left;
    margin-top: 2px;
    margin-bottom: 5px;
}

h4 {
    font-size: 14px;
    line-height: 110%;
    text-align: left;
    margin-top: 2px;
    margin-bottom: 5px;
}

h5 {
    font-size: 10px;
}

a {
    color: #006699;
    text-decoration: none;
}

img {
    border-style: none;
    width: 17px;
    height: 17px;
}

header, footer, section {
    display: block;
}

.clear {
    clear: both;
}

.aligncenter {
    margin: 0 auto;
    display: block;
}

.alignleft {
    float: left;
    z-index: 0;
    position: relative;
}

.alignright {
    float: right;
}

.block {
    display: block;
}

.none {
    display: none;
}

/* fin estilos comunes y basicos */

.alignright a {
    color: #666666;
}

    .alignright a:hover {
        text-decoration: underline;
        color: #006699;
    }

/* estilo pagina */
#page {
    width: 960px;
    height: auto;
    text-align: left;
    margin: -5px auto 0;
    background: #fff;
}
/* fin pagina */

/* comienzo wrapped-top y footer */
.wrapped {
    width: 960px;
    height: auto;
    margin: 0 auto;
}


#top {
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    height: 30px;
    background: #ebebeb;
}

#footer {
    border-top: 30px solid #fff;
    border-bottom: 10px solid #fff; /* cambio  */
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    background: #fff;
}

#footer_interior1 {
    border-top: 2px solid #fff;
    font-size: 10px;
    border-bottom: 1px solid #fff;
    float: left;
    padding-top: 0px;
    padding-left: 3px;
    margin-right: 0px;
    width: 400px;
}

#footer_interior2 {
    border-top: 2px solid #fff;
    font-size: 10px;
    border-bottom: 1px solid #fff;
    float: left;
    padding-top: 0px;
    padding-left: 3px;
    margin-right: 0px;
    width: 540px;
}

#top div.wrapped, #footer div.wrapped {
    font-size: 11px;
    color: #666666;
    width: 940px !important;
    padding: 7px 10px;
    overflow: hidden;
}

/* fin wrapped-top y footer */

/* comienzo header */
.header {
    display: block;
    background: #fff;
    width: 960px;
    height: 146px;
    background: url('logo_15b.png') no-repeat;
    cursor: hand;
    cursor: pointer;
}

.logo h1 { /* cambiar estilo completo */
    position: relative;
    float: right;
    top: 85px;
    /*color: #0058a4;
	font-family: 'Times New Roman', Times, serif;*/
    color: #666666;
    font-family: 'gobcl';
    font-size: 36px;
    letter-spacing: 0px;
    padding-right: 20px;
}

.logo a:link, .logo a:hover, .logo a:visited {
    color: #666666;
    font-family: 'gobcl';
    text-decoration: none;
}
/* fin header */

/* comienzo menu superior o principal */
#navegacion {
    width: 960px;
    height: 30px;
    background: #1b4b73;
    z-index: 1;
    position: relative;
    overflow: visible;
}

.menu {
    width: 960px;
    height: 30px;
    margin: 0px 0px 0px 0px;
    display: inherit;
    z-index: 1;
    vertical-align: middle;
}

    .menu ul {
        color: #fff;
        padding: 0;
        margin: 0;
        list-style-type: none;
        z-index: 1; /*text-transform:uppercase;  cambio */
    }

        .menu ul li {
            width: auto;
            float: left;
            position: relative;
            z-index: 100;
            height: 16px;
            padding: 0px 22px 0px 22px;
            border-left: 0px solid #063c68;
            border-right: 0px solid #326894;
            overflow: visible;
            visibility: visible;
            top: 7px;
            left: 825px;
        }

            .menu ul li:hover {
                /* color: #1b4b73; */
                /* background-color: #fff; */
                border-top: 1px solid #1b4b73;
                z-index: 1;
            }

            .menu ul li a {
                color: #fff;
                font-family: verdana, arial, sans-serif;
                font-size: 11px;
                text-decoration: none;
            }

    .menu li:hover a {
        /* color:#1b4b73;*/
        z-index: 50;
    }

    .menu ul li ul {
        display: none;
    }


    .menu ul li:hover ul.columnas {
        display: block;
        background: #1B4B73;
        position: absolute;
        float: left;
        list-style-type: none;
        top: 29px;
        left: 0px;
    }

        .menu ul li:hover ul.columnas li {
            display: inline;
            float: left;
            border: 0px;
            margin-right: 10px;
            width: 185px;
        }

            /*.ancho170 {
width: 190px;
}*/

            .menu ul li:hover ul.columnas li:hover {
                background: #1B4B73;
            }

            .menu ul li:hover ul.columnas li a {
                color: #fff;
            }

.ancho_uno {
    width: 480px;
}

.ancho_dos {
    width: 250px;
}

.dos_columnas li {
    width: 50%;
}

/* fin menu superior o principal */

/* comienzo contenido */
#content {
    margin: 10px 20px 20px 20px;
    clear: both;
    display: block;
    width: 920px;
    height: auto;
    position: relative;
    background: #fff;
    z-index: 0;
}

.miga {
    width: 100%;
    height: 21px;
}

.contentleft {
    width: 650px !important;
    background: #fff;
}

.contentlefbotones {
    width: 650px;
    height: 70px;
    background: #fff;
}

.contentleft2 {
    width: inherit !important;
    background: #fff;
}

.contentright {
    width: 250px !important;
    margin-left: 20px;
    background: #fff;
}

# /* Regla para IE */
* html .slide p {
    min-height: 150px;
}

.c0 {
    background: #939393;
}

.accordion h3 {
    color: #fff;
    font: 12px bold verdana, arial, helvetica;
    border-bottom: none;
    height: 20px;
    text-indent: 10px;
    padding-top: 5px;
}

    .accordion h3:hover {
        cursor: pointer;
    }

.accordion p {
    background: #fff;
    font-family: verdana, arial, helvetica;
    font-size: 12px;
    color: #000000;
    padding-left: 5px;
    text-align: left;
    line-height: 15px;
    /*border-bottom: solid 2px #6f2f0b;*/
}
/* fin acordion */

/* informacion relevante */
.infrelevante {
    width: 250px !important;
    margin-top: 10px;
    background-color: #fff;
}

    .infrelevante img {
        margin-top: -5px !important;
        border: 1px solid #c8c8ca;
    }
/* fin pull regiones */

/* carrousel numero */
.carrousel1 {
    margin-top: 20px;
    width: 100%;
}

.carrousel2 {
    margin-top: 20px;
    width: 100%;
}

    .carrousel1 h3, .carrousel2 h3 {
        font-size: 12px;
        font-family: verdana, arial, helvetica;
        color: #696969;
        font-weight: normal;
    }

.jcarousel-skin-tango .jcarousel-container-horizontal {
    padding: 12px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 97%;
    height: 80px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 157px;
    height: 85px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

/* fin carrousel numero */

/* comienzo tabs noticias */
#noticias {
    width: 250px !important;
    margin-top: 20px;
    background-color: #fff;
}

    #noticias div p {
        background-color: #fff;
        padding-left: 10px;
        padding-right: 10px;
        text-align: left;
        width: 200px;
    }

#tab1 p, #tab2 p, #tab3 p {
    border-bottom: 1px solid #A7A7A7;
}

@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}

    .tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
        display: block;
        clear: both;
        content: " ";
    }

    .tabs-nav li {
        float: left;
        height: 30px;
        width: 80px;
        background-color: #bdbec0;
        margin-left: -4px;
        margin-right: 5px;
        min-width: 74px; /* be nice to Opera */
    }

        .tabs-nav li a, .tabs-nav li a span {
            display: block;
            padding-left: 5px;
            background: #bdbec0;
            color: #ffffff;
            text-decoration: none;
        }

        .tabs-nav li a {
            padding-top: 5px;
            position: relative;
            top: -4px;
            z-index: 2;
            padding-left: 0px;
            color: #ffffff;
            font-size: 10px;
            font-weight: bold;
            line-height: 1.2;
            text-align: left;
            text-decoration: none;
            white-space: nowrap; /* required in IE 6 */
        }

    .tabs-nav .tabs-selected a {
        color: #000;
    }

    .tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
        background: #145f86;
        outline: 0; /* prevent dotted border in Firefox */
    }

    .tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
        background: #145f86;
    }

        .tabs-nav a span {
            width: 61px; /* IE 6 treats width as min-width */
            min-width: 61px;
            height: 30px; /* IE 6 treats height as min-height */
            min-height: 30px;
            padding-top: 0;
            padding-right: 0;
        }

* > .tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

.tabs-nav .tabs-selected a span {
    padding-top: 0px;
}

.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    height: 30px;
    background: #145f86;
}

.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    height: 30px;
    background: #145f86;
}

.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}

.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
/*.tabs-nav .tabs-disabled {
    opacity: .4;
}*/
.tabs-container {
    margin-top: 1px;
    padding: 1em 8px;
    border: 5px solid #145f86;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/* fin tabs noticias */


#taskbar #container {
    display: block;
    margin-left: 65px;
    margin-right: 15px;
    margin-top: 15px;
    height: 50px;
}

#taskbar a {
    text-decoration: none;
    color: #fff;
}

#taskbar img {
    border-right: 0px;
}

/*------- blocks btns --------*/
#taskbar #container .block-left {
    position: relative;
    float: left;
    width: 30%;
    height: 25px;
}

#taskbar #container .block-center {
    position: relative;
    float: left;
    width: 40%;
    height: 25px;
    margin-top: 0px;
}

    #taskbar #container .block-center form {
        background: white;
        width: 210px;
        text-align: left;
    }

    #taskbar #container .block-center input {
        background-color: white;
        border: 0px;
        height: 22px;
    }

    #taskbar #container .block-center img {
        position: relative;
        float: left;
        left: 175px;
        top: 3px;
        cursor: pointer;
    }

#taskbar #container .block-right {
    position: relative;
    float: left;
    width: 30%;
    height: 25px;
    text-align: right;
    right: 20px;
}
/*-------  btns --------*/

#taskbar #container .btns {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 14px;
    color: #fff;
}

    #taskbar #container .btns:hover {
        cursor: pointer;
    }

#taskbar img.alignleft {
    margin: 0 2px 2px 0;
    display: inline;
}

#taskbar .alignleft {
    float: left;
}


/*
Las imÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡genes son envueltas en divs clasificadas como "flickr_badge_image" con ids "flickr_badge_imageX" donde "X" es un nÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âºmero entero especificando una posiciÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬ ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³n ordinaria.
*/
.flickr_badge_image {
    width: 90px;
    height: 90px;
    border: 1px solid #999999;
    float: left;
    margin: 10px;
}

    .flickr_badge_image img {
        width: 88px;
        height: 88px;
        border: 1px solid white !important;
    }

#flickr_badge_uber_wrapper {
    text-align: center;
    width: 225px;
    height: 225px;
}

    #flickr_badge_uber_wrapper a:hover,
    #flickr_badge_uber_wrapper a:link,
    #flickr_badge_uber_wrapper a:active,
    #flickr_badge_uber_wrapper a:visited {
        text-decoration: none !important;
        background: inherit !important;
        color: #66CCFF;
    }

/*-------  tablas --------*/
/*.table {
	cellspace: 0;
	cellpadding: 4;
}*/

.tr_titulo {
    color: #FFFFFF;
    background-color: #0268b3;
    height: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}

.table77 {
    /*cellspace: 0;
	cellpadding: 4; */
    border: 1px solid #cccccc;
    width: 900px;
    height: auto;
    padding-right: 7px;
}

.tr_gris {
    color: #080808;
    background-color: #ebebeb;
    height: 17px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    padding-right: 7px;
}

.tr_blanco {
    color: #080808;
    background-color: #ffffff;
    height: 17px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    padding-right: 5px;
}

.button {
    border-style: none;
    border-width: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-image: url('img/boton_enviar.png');
    cursor: pointer;
    width: 61px;
}

.btn_Continuar {
    border-style: none;
    border-width: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-image: url('img/boton_continuar.png');
    cursor: pointer;
    width: 81px;
}

.btn_InicioSesion {
    border-style: none;
    border-width: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-image: url('img/boton_InicioSesion.png');
    cursor: pointer;
    width: 110px;
}

.btn_Encuesta {
    border-style: none;
    border-width: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-image: url('img/boton_Encuesta.png');
    cursor: pointer;
    width: 70px;
}

.btn_Licencias {
    border-style: none;
    border-width: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-image: url('img/boton_Encuesta.png');
    cursor: pointer;
    width: 70px;
}

.btn_Reemplazos {
    border-style: none;
    border-width: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-image: url('img/boton_Reemplazo.png');
    cursor: pointer;
    width: 90px;
}

.btn_transparente {
    cursor: pointer;
    font-size: 11px;
}

/*Arial, Helvetica, sans-serif;
    font- font-size: 12px;
     font-weight: bold; 
    cursor:pointer;
	}
*/
.tablecerti {
    /*cellspace:0;
	cellpadding:4; */
    border: 1px solid #cccccc;
    width: 637px;
    margin-left: 120px;
}

.encabezadoformulario {
    /* cellspace:0;
	cellpadding:4; */
    width: 900px;
    margin-left: 0px;
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /* height: 60px; */
    /*float: right; */
}

.encabezadoformulario {
    /*cellspace:0;
	cellpadding:4; */
    width: 900px;
    margin-left: 0px;
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /* height: 60px; */
    /*float: right; */
}

.nombresostenedor {
    /* cellspace:0;
	cellpadding:4; */
    width: 260px;
    margin-left: 0px;
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    height: 60px;
    float: right;
}

.tr_celeste {
    color: #080808;
    background-color: #e0eefc;
    height: 17px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}

.tr_boton {
    color: #080808;
    background-image: url(../img/fondo66.png);
    background-repeat: repeat-y;
    height: 17px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}



.ModalPopupBG {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.HellowWorldPopup {
    min-width: 200px;
    min-height: 150px;
    background: white;
}
