/*
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 : 29-ene-2015, 9:20:21
    Author     : daw-01
*/

.jumbotron{
    background-color: lightblue;
}

.navbar-nav li a{
  color: black;
}

.container{
    background-color: lightcyan;
    //margin-top: 5px;
    padding-bottom: 15px;
}

#contenido img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#contenido{
    text-align: center;
}

#contenido p{
    text-align: justify;
    padding-right: 15px;
    padding-left: 15px;
    //text-indent: 6px;
}

.jumbotron{
    padding-top: 12px;
    padding-bottom:1px;
    //background-image: url(../../img/pruebas/plasther.jpg);
    //background-size: cover;
    //text-shadow: -0.5px 0 white, 0 0.5px white, 0.5px 0 white, 0 -0.5px white;
    background-image: linear-gradient(to left, #EF3900 0%, #83A8FC 51%, #8AD9D1 100%);

}



.jumbotron nav{
    background-color: rgba(111, 186, 211, 0.5);
    background-color: lightpink;
}

.container{
    border-radius: 12px;
    padding-top:5px;
}



@media only screen and (min-width: 768px) {
    /* styles for MacBook Pro-sized screens and larger */
    html{

        background: url(../../img/pruebas/fondo.jpg) no-repeat center center fixed;
        background-size: cover;

    }
}

@media only screen and (max-width: 768px) {

    body{
        padding:0;
    }
}

#gradiente{
    background: linear-gradient(6deg, rgba(0,0,44,0.5) 0%, rgba(235,207,183,0.0) 100%);
    position: fixed;
    margin-top: 0;
    width: 120%;
    height: 130%;
    z-index: -1;

}

body{
    background: none;
}
@media (min-width: 768px) {
    .pie {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .pie {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .pie {
        width: 1170px;
    }
}
.pie{
    background-color: rgba(111, 186, 211, 0.95);
    margin: 0 auto;
    margin-top: 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding: 20px;

}

.container img{
    border: solid 2px #8AB9D1;
}



.pie p{

    margin: 0;
}

.pie a{
    color: black;
}

.mapa{
   text-align: right;
}

.central{
    border-right: dotted 1px #6379C1;
    border-left: #6379C1 dotted 1px ;
}
.central li{
    text-align: left;
}


.navbar-default .navbar-nav>li>a {
    color: black;

}

.navbar-default .navbar-brand{
    color: black;
}
