/*
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 : 19/01/2017, 02:55:51 PM
    Author     : Andres
*/

#logo {
    /*    height: 300px;*/
    width: 260px;
    position: absolute;
    /*    margin-left:30px;*/
    /*    float: left;    */
    top: 0;
    margin: 0 auto;
    z-index: 1048;

}
#barra_navegacion{
    z-index: 1049;
}
body{
    background-image: url("../imagenes/Sombra.png"), url("../imagenes/FddoReyes2.png"); 
    background-repeat:  repeat;

}


#conte_principal {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    /*    opacity: 0.9;*/
}   

.modal-dialog {
    width:800px;
}
.thumbnail {
    margin-bottom:3px;
}

.modal-backdrop
{
    opacity:0.7 !important;
}


