/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/02/2018, 04:20:50 PM
    Author     : tobias.mosquera
*/

body {
    font-size: 75% !important;
    background-color: #AFAFAF; 
}

 

.ui-widget,.ui-widget-header,.ui-widget-content,.ui-widget-header .ui-widget-header,.ui-widget-content .ui-widget-content,.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button
    {
    font-size: 100% !important;
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.softcontrolTitle{
    
    font-family: fantasy;
     font-size: 45px;
     color:indigo;
    
}

.softcontrolTitlePruebas{
    
    font-family: fantasy;
     font-size: 45px;
     color:red;
    
}

.softcontrolTitle2{
    
     font-family: fantasy;
     font-size: 45px;
     color:white;
    
}

.softcontrolTitle2Pruebas{
    
    font-family: fantasy;
     font-size: 45px;
     color:firebrick;
    
}


.titleMenus{
    
    font-family:"Trebuchet MS", Helvetica, sans-serif; 
     font-size: 24px;
     font-weight: bold;
}

.maintitle{
    
     font-family:"Trebuchet MS", Helvetica, sans-serif; 
     font-size: 18px;
     font-weight: bold;

}
.mainContent{
     width: 100%;
     height: 100%;
     background-color: #AFAFAF; 
    
}

.labels{
    
    font-weight: bold;
    
}
