/*
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 : 16/01/2016, 01:02:41 AM
    Author     : ALIENWARE
*/
body {
    position: relative;
}
img{
    max-width: 100%;
    max-height: 100%;
}
div.container-fluid{
   background-color: #045B24;

}
nav li:hover {
    background-color: #449d44;
    color:#045B24;
}
.nav.navbar-nav li a {
    color: #eee;
}
.nav.navbar-nav li a:visited{
     color: #eee;
}

h1{
    text-align: center;
}
h3{

    text-align: center;
}
.item>img{
    height: 200px;
    max-width: 400px;
    max-height: 400px;
}
.thumbnail>img{
    width: 200px;
    max-width: 500px;
    max-height: 500px;
    margin: 0 auto;
}

div>div>div>.thumbnail{
    height: 560px;
    overflow: hidden;
}
p{
    color: #000;
}

article div.container{
    background: #eee;
    color: #101010
}
.flexbox .col-lg-3{
    padding-left: 0;
    padding-right:0;
}

.carousel-caption p{
    text-shadow: 3px 0px 10px rgba(0, 0, 0, 0.75);
    color: #FFFFFF;
    font-size: 15px;
    background: rgba(40,100,40,0.5);
}
.carousel-caption h3{
    text-shadow: 3px 0px 10px rgba(0, 0, 0, 0.75);
    color: #FFFFFF;
    font-size: 25px;
    background: rgba(0,0,0,0.5);
}

.wow {
    visibility: hidden;
}
.jumbotron, .jumbotron p{
    //background: #045B24;
    color: whitesmoke;
    //text-shadow: 2px 2px 4px #000000;

    border: 1px darkgreen;

    background: linear-gradient(to right, #08ab44, #045B24);
    padding:40px;
    background-clip: content-box;

}

.btn-primary{
    background: #045B24;
}

.indent {
    text-indent: 30px;
}
footer.container-fluid{
    background: linear-gradient(to right, #08ab44, #045B24);
    color: #eee;
}


.noticias {
background: linear-gradient(to right, #08ab44, #045B24);
color: #eee;
}



.thumbnail img:hover{
    transform: scale(1.2);
}

.thumbnail img{
    transition: all 0.3s ease 0s;
    width: 60%;
}

.thumbnail{
    overflow: hidden;
}

.tit{
    font-weight: bold;
}

.img-thumbnail{
    transition: all 0.3s ease 0s;
    width: 50%;
}

.img-thumbnail:hover{
    transform: scale(1.2);
}
.img-thumbnail{
    overflow: hidden;
}
#actualizacion{
    padding: 40px
}
#obligatorio {
  padding: 40px
}
#cancelacion {
  padding: 40px
}
#nueva{
  padding: 40px
}
#complemento{
  padding: 40px
}
