
/* GESTION ONLINE.HTML */

.subtitulogestion
{
 font-family: 'Montserrat', sans-serif;  
 font-size: 18px;
 color:#003399;
 font-weight: 600;
 margin-bottom:30px;
 }

label
 {
 font-family: 'Roboto', sans-serif;  
 font-size: 16px;
 color:black;
 font-weight: 600!important;
 padding-bottom: 12px;
 min-width:200px;
 }

.mensajespass 
{
 font-size: 13px;
 line-height: 25px;
}

#mensajespassword
{
 margin-bottom: 15px;
}

#propietarioform 
 {
   min-height:165px;
 }
 
  #veterinarioform 
 {
   min-height:165px;
 }



@media screen and (max-width: 992px) {

.margeninferior 
{
  margin-bottom: 80px;	
}

#propietarioform 
 {
   min-height:100px;
 }

label {padding-bottom: 0px;}

#dni , #pass {margin-bottom: 30px; }

}


/* USERFINAL.PHP */

.titulousuario
{
 font-family: 'Montserrat', sans-serif;  
 font-size: 20px;
 color:#003399;
 font-weight: 600;
 padding-bottom: 10px;
}

.textousuario
{
 font-family: 'Roboto', sans-serif;  
 font-size: 15px;
 color:black;
 font-weight: 500!important;
 padding-bottom: 20px;
 
}

/* USERFINAL.PHP - tabla codigo y fecha */

.tabla1 {
 padding-left: 20px;
 }




#tabla2 , #tabla3
 {
  text-align: center;
  
 }

 #tabla2 th , #tabla3 th
 {
 font-family: 'Montserrat', sans-serif;  
 font-size: 13px;
 color:white;
 font-weight: 500!important;
 width: 20%;
 background-color:#003399;  
 }

 #tabla2 td , #tabla3 td
 {
 font-family: 'Roboto', sans-serif;  
 font-size: 12px;
 font-weight: 600!important;
 
 }


 













@media screen and (max-width: 992px) {

.textousuario
{
 padding-bottom: 5px;
}

.tabla1 {
 margin-bottom: 10px;
 }


#tabla2 th , #tabla3 th
 {
  font-size: 11px;
  width: 30%;
 }

 #tabla2 td , #tabla3 td
 {
  font-size: 11px;
 }






}