/*
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 : 15/06/2016, 17:44:15
    Author     : Alvarenga Angel
*/
@import url("tema.css");
@import url("style.css");



body {
    font-family: "Noto Sans";
    font-size: 1em;
    color: #666666;    
}

.banner-top {
    font-family: "Noto Sans";    
    letter-spacing: 0;
    padding-bottom: 10px;
    padding-top: 10px;    
    padding-right: 10px;
    padding-left: 10px;
    right: 0;
    top: 0;
    z-index: 99; 
    background: url("../images/logoMinisterio.png") no-repeat; 
    height: 70px;
}

.content-top{
    font-family: "Noto Sans";  
    font-size : 11px;
    text-align : center;
    height: auto;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 25px;
    padding-top: 25px;
    height: 375px;
    border-top: 1px solid #737578;
    width: auto;
}

.footer-top {
    font-family: "Noto Sans";    
    letter-spacing: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 10px;
    color: #555;
    font-size: 12px;
    text-align: right;
}

.globalNav {
    font-family: "Noto Sans";  
    font-size : 11px;
    text-align : justify;
    height : auto;      
    padding-left: 10px;
    padding-right: 5px; 
    border-bottom: 1px solid #737578;
}

.content{
    font-family: "Noto Sans"; 
    font-size : 11px;
    text-align : justify;
    height: auto;
    padding-left: 10px;
    padding-right: 5px;
    padding-bottom: 25px;
    padding-top: 20px;
}

.img-circle {
  border-radius: 50%;
}

.panel-buttons{
    margin-top: 15px;
    margin-bottom: 15px;
}

.panel-column-data-left{
    text-align: left;
} 

.panel-confirm-buttons{
    text-align: center;
} 

.alineadoTextoImagenArriba{
    vertical-align: middle;
    height: 25px;
    width: 185px;
}

/* links*/

a:link{
    text-decoration: none;
}