

body {
    width: 100%;
    height: 100%;
    font-family: 'Lato', sans-serif !important;
}

html {
    width: 100%;
    height: 100%;
}

section:nth-child(2n+1) {
background: rgb(220,220,220);
}   

section:nth-child(2n)   {
background: rgb(240,240,240);
} 

#logo{
    height: 100%;
}

#logoDos{
    height: 80px;
    padding: 15px 0px;

}

p{
    font-size: 12pt;
}

#iconosSec{
    background-image: url(../images/Iconos.png);
    background-size: 150px;
    background-repeat: repeat-x;
    margin-top: 15px;
    height: 40px; 
}

.navbar-brand {
    padding: 0px 0px;
    height: 75px;
}

.nav{
    float: right;
    margin-top: 10px;
}

.navbar{
   background-color: rgb(1,11,27);
   border: none;
   -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
   -moz-box-shadow:    0px 0px 20px 0px rgba(0,0,0,0.5);
   box-shadow:         0px 0px 20px 0px rgba(0,0,0,0.5);
}

.navbar-default .navbar-nav>li>a {
    color: white !important;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: rgb(242,255,0) !important;
    background-color: rgba(255,255,255,0);
}

.navbar-toggle {
    background-color: rgba(255,255,255,0.5);
    margin-top: 20px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color:rgb(0,23,62);
}

.intro-section {

    text-align: center;
    background: rgb(230,230,230);
}

.intro-section p{
    color: black;
}

.bolder{
    font-weight: bold;
    display: inline-block;
}


.sectionContainer {
    height: 100%;
    text-align: center;
    background: #eee;
}

.sectionContainer img{
margin-top: 10%;
}

#patrocinadores{
    text-align: center;
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
}

#patrocinadores img{
    margin-right: 10px;
    width: 100%;
    margin-top: 10px;
}

#footer{
    text-align: center;
    background: rgb(230,230,230);
    padding: 20px 0px;
    text-align: justify;
}

.col-ico-sec{
width:32%;
}

#infoInicial{
   margin-top: 90px;
   padding: 20px 0px;
   background-color: rgb(200,200,200);
   background-image: url(../images/FondoWebEudii.png);
   background-size: 150px;
   background-attachment: fixed;
}

#infoInicial li{
    color: black;
    list-style-type: none;
    font-size: 12pt;
}

#infoInicial .social{
    display: inline-block;
    margin-top: 20px;
    margin-right: 10px;
}

.lineaSeparadora{
    width: 100%;
    height: 15px;
    background-color: rgb(15,72,196);
}

.lineaSeparadoraDos{
    width: 100%;
    height: 80px;
    background-color: rgb(1,11,27);
}

.espacioMenu{
    width: 100%;
    height: 70px;
}
.espacioMenuEstiled{
    width: 100%;
    height: 70px;
    background-image: url(../images/IconosDos.png);
    background-size: 150px;
    background-repeat: repeat-x;
    background-position: center center;
}


#intro p{
    text-align: justify;
    width: 95%;
}

ul{
    -webkit-padding-start: 0px;
}


#topTop{
    position: absolute;
    top: 0px;
}

.socialIcon{
    width: 24px;
    margin-right: 5px;
}

.imgAgenda{
    width: 60%;
    margin: 15px auto; 
}

.imgAgendaDef{
	width:100%;
}

#agenda .row{
    text-align: center;
}

#agenda{
/*    background: navy;*/
       margin-top: 90px;
   padding: 20px 0px;
   /*background-color: rgb(200,200,200);*/
   background-color:#00013A;
   /*background-image: url(../images/patternfondo.jpg);*/
   background-size: 800px;
   background-attachment: fixed;
}

.contImgAgenda{
    margin: 20px auto;
}

.contImgAgenda h4{
    color: white;
    margin: 0px auto;
}

.contImgAgenda p{
    color: yellow;
}

.conferencista img{
    width: 80%;
}

.conferencista{
    text-align: center;
}

.tituloConferencista{
    width: 100%;
    height: 120px;
}

.infoConferencista{
    display: inline-block;
    margin-left: 20px;
    margin-top: 10px;
}

.infoConferencista h4{
    color: white;
    margin: 0px auto;
}

.infoConferencista p{
    color: yellow;
    margin: 0px auto;
}

.iconosConferencista{
   display: inline-block; 
   margin-top: -10px;
}

.logoConferencista{
    float: right;
}

#conferencistas .row{
    margin: 80px auto;
}

#conferencistas{
   background: navy;
   margin-top: 74px;/*90px;*/
   padding: 20px 0px;
   background-color: rgb(200,200,200);
   background-image: url(../images/patternfondo.jpg);
   background-size: 500px;
   background-attachment: fixed;
}

.abstractConferencista{
    color: white;
}

.img-inscripcion{
width:100%;
margin-top:0%!important;
}

@media(min-width:767px) {
    .navbar {
        padding: 10px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }

}

@media(max-width:767px) {
    .nav{
        float: none;
    }

    .nav a{
        text-align: center;
    }

    #infoInicial{
       margin-top: 70px;
   }

   #intro p{
    width: 100%;
}
.carousel{
    margin-top: 50px;
}

#footer{
    text-align: center;
}

}

@media(max-width:992px) {
    #infoInicial{
       text-align: center;
   }
}