/*******************************/
/* Middle */
/*******************************/

#middle {}

/* Intro */
#intro p {
  margin-bottom: 20px !important;
}

/* Forma */
#forma {
	margin-bottom: 10px;
}

#forma input.error,
#forma select.error,
#forma textarea.error {
    color: #B94A48;
    border-color: #E8E8E8;
}

#forma label {
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 400;
}

#forma table.captcha {
	width: 220px;
}

#forma table.captcha td {
	width: 110px;
	text-align: center;
}

/* Direccion */
#direccion-mapa {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 120%;
    text-align: center;
}

#direccion-mapa h2 {
	margin-bottom: 20px;
}

#direccion-mapa .contenedor-mapa {
	margin: 30px 0 0 0;
}

#direccion-mapa .contenedor-mapa iframe {
	width: 100%;
	height: 350px;
	margin: 0;
	padding: 4px;
    border: 1px solid #E8E8E8;
    background: #FFF;
}

/* Otros */
.alert.alert-danger strong {
	color: #A94442;
}

.alert.alert-success strong {
	color: #3C763D;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) { ... }

/* Medium devices (desktops, 992px and up) */
@media (min-width: @screen-md-min) { ... }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { ... }