@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
body {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
h1,
h1+p {
	margin: 30px 15px 0;
	font-weight: 300;
}
h1+p a {
	color: #333;
}
h1+p a:hover {
	text-decoration: none;
}
h2 {
	margin: 60px 15px 0;
	padding: 0;
	font-weight: 300;
}
h2 span {
	margin-left: 1em;
	color: #aaa;
	font-size: 85%;
}
.column {
	margin: 15px 15px 0;
	padding: 0;
}
.column:last-child {
	padding-bottom: 60px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 100px;
	height: 150px;
	margin: 0 0 0 25px;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}


figure {
	width: 100px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
	text-align:center;
}
figure:hover+span {
	bottom: -6px;
	opacity: 1;
}



/* Flashing */
.hover13 figure:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

  ul#ejm2 li a{
        position: relative;

    }
    ul#ejm2 li a:after{
        position: absolute;
        bottom: 3px;
        left: 8px;
        width: 100%;
        height: 4px;
        background-color: #0054A5;
        content: "";
        opacity: 0;
        transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        transform: translateX(-15px);        
        font-weight:bold;
    }
    ul#ejm2 li a:hover:after{
        opacity:1;
        transform: translateX(-5px)

    }


/* reglas CSS para formulario abajo */
.form-consulta {
	max-width: 450px; 
	padding: 0px; 
}
.campo-form {
	width:63%; 
	height:36px;
	 margin:2px 0 6px; 
	 padding-left:6px; 
	 box-sizing: border-box;
	  border-radius:3px;
	   border:0; 
	  font-family: 'Source Sans Pro', 
	  sans-serif; font-size:1em;
	}
label span {color: #f00}
textarea {min-height: 150px!important;}
.btn-form {display: inline-block; border:0; background: #0054A5; height: 37px; line-height: 37px; padding: 0 20px; border-radius: 6px; color:#fff; text-decoration: none; text-transform: uppercase; letter-spacing: 1px}
.btn-form:hover {background: #444}