@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans.eot?#iefix') format('embedded-opentype'),  url('/fonts/OpenSans.woff') format('woff'), url('/fonts/OpenSans.ttf')  format('truetype'), url('/fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}

table{
    border: none;
    border-spacing: 0px;
}

.font1{font-family: 'Open Sans', sans-serif; font-weight: 300;}
.font2{font-family: 'Open Sans Condensed', sans-serif;}
.font3{font-family: 'Oswald', sans-serif;}
.font4{font-family: 'Oswald', sans-serif; font-weight:300;}
.font5{font-family:'Open Sans', sans-serif; font-weight:300; font-style:italic;}
.font6{font-family:'Open Sans', sans-serif; font-weight:bold;}


.color1{color: white;}
.color2{color: #2A3542;}
.color3{color: #4E82AD;}
.color4{color: #4E82AD;}

.darkGray{color:#232323;}
.gray{color:#4C4C4C;}
.lightBlue{color:#0074FF;}
.blue{color:#243C58;}

.backgroundColor1{background-color: #333132;}
.backgroundColor2{background-color: #203368;}
.backgroundColor3{background-color: #F5F5F5;}
.backgroundColor4{background-color: #D4D6D9;}
.backgroundColor5{background-color: white;}
.backgroundColor6{background-color:#DEDEDE;}

html{
    position: relative;
    min-height: 100%;
}

input{
    font-family:inherit;
    color:inherit;
    font-size: inherit;
    -webkit-appearance: none; 
    outline: none;
    border: none;
    background-repeat: no-repeat;
    font-weight: inherit;
}
select{
    font-family:inherit;
    color:inherit;
    font-size: inherit;
    -webkit-appearance: none; 
    box-shadow: none !important;
    outline: none;
    font-weight: inherit;
}

.radioBtn{
    -webkit-appearance: radio;
    font-weight: inherit;
}

textArea{
    font-family:inherit;
    color:inherit;
    font-size: inherit;
    font-weight: inherit;
}
a{
    text-decoration: inherit;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.centeredContent{
    position: relative;
    min-width: 1000px;
    max-width:1300px;
    font-size:14px;
    margin: 0 auto;
}

#alertMessageFixedContainer{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:none;
    z-index: 11;
}

#alertMessageDivContainer{
    position:absolute;
    left:0px;
    width:100%;
    top:0px;
    height:100%;
}

#alertMessageDiv{
    position:relative;
    margin: 0px auto;
    margin-top: 10%;
    width:455px;
    background-color: #FFFFFF;
    border: 1px solid #A9A9A9;
    padding-bottom: 30px;
}

#alertMessageBkgImg{
    position:absolute;
    left:0px;
    top:0px;
}
.alertMessageCloseMessage{
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}


#alertMessageMessage{
    position: relative;
    width: 92%;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 25px;
    line-height: 26px;
}

#alertMessageSubMessage{
    position: relative;
    width: 80%;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: -10px;
    line-height: 16px;
}


#alertMessageAceptar:hover{
    cursor:pointer;
    opacity:1;
    filter:alpha(opacity=100);
}

.alertMessageClose{
    width: 16px;
    height: 15px;
    position: absolute;
    background-color: #EB2227;
    top: 16px;
    right: 16px;
    cursor: pointer;
    text-align: center;
    color: white;
    padding-top: 1px;
    font-size: 14px;
}

#loaderFixedContainer{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:none;
}
#loaderDivContainer{
    position:absolute;
    left:0px;
    width:100%;
    top:0px;
    height:100%;
}
#loaderDiv{
    position:relative;
    margin: 0px auto;
    margin-top: 20%;
    width:40px;
}

.fullBackground{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    display:none;
}

.blackOpacity{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    opacity:0.5;
    filter:alpha(opacity=50);
    background-color: black;
}

.whiteOpacity{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    opacity:0.9;
    filter:alpha(opacity=90);
    background-color: white;
}

.fullRelative{
    position:relative;
    width:100%;
    height:100%;
}

.centeredLogon{
    position:relative;
    width:720px;
    margin:0 auto;
    background-color:white;
    margin-top:10%;
    margin-bottom: 10%;
}

#registerUserBtn{
    margin-top:20px;
}


#loginUserBtn:hover{
    cursor:pointer;
}


#registerUserBtn{
    cursor:pointer;
}


#loginTopMenu:hover{
    cursor:pointer;
}
.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.box{
    position:relative;
    float: left;
    width: 300px;
    height: 402px;
    border: solid 1px #808284;
    border-radius: 20px;
    margin-bottom: 17px;
    margin-top: 30px;
}
.boxTitle {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-top: 25px;
}
.boxSeparator {
    position: relative;
    width: 260px;
    height: 1px;
    margin: 0 auto;
    margin-top: 10px;
}
.boxImage{
    position: relative;
    width: 260px;
    height: 150px;
    margin: 0 auto;
    margin-top: 14px;
    display: block;
}
.boxText {
    position: relative;
    width: 260px;
    height: 110px;
    margin: 0 auto;
    margin-top: 14px;
    font-size: 11px;
    text-align: justify;
    font-weight: bold;
    line-height: 17px;
}
.boxLowerSeparator {
    position: relative;
    width: 260px;
    height: 2px;
    margin: 0 auto;
    margin-top: 10px;
}

.boxLinkContainer{
    position:relative;
    width:260px;
    height:30px;
    margin:0 auto;
    margin-top:12px;
    font-size:18px;
}

.boxArrow{
    float:left;
}

.boxLink{
    float:left;
    margin-top:5px;
    margin-left:10px;
    text-decoration: none;
    color:#00ADEF;
}
.boxSpace{
    position:relative;
    float: left;
    width: 59px;
    height: 402px;
}

.pointedBlueLine{
    background-image: url('/images/pointedBlueLine.png');
    background-repeat: repeat-x;
}

.sexRadioBtn{
    float:left;
    width:25px;
    margin-top: 10px;
}

.sexTypeText{
    float:left;
    margin-right: 12px;
    margin-top: 8px;
}

.checkbox{
    float: left;
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 4px;
    background-color: #002E6D;
    margin-top:5px;
}

.checkboxTickImg{
    position: absolute;
    left: 2px;
}

.transparentCheckBox{
    position: absolute;
    width: 100%;
    height: 100%;
    left: -2px;
    top: -3px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor:pointer;
}

#alertMessageFixedContainer{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    display:none;
}

#alertMessageLogo{
    display:block;
    position:relative;
    margin:0 auto;
    width:150px;
    margin-top:50px;
}

.alertMessageBkgImg{
    position:absolute;
    left:0px;
    top:0px;
}

.alertMarginTop{
    position:relative;
    width:100%;
    height:40px;
}

.normalButton{
    display: block;
    position: relative;
    width: 216px;
    height: 20px;
    padding-top: 8px;
    text-align: center;
    color: white;
    font-size: 14px;
    margin: 0 auto;
    background-color: #203368;
    color: white;
    border: #203368 1px solid;
}

.normalButton:hover{
    background-color: white;
    color: #203368;
    cursor:pointer;
    border: #203368 1px solid;
}

#alertMessageDivider{
    position:relative;
    width:80%;
    height:1px;
    margin-left:10%;
    background-color:rgb(194, 191, 191);;
    margin-top:20px;
}

.popup{
    z-index: 11;
}

.blackBkg50{
    position:absolute;
    width:100%;
    height:100%;
    background-color:black;
    opacity:0.5;
    filter:alpha(50);
}

#fullScreenPopUp{
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
}

#fullScreenImg{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
}

#closeBtn{
    position:absolute;
    top:-19px;
    right:-19px;
}

#closeBtn:hover{
    cursor:pointer;
}

#fullScreenImgContainer{
    position:relative;
    top:0px;
    left:0px;
}