.navbar-default {
	background-color:#003162;
	border-color:#003162;
	padding-top:20px;
	padding-bottom:20px;

}

.navbar-default .navbar-nav>li>a {

	color: #FFFFFF;

}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 -1px;
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {

	color: #eee;

}


.social {
    margin: 0;
    padding: 0;
alignment:right;
}

.social ul {
    margin: 0;
    padding: 5px;
	alignment:right;
}

.social ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block;
	
	
}


body {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color:#ffffff;
	width:100%;
	padding-top:121px;
	padding-bottom:0px;
}

.main {
	background:#f2f2f2;
	padding-bottom:100px;
}

.color1 {
	background: #34495e;
	color:#fff;
}

.color2 {
	background: #6D6E71;
	color:#fff;
}

.color3 {
	background: #6D6E71;
	color:#003162;
}

.titulos {
	background: #ffffff;
	color:#003162;
	text-align:center;
	font-family: 'Arial', Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 15.4px;
}
	
	h1 {
	background: #ffffff;
	color:#003162;
	text-align:center;
	font-family: 'Arial', Arial, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 15.4px;
}	
	
h2 {
	background: #ffffff;
	color:#003162;
	text-align:center;
	font-family: 'Arial', Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
}
h3 {
	font-family: 'Arial', Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
}

h5 {
	background: #ffffff;
	color:#003162;
	text-align:left;
	font-family: 'Arial', Arial, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 15.4px;
}
p {
	font-family: 'Arial', Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}
blockquote {
	font-family: 'Arial', Arial, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
pre {
	font-family: 'Arial', Arial, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5714px;
}


.titulos1 {
	background: #ffffff;
	color:#003162;
	text-align : justify;
}

	h2 {
	font-family: 'Arial', Arial, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 26.4px;
}
	

.parrafo {
	background: #ffffff;
	color:#696969;
	text-align:center;
}

.parrafo1 {
	background: #ffffff;
	color:#696969;
	text-align:justify;
}

p1 {
	background: #ffffff;
	color:#696969;
	text-align:left;
	font-size: 18px;
}

.texto_footer {
	background:#414143;
	color:#ffffff;
	text-align:center;
}

.texto_blanco {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	background:#414143;
	color:#ffffff;
}

aside {
	background:#c0392b;
	color:#fff;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

img.pequeña{
  width: 50px; height: 50px;
}
img.mediana{
  width: 100px; height: 100px;
}
img.grande{
  width: 255px; height: 175px;
  alignment:center;
}

social_icon{
  width: 10px; height: 10px;
  alignment:right;
 } 
  

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

figure {
    position: relative;
    width: 60vw;
    height: 60vw;
    overflow: hidden;
    background-image: url(mad-dog.jpg);
    background-size: cover;
}
figcaption {
    position: absolute;
    top: 0;
    padding-top: 12vw;
    font-size: 10vw;
    width: 100%;
    height: 100%;
    color: white;
    text-align: center;
}


figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: 2s ease-in-out;
}


figure img:first-of-type {
    clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
}
figure img:last-of-type {
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
}


figure:hover img:first-of-type {
    transform: translateY(-45%);
}
figure:hover img:last-of-type {
    transform: translateY(45%);
}


.footer {
  position: relative;
  margin-top: 20px; /* negative value of footer height */
  height: 250px;
  width:100%;
  clear:both;
  padding-top:10px;
    background-color: #414042;
} 

