@charset "UTF-8";
/* CSS Document */
#logo {
	background-color: #ffffff;
	padding-bottom: 36px;
	padding-top: 36px;
}
.menu {
	margin-bottom: 36px;
}
.iconos {
	margin-bottom: 36px;
}
h3.telefono {
	margin-top: 30px;
	margin-bottom: -30px;
	color: #BBD038;
}
.pueblos td {
	padding-right: 20px;
}
#legal, #privacidad {
    background-color: #FFFFFF;
    border-radius: 3px;
    bottom: 30px;
    box-shadow: 3px 3px 8px #222222;
    display: none;
    height: 85%;
    left: 18%;
    padding: 15px;
    position: fixed;
    width: 60%;
    z-index: 80;
}
#legal .content, #privacidad .content {
    color: #000000;
    font-family: arial;
    font-size: 12px;
    height: 95%;
    overflow-y: scroll;
    width: 100%;
}
#legal .content .text, #privacidad .content .text {
    margin: 10px 20px;
}
#legal .content h3, #privacidad .content h3 {
    color: #888888;
    font-size: 17px;
    margin-bottom: 10px;
}
#legal .cerrar, #privacidad .cerrar {
    margin-bottom: 20px;
    text-align: right;
}
#legal .cerrar a, #privacidad .cerrar a {
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}
#map-canvas {
	width: 100%;
	height: 600px;
}
#map-canvas img {
    max-width: none;
}
.img_servicio {
	background:url("../images/bg_servicios_senferm.jpg");
	position:relative;
	width: 220px;
	height: 180px;
}
.fa {
	line-height: 0.75 !important;
}