/*
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/05/2015, 19:38:12
    Author     : silvio
*/

.col-center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Snippet One */

.bgdor{
    background-color: #D1AE6C !important;
}
.btn-dor{
    background-color: #D1AE6C !important;
    border-color: #ad915d !important;
    color: #fff;
}
div.member_signin {
    text-align: center;
}

div.panel  i.fa.fa-user {
    color: #FFF;
    background-color: #2F71A9;
    border-radius: 500px;
    font-size: 36px;
    padding: 15px 17px 15px 20px;
}

div.fa_user {
    margin-top: -127px;
    margin-bottom: 85px;
    /*margin-left: 120px;*/
}
li.dropdown:hover ul{
    display: block;
}
.bghome{
    background-image:url(http://cspna.com.ar/cactsap/images/bgt.jpg);
    
    width: 100%;
    height: 100%;
    z-index: 2;
   background-repeat: repeat;
    position: absolute;
    
}
.bglogin{
    background-image:url(http://cspna.com.ar/cactsap/images/bg1.jpg);
    /*background-size: cover;*/
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-position:center;" 
}
/*esto es para el grid*/
.glyphicon { margin-right:5px; }
.thumbnail
{
    margin-bottom: 20px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;

}
.itemgroup{
    min-height: 310px;
}
.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 10px;

}
.item.list-group-item:nth-of-type(odd):hover,.item.list-group-item:hover
{
    background: #428bca;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail
{
    margin-bottom: 0px;
}
.item.list-group-item .caption
{
    padding: 9px 9px 0px 9px;
}
.item.list-group-item:nth-of-type(odd)
{
    background: #eeeeee;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item img
{
    float: left;
}
.item.list-group-item:after
{
    clear: both;
}
.list-group-item-text
{
    margin: 0 0 11px;
}
.imgitem{
        max-width: 95%;
    max-height: 180px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.imagenadd{
    border: 1px solid rgb(170, 170, 170);
    padding: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.9) 0px 1px 3px;
    overflow: hidden;
    height: 220px;
}
.imagenadd2{
    border: 1px solid rgb(170, 170, 170);
    padding: 5px;
    margin-bottom: 15px;
    margin-top: 10px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.9) 0px 1px 3px;
    overflow: hidden;
    height: 320px;
}