﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    /* IE10+ */ 
    background-image: -ms-linear-gradient(top, #2E2EFF 0%, #0A1330 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #2E2EFF 0%, #0A1330 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #2E2EFF 0%, #0A1330 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2E2EFF), color-stop(100, #0A1330));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #2E2EFF 0%, #0A1330 100%);

    /* W3C Markup */ 
    background-image: linear-gradient(to bottom, #2E2EFF 0%, #0A1330 100%);
    
    font-size: 16px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 5px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: White;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
    height:auto;
    padding: 0px 4px 0px 4px ;
}

.header
{
    height: 223px;
}

.main
{
    /*margin: 12px 8px 8px 8px;*/
    background-color: #fff;
    padding: 0px 12px;
    margin: 25px 8px 8px 8px;
    min-height: 400px;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}
fieldset
{
    margin: 1em;
    padding: 1em;
    border: 2px solid #ccc;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.clear
{
    clear: both;
}

.title
{
    background-image: url('Images/collage.png');
    background-position:right;
    background-repeat:no-repeat;
    height:200px;
    display: block;
    text-align: left;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.title .logo
{
    display:inline-block;
    vertical-align: bottom;
    margin:9px;
    box-shadow: 10px 10px 5px #888888;
}

.title .header
{
    /*position: relative;
    right: 50px;*/
    background-color: transparent;
    height: 222px;
    margin: 0 85px;
    height: 202px;
    width: auto;
}

.ImgTop
{
   display:block;
    text-align:center;
 }

.mContacto
{
    background: #7db9e8;
    color: #fff;
    display:inline-block;
    vertical-align: top;
    position:relative; 
    margin-left:400px;
    top:25px;

}

.mContacto p
{
    line-height:1em;
    margin:4px;
}

.menuB
{
    background-color:#7db9e8;
    width:100%;
}

div.menuA
{
    padding: 4px 0px 4px 8px;
}

div.menuA ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menuA ul li a, div.menuA ul li a:visited
{    
    -webkit-border-radius:  10px 10px 0 0;
    -moz-border-radius:  10px 10px 0 0;
    border-radius:  10px 10px 0 0;
    
    background-color: #6e70ea  ;/*#0093FF;*/
    border: 1px #4e667d solid;
    color: #fff;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menuA ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menuA ul li a:active
{
    background-color: #6e70ea;/*#0093FF;*/
    color: #cfdbe6;
    text-decoration: none;
}

.contactForm
{
    /*height:400px;*/
    /*padding:200px 0 0 0;*/
    width:50%;
    float:left;
    margin: 50px 25%;
}

.contactForm table
{
    margin: auto;
    /*width: 40%;*/
}

.contactForm table label
{
    -webkit-border-radius: 10px 0;
    -moz-border-radius: 10px 0;
    border-radius: 10px 0 ;
    
    padding: 0 0 0 5px;
    
    border-left: 21px solid;
    border-left-color: #0BA1DC;/*#FF900D;/*#CF0DFF;*/
}

.contactForm table tbody tr td:nth-child(odd)
{
    text-align: left;
}

.contactForm table tbody tr td:nth-child(even)
{
    text-align: right;
}

.btn, .btn:visited
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
    background-color: #006699;/*#0093FF;*/
    border: 1px #4e667d solid;
    color: #fff;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

.btn:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

.btn:active
{
    background-color: #006699;/*#0093FF;*/
    color: #cfdbe6;
    text-decoration: none;
}

.datosP
{
    /*border: 1px solid #696969;*/
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #ccc;
    padding: 10px;
    margin: 15px 0;
    display:inline-block;
    box-shadow: 10px 10px 5px #888888;
    
}

.datosP p
{
    line-height: 1.2em;
    margin: 4px;
}

.dataP
{
    /*border: 1px solid #696969;*/
    /*width:230px;*/
    /*float:left;*/
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #3CB4C2;
    padding: 10px;
    margin: 15px 0;
    width:433px;
    display:inline-block;
    vertical-align:middle;
    /*background-color:#3CB4C2;*/
    
}

.dataP p
{
    line-height: 1.2em;
    margin: 4px;
}

.dataP img
{
    width:inherit;
}

.ImgTop
{
    display:inline-block;
    display:none;
    width:600px;
}

#slidy-container {
    width: 480px;
    overflow: hidden;
    margin: 0 auto;
}

#slidy-container img
{
    width: 480px;
    vertical-align: middle;
}


.Right
{
    box-shadow: inset 0px 0px 38px 0px #0A1330;
    -webkit-box-shadow: inset 0px 0px 38px 0px #0A1330;
    -moz-box-shadow: inset 0px 0px 38px 0px #0A1330;
    -o-box-shadow: inset 0px 0px 38px 0px #0A1330;
    border: thin solid #FF6600; 
    border-radius:5px;
    background-color: #FFFFFF; 
    position:fixed; 
    width: 15%;
    height: 95%;
    top:0px;
    right:.5%;
    
    
    margin-top: 15px;
    padding-top: 15px;
    padding-right:15px;
    padding-left: 15px;
    
    text-align:center;    
}