*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}



#formcu{
    background: rgba(103, 113, 117, 0.2);
    width: 58%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
    
}

.sttlform{
    width: 100%;
    background: #000066;
    font-family: sans-serif;
    color: aliceblue;
    font-size: 1.2em;
    text-align: center;
    padding: 12px;
    margin-bottom: 10px;
    
    
}

form{
    width: 75%;
    padding: 0 0 10px 0;
    margin: auto;
}


.nome{
    width: 100%;
    font-family: sans-serif;
    font-size: 0.9em;
    margin-bottom: 5px;
    padding: 7px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
}
textarea{
    width: 70%;
    height: 70px;
    font-family: sans-serif;
    font-size: 0.9em;
    padding: 7px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.botcon{
    width: auto;
    height: auto;
    margin-left: 30%;
    font-family: sans-serif;
    font-size: 1.3em;
    padding: 3px;
  
}

.botcon:hover{
    cursor: pointer;
    background-color: chartreuse;
  
}

.canalcom{
    width: 100%;
    font-family: sans-serif;
    font-size: 0.9em;
    text-align: center;
    padding-bottom: 20px;
    line-height: 1.5em;

}

.errort{
    color: red;
    padding: 5px;
    text-align: left;
    font-family: verdana, arial, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
}

/*++++++++LIBRO DE RECLAMACIONES+++++++++*/

#libror{
    background: #F7F8FA;
    width: 58%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #700C08;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
    text-align: right;
    
}

.sttlformrec{
    width: 100%;
    background: #700C08;
    font-family: monospace;
    color: #F7F8FA;
    font-size: 1.5em;
    text-align: center;
    padding: 12px;
    margin-bottom: 10px;
    
    
}

.datlibrec{
    width: 90%;
    font-family: sans-serif;
    font-size: 0.9em;
    margin-top: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
}


.libr{
    width: 70%;
    font-family: sans-serif;
    font-size: 0.9em;
    margin-bottom: 2px;
    padding: 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
}
.mensarec{
    width: 70%;
    height: 70px;
    font-family: sans-serif;
    font-size: 0.9em;
    padding: 7px;
    
}

.consecuencias{
    width: 100%;
    margin: auto;
    padding-top: 5px;
    text-align: right;
    font-family: sans-serif;
    font-size: 0.9em;
    color:darkred;
}

.botconrec{
    width: auto;
    height: auto;
    padding: 7px 15px;
    font-family: sans-serif;
    font-size: 1.3em;
    margin: 10px 0 0 0;
  
}

.botconrec:hover{
    cursor: pointer;
    background-color: #990000;
    color: white;
}

.error{
    color: red;
    padding: 5px;
    text-align: center;
    font-family: verdana, arial, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
}



/* RESPONSIVE +++++++++++++++++++*/

@media screen and (max-width:640px){
    
#formcu{
    width: 80%;
    margin-top: 10px;
     
} 
    
form{
    width: 90%;

}
    
textarea{
    width: 100%;

}
    
/*+++++++RECLAMO++++++++*/

#libror{
    width: 90%;
       
} 
    
}

@media screen and (max-width:340px){
    
#formcu{
    width: ;
     
}  
/*+++++++RECLAMO++++++++*/

#libror{
    width: 98%;
       
}    
    
}

