.img-azul{
	position: absolute;
	top: 0px;
	left: 0;
}

.img-roja{
	position: absolute;
	bottom: 0;
	right: 0;
}

.img-roja img{
	margin-bottom: -7px;
}


h2 {
    font-size: 3.6rem;
    color: #00457C;
    line-height: 1.25;
    font-weight: 600;
}


blockquote, dl, figure, form, ol, p, pre, table, ul {
    margin-bottom: 5px;
}


.info {
 display: none;
 position: absolute;
 bottom: 0;
 z-index: 10;
 background: rgba(0, 0, 0, 0.5);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000);
 width: 400px;
 color: #FFF;
 padding: 10px;
}


li:hover .info {
display: block;
}

img.logo {
    width: 80%;
    padding-bottom: 10px;
}