body
    {
    padding-left: 2em;
    font: normal 14px "Titillium Web",helvetica,sans-serif;
    }

html
    {
    font: normal 14px "Titillium Web",helvetica,sans-serif;
    }

h1 
    {
    color: #FFFFFF;
    font: normal 32px "Titillium Web",helvetica,sans-serif;
    margin-left: 0em;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    }

h2
    {
    color: #000000;
    font: normal 20px "Titillium Web",helvetica,sans-serif;
    margin-left: 0em;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    }

h3
    {
    color: #000000;
    font: normal 16px "Titillium Web",helvetica,sans-serif;
    margin-left: 0em;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: left;
    }

h4
    {
    color: #1a54d4;
    font: normal 12px "Titillium Web",helvetica,sans-serif;
    margin-left: 0em;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    }

h5
    {
    color: #000000;
    font: normal 20px "Titillium Web",helvetica,sans-serif;
    margin-left: 6em;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    }

.group
    {
    border: 1px solid #777777;
    color: #1a54d4;
    border-radius: 0px;
    border-color:#FFFFFF;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    }

.group select
    {
    width: 200px;
    height: 24px;
    margin-bottom: 15px;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #777777;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font: normal 12px "Titillium Web",helvetica,sans-serif;
    }

.contact-form
    {
    width: 500px;
    text-align: left;
    }

input[type=file]
    {
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #000000;
    appearance: none;
    background: #777777;
    background: linear-gradient(to top, #FFFFFF, #777777);
    border: thin solid rgba(0,0,0, .5);
    border-radius: .25em;
    box-shadow: inset .25em .25em .25em rgba(255,255,255, .5), inset -.1em -.1em .1em rgba(0,0,0, 0.1);
    cursor: text;
    width: 430px;
    font: normal 12px "Titillium Web",helvetica,sans-serif;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 3px;
    }
.select-style
    {
    border: 1px solid #ccc;
    height: 24px;
    width: 200px;
    border-radius:0px;
    border: 1px solid #1a54d4;
    overflow: hidden;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font: normal 12px "Titillium Web",helvetica,sans-serif;
    }
.select-style select
    {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    }
.select-style select:focus
    {
    outline: none;
    }
.form-input
    {
    height: 12px;
    margin-bottom: 15px;
    color: #000000;
    background-color: #FFFFFF;
    border: none;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font: normal 12px "Titillium Web",helvetica,sans-serif;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    vertical-align: center;
    }
input
    {
    vertical-align: center;
    }
/* Focus style */
.form-input:focus
    {
    border: 1px solid #1a54d4;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #1a54d4;
    box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #1a54d4;
    }

/* Error style */
.form-input:-moz-ui-invalid
    {
    border: 1px solid #e00;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #e00;
    box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #e00;
    }

.form-input.invalid
    {
    border: 1px solid #e00;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #e00;
    box-shadow:         inset 0 0 1px rgba(0, 0, 0, 0.7), 0 0 1px #e00;
    }
/* Boton */
.form-btn
    {
    width: 85px;
    height: 30px;
    background-color: #1a54d4;
    border-radius: 15px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.7);
    font: normal 14px "DIN Alternate",helvetica,sans-serif;
    cursor: pointer;
    }
.form-btn:active
    {
    border: 0px solid #1a54d4;
    background-color: #1a54d4;
    -pie-background:          linear-gradient(top, #FFFFFF, #1a54d4); /* IE6-IE9 */
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow:         inset 0 0 2px rgba(0, 0, 0, 0.7), 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    
label
    {
    margin-bottom: 8px;
    display: block;
    width: 600px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    }

label span
    {
    font-size: 12px;
    color:#000000;
    font-weight: normal;
    }

.contact-form.frame
    {
    background-color: #000000;
    border: 1px solid #FFFFFF;
    padding: 20px;
    }

uV
    {
    list-style: none;
    color: #777777;
    }

uV li a
    {
    color: #000000;
    text-decoration: none;
    font-size: 10px;
    }

uV li a:hover
    {
    color: #1a54d4;
    }

ullll
    {
    list-style: none;
    color: #777777;
    }

ullll li a
    {
    color: #000000;
    text-decoration: none;
    font-size: 10px;
    }

ullll li a:hover
    {
    color: #1a54d4;
    }

ulll
    {
    list-style: none;
    color: #FFFFFF;
    }

ulll li a
    {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 16px;
    }
    
ulll li a:hover
    {
    color: #1a54d4;
    }

ull
    {
    list-style: none;
    color: #000000;
    font: normal 14px "Titillium Web",helvetica,sans-serif;
    }

ull li a
    {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    }

ull li a:hover
    {
    color: #FF0000;
    }

ullb
    {
    list-style: none;
    color: #000000;
    font: normal 14px "Titillium Web",helvetica,sans-serif;
    }

ullb li a
    {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    }

ullb li a:hover
    {
    color: #1a54d4;
    }

ulln
    {
    list-style: none;
    color: #000000;
    font: normal 14px "Titillium Web",helvetica,sans-serif;
    }

ulln li a
    {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    }

ulln li a:hover
    {
    color: #1a54d4;
    }
    
ullv
    {
    list-style: none;
    color: #000000;
    font: normal 14px "Titillium Web",helvetica,sans-serif;
    }

ullv li a
    {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    }

ullv li a:hover
    {
    color: #30961e;
    }
    
ulla
    {
    list-style: none;
    color: #000000;
    font: normal 14px "Titillium Web",helvetica,sans-serif;
    }

ulla li a
    {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    }

ulla li a:hover
    {
    color: #FFFF00;
    }

ul
    {
    list-style: none;
    font: normal 12px "Titillium Web",helvetica,sans-serif;
    color: #FFFFFF;
    line-height: .5;
    }

ul li a
    {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 12px;
    }

ul li a:hover
    {
    color: #1a54d4;
    }

uu
    {
    list-style: none;
    font: normal 13px "Titillium Web",helvetica,sans-serif;
    color: #000000;
    line-height: .5;
    }

uu li a
    {
    color: #000000;
    text-decoration: none;
    font-size: 13px;
    }

uu li a:hover
    {
    color: #1a54d4;
    }

peque
    {
    list-style: none;
    color: #777777;
    }

peque li a
    {
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    }

peque li a:hover
    {
    color: #03498D;
    }

men
    {
    list-style: none;
    color: #000000;
    font: normal 13px "Titillium Web",helvetica,sans-serif;
    }

men li a
    {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
    }

men li a:hover
    {
    color: #1a54d4;
    } 

p
    {
    color: #777777;
    font-size: 18px;
    }

lista
    {
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
    }

div
    {
    vertical-align: center;
    }

div#tope
    {
    border: solid 0px #777777;
    position: absolute;
    overflow-y: hidden;
    overflow-x: hidden;
    left: 30px;
    top: 0px;
    width: auto;
    height: 80px;
    border-bottom: 3px solid #072c4f;
    }

div#columna
    {
    border: solid 0px #777777;
    position: absolute;
    overflow-y: hidden;
    overflow-x: hidden;
    left: 30px;
    top: 100px;
    width: 210px;
    height: 520px;
    }

div#contenido_cs 
    {
    border: solid 0px #777777;
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
    left: 30px;
    top: 100px;
    width: auto;
    height: 520px;
    }

div#contenido_s
    {
    border: solid 0px #777777;
    position: absolute;
    overflow-y: hidden;
    overflow-x: hidden;
    left: 160px;
    top: 100px;
    width: 950px;
    height: 520px;
    }

div#contenido_i
    {
    border: solid 0px #777777;
    position: absolute;
    overflow-y: scroll;
    overflow-x: hidden;
    left: 180px;
    top: 100px;
    width: 950px;
    height: 520px;
    }

div#contenido_c 
    {
    border: solid 0px #777777;
    position: absolute;
    overflow-y: hidden;
    overflow-x: hidden;
    left: 30px;
    top: 100px;
    width: auto;
    height: 520px;
    }

div#contenido_e
    {
    border: solid 0px #777777;
    position: absolute;
    overflow-y: hidden;
    overflow-x: hidden;
    left: 150px;
    top: 100px;
    width: auto;
    height: 520px;
    }

div#contenido
    {
    border: solid 0px #777777;
    position: absolute;
    overflow-y: hidden;
    overflow-x: hidden;
    left: 280px;
    top: 100px;
    width: auto;
    height: 520px;
    }

div#pie
    {
    border: solid 0px #777777;
    position: absolute;
    overflow-y: hidden;
    overflow-x: hidden;
    left: 30px;
    top: 640px;
    width: auto;
    height: 60px;
    border-top: 3px solid #072c4f;
    }

div#marco0, div#marco1, div#marco2, div#marco3, div#marco4, div#marco5, div#marco6, div#marco7, div#marco8, div#marco9, div#marco10, div#marco11, div#marco12, div#marco13, div#marco14
    {
    height: 100%;
    width: 100%;
    }

address
    {
    color: #000000;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    margin-top: 35em;
    padding-top: 1em;
    border-top: 2px solid blue
    }

.Estilo1
    {
    color: #000000;
    font-size: 16px;  
    line-height: 1;
    }

.Estilo2
    {
    color: #FFFFFF;
    font-size: 13px;  
    line-height: 1;
    }

.Estilo22
    {
    color: red;
    font-size: 13px;  
    line-height: 1;
    }

.Estilo3r
    {
    color: red;
    font-size: 14px;  
    line-height: 1;
    font-weight: bold;
    }

.Estilo3
    {
    color: #000000;
    font-size: 14px;  
    line-height: 1;
    }
    
.Estilo3a
    {
    color: #000000;
    font-size: 14px;  
    line-height: 3;
    }

.Estilo3b
    {
    color: #000000;
    font-size: 14px;  
    line-height: 1;
    font-weight: bold;
    }
    
.Estilo33
    {
    color: #FFFFFF;
    font-size: 14px;  
    line-height: 1;
    }

.Estilo33b
    {
    color: #FFFFFF;
    font-size: 18px;  
    line-height: 1;
    }
    
.Estilo33C1
    {
    color: #1a54d4;
    font-size: 14px;  
    line-height: 1;
    }

.Estilo33C2
    {
    color: #ff8000;
    font-size: 14px;  
    line-height: 1;
    }

.Estilo33C3
    {
    color: #ffa040;
    font-size: 14px;  
    line-height: 1;
    }

.Estilo333
    {
    color: #000000;
    font-size: 18px;  
    font-weight: normal;
    line-height: 1;
    }

.Estilo333B
    {
    color: #000000;
    font-size: 18px;  
    font-weight: bold;
    }

.Estilo3333
    {
    color: #1a54d4;
    font-size: 12px;  
    line-height: 1;
    }

.Estilo4
    {
    color: #1a54d4;
    font-size: 28px;  
    line-height: 1;
    }

.Estilo44
    {
    color: #000000;
    font-size: 26px;  
    line-height: 1;
    }

.Estilo45
    {
    color: #FFFFFF;
    font-size: 36px;  
    line-height: 1;
    }

.Estilo5
    {
    color: blue;
    font-size: 13px;  
    line-height: 1;
    }

.Estilo6
    {
    color: #000000;
    font-size: 10px;  
    line-height: 1;
    }

.Estilo7
    {
    color: #000000;
    font-size: 12px;  
    line-height: 1;
    }

#scrll_tbl
    {
    overflow: scroll;
    height: 420px;
    word-break:break-word;
    }

#scrll_tbl_2
    {
    overflow: scroll;
    height: 340px;
    word-break:break-word;
    }

#scrll_tbl_3
    {
    overflow: scroll;
    height: 480px;
    word-break:break-word;
    }
    
#popup
    {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
    }

.content-popup
    {
    margin:0px auto;
    margin-top:120px;
    position:relative;
    padding:10px;
    width:500px;
    min-height:250px;
    border-radius:4px;
    background-color:#FFFFFF;
    box-shadow: 0 2px 5px #666666;
    }

.content-popup h2
    {
    color:#48484B;
    border-bottom: 1px solid #48484B;
    margin-top: 0;
    padding-bottom: 4px;
    }

.popup-overlay
    {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display:none;
    background-color: #777777;
    cursor: pointer;
    opacity: 0.7;
    }

.close
    {
    position: absolute;
    right: 15px;
    }

.table_filosofia
    {
    background-image:url('imagenes/vision.png');  
    background-repeat:no-repeat;
    background-size:cover;
    }