@font-face {
  font-family: 'Freesia';
  src: url('../fuentes/upcfl.ttf'); /* IE9 Compat Modes */
  src: url('../fuentes/upcfl.ttf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fuentes/upcfl.ttf') format('woff'), /* Modern Browsers */
       url('../fuentes/upcfl.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fuentes/upcfl.ttf#svgFontName') format('svg'); /* Legacy iOS */
}

html, body 
{
	width: 100%;
	height: 100%;
	min-height: 100%;
}

body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-family: 'Raleway', sans-serif;
	color: #454547;
	background: #ffffff;
}


.margin-bottom-23{
	margin-bottom: 23px;
}

img
{
	border:0px;
}

a
{
	text-decoration: none;
	color: #404041;
}

.clear
{
	clear: both;
}

.img_full
{
	max-width: 100%;
	width: 100%;
}

#superior_header
{
	text-align: right;
	padding-top: 10px;
}

#superior_header img
{
	margin-left: 20px;
}

header
{
	border-bottom: 10px solid #60ad45;
	padding-bottom: 5px;
}

.franja_sponsors
{
	background: #dddddd;
	text-align: center;
	padding: 20px 0px;
	margin: 15px 0px 20px 0px;
}

.franja_sponsors img
{
	margin-left: 60px;
	margin-right: 60px;
}

.borde_titulos_verde_c
{
	padding: 4px 0px;
	border-top: 1px solid #60ad45;
	border-bottom: 1px solid #60ad45;
	margin-bottom: 20px;
}

.titulos_verde_c
{
	background: #60ad45;
	color: #ffffff;
	text-align: center;
	padding: 8px 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
}

.titulos_verde_c img
{
	margin-top: -5px;
	margin-left: 10px;
	margin-right: 10px;
}

.borde_titulos_verde_o
{
	padding: 4px 0px;
	border-top: 1px solid #0e723b;
	border-bottom: 1px solid #0e723b;
	margin-bottom: 20px;
}

.titulos_verde_o
{
	background: #0e723b;
	color: #ffffff;
	text-align: center;
	padding: 8px 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
}

.titulos_verde_o img
{
	margin-top: -5px;
	margin-left: 10px;
	margin-right: 10px;
}

.btn_dia_horario
{
	width: 300px;
	background: #0e723b;
	color: #ffffff;
	text-align: center;
	padding: 13px 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	margin: auto;
	line-height: initial;
}

#btn_dia_horario img
{
	margin-top: -5px;
	margin-left: 10px;
	margin-right: 10px;
}

.btn_texto_horario
{
	color: #0e723b;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	margin-top: 15px;
}

.textos_secciones
{
	color: #414141;
	font-size: 20px;
	font-family: 'Freesia', sans-serif;
	line-height: 22px;
}

#texto_alquileres
{
	color: #414141;
	font-size: 23px;
	font-family: 'Freesia', sans-serif;
	line-height: 30px;
}

#texto_alquileres div
{
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 15px;
}

footer
{
	background: #0e723b;
	border-top: 10px solid #60ad45;
	padding: 20px 0px;
}

#izquierda_footer
{
	text-align: center;
}

#datos_footer
{
	margin-top: 10px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
#datos_footer a
{
	color: #ffffff;
}

#fotos_predio
{
	text-align: left;
}

#fotos_predio img
{
	margin-right: 1px;
	margin-bottom: 4px;
}

#titulo_contacto_rapido
{
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	margin: 0px 0px 15px 15px;
}

.campo_contacto_rapido
{
	width: 100%;
	margin-bottom: 10px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 6px 4px 6px 5px;
	border: 0px;
	color: #000000;
}

.boton_enviar_contacto_rapido 
{
	width: 116px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent url('../imagenes/btn_enviar.jpg') no-repeat center top;
	/* text-indent: -2000em; */
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	float: right;
}

.boton_enviar_contacto_rapido:hover
{
	opacity: 0.9;
}

.fancybox img:hover
{
	opacity: 0.8;
}

#frase_recorrida
{
	color: #0e723b;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin: 10px 0px 15px 0px;
}

#escuelita .container .row{
	margin-top:20px;

}

#escuelita .lg{
display:block}

#escuelita .xs{
display:none}

#escuelita .container{
margin-top:50px;}

#escuelita .row .col-sm-5.col-xs-12.lg .col-sm-12 a{
	width:300px !important;
    margin: auto;
    display: block;
    width: fit-content;

}