﻿html {
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
    color: #FFFFFF;
    background-color: #339966;
    margin-top: 0px;
    font-size: 1em;
}

body {
    margin: 0px auto 0px auto;
    width: 1100px;
    height: auto;
}


.section {
    border: 1px solid #CCCCCC;
    padding: 5px;
    width: auto;
    height: auto;
    border-radius: 5px;
    background: rgba(205, 205, 205, 0.7); /* gris background with 30% opacity */
}

#txt_mensaje {
    border-style: solid;
    border-width: 1px;
    float: right;
    width: 49%;
    height: auto;
}

.boton_sel {
    padding: 3px;
    border: 1px solid #CCCCCC;
    background-color: #006600;
    color: #FFFFFF;
    text-align: center;
    font-style: italic;
    margin-right: 2px;
    width: auto;
    height: auto;
    margin-left: 2px;
}

    .boton_sel:hover {
        background-color: #00FFFF;
        color: #000000;
        text-decoration: none;
    }
    .boton_sel:focus {
        background-color: #00FFFF;
        color: #000000;
        text-decoration: none;
    }
.btn-ayuda {
    border: 1px solid #808080;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    border-radius: 5px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #009933;
    height: 20px;
    vertical-align: middle;
    text-align: center;
}

    .btn-ayuda:hover {
        border: 1px solid #000000;
        color: #FF3300;
    }

input, .textbox {
    border-style: none;
    background-color: #FFFFFF;
    height: 2em;
    width: 15em;
}

    input:focus, .textbox:focus {
        border: 1px solid #FF3300;
        background-color: #FFFF66;
    }

.disable {
    border: 1px solid #000000;
    background: #FFFFCC;
    color: #000000;
    width: 70px;
    pointer-events: none;
}

.textbox_250 {
    width: auto;
    text-align: left;
}

#div_footer {
    width: auto;
    height: auto;
    clear: both;
}


.caption {
    border-left: 0px solid #666666;
    border-right: 0px solid #666666;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;
    border-width: 1px 0px 1px 0px;
    border-color: #999999;
    background-color: #CCCCCC;
    width: 100%;
    height: auto;
    font-style: italic;
    font-weight: bold;
    color: #000000;
    letter-spacing: 2px;
    font-size: .9em;
    font-family: "Courier New", Courier, "espacio sencillo";
    text-transform: capitalize;
}

h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.3em;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

h2 {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.3em;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

h3 {
    color: #FF3300;
    margin: 10px;
    font-style: italic;
    text-align: center;
}

h4 {
    margin: 10px;
    color: #0000FF;
    font-style: italic;
}

h5 {
    margin: 10px;
    color: #000000;
    text-align: center;
}

a {
    color: #0033CC;
    font-size: .8em;
    margin-right: 5px;
    margin-left: 5px;
}

    a:hover {
        color: #FF3300;
    }

    a:active {
        background-color: #FF33CC;
    }

.modalBackground /*  ESTILOS PARA UpdateProgress*/ {
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.50;
}



.updateProgress {
    border: 2px solid #FF3300;
    background-color: #FFFFFF;
    position: absolute;
    width: 15em;
    height: 15em;
    border-radius: 8px;
}


/*  FIN ESTILOS PARA UpdateProgress*/

/* <style type="text/css">*/ /*  ESTILOS PARA MASTER PAGE*/
.parrafo_inf {
    padding: 20px;
    text-align: justify;
    background-color: #EFEFEF;
    width: 85%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    border-radius: 10px;
}

.menu:hover {
    background-color: #00FF00;
    color: #000000;
    text-decoration: none;
}

/*.boton class=.ui-corner-all */
.boton {
    border: 1px outset #FFFFFF;
    background-color: #CCCCCC;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-style: italic;
    border-radius: 5px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1em;
}

    .boton:hover {
        background-color: #00CC00;
        color: #000000;
        text-decoration: none;
    }
/* para inicio */

/* para 800px o menos   @media screen and (max-width:800px)      */
/* RESOLUCION : IPHONE 6     : 375  x 667   (max-width:400px)    */
/* RESOLUCION : IPAD (TODOS) : 1025 x 768   (max-width:800px)    */
/* RESOLUCION : NETBOOK      : 1024 x 600   (max-width:800px)    */

@media screen and (max-width:800px) {
    #max_800 {
    }

    html {
    background-color: #FF99FF;
    font-size: 1em;
    color: #006600;
}
body {
    width: 700px;
}

    input, .textbox {
        border-style: none;
        background-color: #FFFFFF;
        height: 2em;
        margin-right: 5px;
        margin-top: 3px;
        margin-bottom: 3px;
        width: 17em;
    }

    form {
    }

    h1 {
    }
}

@media screen and (max-width:500px) {
    #max_500 {
    }

    html {
        background-color: #00FFFF;
    }

    body {
    width: 450px;
    font-size: .8em;
}

    .textbox_250 {
    }

    h1, h4 {
    }
}
