body {

    background:  url(../img/fondo2.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 

}


body { font-family:Lucida Sans, Arial, Helvetica, Sans-Serif; 
       font-size:13px; 
       margin:20px; 
       width:100%;}

#main { width:90%; 
        margin: 0px auto; 
        border:solid 1px #b2b3b5; 
        -moz-border-radius:10px; 
        padding:20px; 
        background-color:#f6f6f6;
}

#header { text-align:center; 
          border-bottom:solid 1px #b2b3b5; 
          margin: 0 0 20px 0; 
}

fieldset { 
    border:none;
}

legend { font-size:18px; 
         margin:0px; 
         padding:10px 0px; 
         color:#b0232a; 
         font-weight:bold;
}

label { 
    display:block; 
    margin:15px 0 5px;
}

input[type=text], input[type=password],input[type=email],input[type=tel],select  { 
    width:500px; 
    padding:5px; 
    border:solid 1px #000;
    border-radius: 5px;
}

input[type=file]  { 
    width:400px; 
    padding:5px; 
    text-align: center;


}

.addAcompButton{
    width:400px; 
    padding:5px; 
    text-align: center;
    height: 30px;
}







.prev, .next { 
    background-color:#006699; 
    margin:20px 0;
    padding:5px 10px; 
    color:#fff; 
    text-decoration:none;
}

.prev:hover, .next:hover { 
    background-color:#039425; 
    text-decoration:none;
    color:#fff; 
}

.prev { float:left;
}
.next { float:right;
}
#steps { 
    list-style:none; 
    width:100%; 
    overflow:hidden; 
    margin:0px; 
    padding:0px;
}

#steps li {
    font-size:24px; 
    float:left; 
    padding:10px; 
    color:#b0b1b3;
}

#steps li span {
    font-size:11px; 
    display:block;
}

#steps li.current { 
    color:#000;
}
#makeWizard { 
    background-color:#b0232a; 
    color:#fff; 
    padding:5px 10px; 
    text-decoration:none; 
    font-size:18px;
}
#makeWizard:hover { 
    background-color:#000;
}

.sub{
    float:right;
    background-color:#2ab023;
    color:#0d0c0c;
    border:solid 1px #2ab023;
    width: 200px;
    height:25px;
}

.sub:hover { opacity: .85; cursor: pointer; background-color:#f4fcfa;} 
.error_msg{
    color:red;  
    display:  block;
    white-space: nowrap;
    font-size: 2em;
    position: absolute;
    float: left;
    margin-left: -50px;
    margin-top: -30px;

}
.wrapper{
    width:800px; 
    margin: 0 auto;
    max-width:100%; max-height:100%; margin:auto; display:block;

    border-radius: 5px;
    -webkit-box-shadow: -9px -9px 24px -2px rgba(0,0,0,0.72);
    -moz-box-shadow: -9px -9px 24px -2px rgba(0,0,0,0.72);
    box-shadow: -9px -9px 24px -2px rgba(0,0,0,0.72);

}
form{
    background-color:#FFFFFF;
}
.border{
    border:1px solid white;
    width:310px;
}
.title{
    color:#0b9c0b;
    text-align: center !important;
}

.subtitle{
    color:#545151;
    text-align: center;
    font-weight: bold;
}


#message{
    display:none;	
    margin-top: 100px;
    margin-bottom: 100px;
    color: #ed1717; 
    width: 600px;
    height: 370px;
/*    border: 2px solid #fff;*/
    border-radius: 10px;
    position: relative;
    /*border:solid 1px #b2b3b5;*/ 
    margin: auto auto;
}

#message h2, #message p{
    text-align: center;
}
#message #checkmark{
    margin-left: 250px;
}
#close{
    position: absolute;
    right: -95px;
    top: 3px;
    cursor: pointer;
}
.hide{
    display: none;
}


.progress { 
    
    width:100%; 
    border: 1px solid #ddd; 
    padding: 1px; 
    border-radius: 3px; 
    text-align: center;
    margin-left: auto;
    margin-top: 20px;
    /*display: none;*/
   
}
.bar { 
    background-color: #229943; 
    width:0%; 
    height:20px; 
    border-radius: 3px; 
}
.percent { 
    position:absolute; 
    display:inline-block; 
   
    left:48%; 
    color: #090a0a;
    margin-left: auto;
    margin-top: -20px;
}
input {
    margin-top: 5px;
    margin-bottom: 5px;
    display:inline-block;
    *display: inline; 
    vertical-align:middle;
    margin-left:20px
}
#status{
    color: red;
}

label {

    float: left;
    text-align: right;
    width: 200px;
    margin-left: 20px;
    padding: 0px;
    *display: inline;

}





#notas{
    font-weight: bold;
    text-align: justify !important; 
    margin: 20px;
}


/* highlight results */
.ui-autocomplete span.hl_results {
    background-color: #ffff66;
}

/* loading - the AJAX indicator */
.ui-autocomplete-loading {
    background: white url(../img/loading32.gif) right center no-repeat;
}

/* scroll results */
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding for vertical scrollbar */
    padding-right: 5px;
}

.ui-autocomplete li {
    font-size: 16px;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 250px;
}


.ui-autocomplete {
    cursor: default;
    left: 0;
    position: absolute;
    top: 0;
}


.error_msgs {
    display: table-cell;
    vertical-align: middle;

    border: 1px solid red;
}