/*
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 : 13/09/2018, 21:33:02
    Author     : emanuel
*/

.borda_site {
    margin: 0px; padding: 8px; border: 0px solid blue; background-color:  #ddf4ff !important; align-content: center;
    margin-bottom: 10px; padding: 15px; border: 0px solid blue; background-color:  #ddf4ff; 
    align-content: center; box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, 
                            rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px !important; 
                            
    border-radius: 15px;
    padding-top: 15px
    
}

.gradiente {
    
    background: rgb(201, 201, 201);
    background: -moz-linear-gradient(90deg, rgb(201, 201, 201) 0%, rgb(255, 255, 255) 100%);
    background: -webkit-linear-gradient(90deg, rgb(201, 201, 201) 0%, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(90deg, rgb(201, 201, 201) 0%, rgb(255, 255, 255) 100%);
    background: -ms-linear-gradient(90deg, rgb(201, 201, 201) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(180deg, rgb(201, 201, 201) 0%, rgb(255, 255, 255) 100%);    
    
}

.badge {
    border-radius: 8px;
    background-color: blue;
    color: white;
}

.menusite {
    
    background: #E0E0E0 !important;
    color: blue !important;
    
}

.menusite:hover  {
    
    background-color: #8fe4f2  !important;
    color: black  !important;
    border-top: 2px solid #1C6EA4;
    
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);    
    
    
}

body {
    /*font-family:"Lucida Grande", Tahoma, Verdana, Arial, sans-serif;*/
    font-family: 'Ubuntu Condensed', sans-serif;    
    font-size: 16px;
    font-weight: normal;
    
    line-height: 120%;
     margin: 0px; /* */
     
     margin-left: 0px;
     margin-right: 0px;
     
     padding: 0px;
     
     
     
    background-color: #FFFFFF !important;
    color: black;
    background-repeat: repeat-y;
    
}

