
html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.obiolfoto{
	margin-top: 30px;
	margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

.logo_header {
	padding-top: 7px;
}

.logo-home {
	padding-top: 20px;
}

.intro-home {
	padding-left:15px; 
	padding-right:10px;	
}

.home-producto {
	padding-bottom: 15px;
}


.separameabajo {
	padding-bottom: 50px;
}

li.menuactivo {
	background-color: #054ead;
}

.destacado {
	font-weight: bold;
	color: #053d83;
}

.separame {
	padding-top: 25px;
	padding-bottom: 25px;
}

.centrafoto {
	text-align: center;
}

.img-resposive-center {
  max-width: 100%;
  height: auto;
  text-align: center;
}


/* COOKIES */
#cookie-law {
    max-width:940px;
    background: #EDEDED;
    margin:10px auto 0;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
}
 
#cookie-law p {
    padding:10px;
    font-size:1em;
    font-weight:normal;
    text-align:center;
    color:#053d83;
    margin:0;
}



/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Typo */

.caribe {
	color: #00cccc;
}

.gris-1 {
	color: #cfcfcf;
}


.gris-2 {
	color: #9f9f9f;
}


.gris-3 {
	color: #717171;
}



footer.obiol-footer a {
  color: #053d83;
  font-weight: bold;
  text-decoration: none;
}
footer.obiol-footer a:hover,
footer.obiol-footer a:focus {
  color: #000;
  text-decoration: none;
}


/* Footer Styles */

.obiol-footer {
   padding-top: 25px;
   margin-top: 50px;
	min-height: 120px;
	font-size: 0.85em;
	color: #053d83;

	}

.obiol-footer p {
	/*line-height: 15px;*/	
}
	
.minitexto {
	padding-top: 15px;
	font-size: xx-small;
	color: #848484;
}

.img-certificados-home-left {
 	text-align: left;
}
    
.img-certificados-home-right {
 	text-align: right;
}



/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }
    
    .img-certificados-home-left {
    	text-align: center;
    }
    
    .img-certificados-home-right {
    	text-align: center;
    }

}

@media(max-width:300px) {
    
    img.img-certificados {
	  display: block;
     max-width: 100%;
     height: auto;
    }

}
