@charset "utf-8";

#tablacontacto {
	width: 100%;
}
#celdadatos {
	width: 35%;
	vertical-align: top;
	padding-top: 3%;
	text-align: right;
}
#celdadatos p {
	margin-top: 0px;
	margin-bottom: .25rem;
	font-weight: 600;
}
#celdadatos a {
	color: black;
	text-decoration: none;
	font-weight: 600;
}
#celdadatos img {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	displday: block;
	max-width: 160px;
	margin-bottom: 1rem;
}
#celdadatos iframe {
	margin-top: 1rem;
	border: none;
	width: 100%;
	overflow: hidden;
}
#celdamapa {
	box-sizing: border-box;
	vertical-align: top;
	padding-right: 5%;
}
#celdamapa #darrelativo {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}
#darrelativo img {
	display: block;
	width: 100%;
	height: auto;
}
#celdadatos .botonestandar {
	margin-top: 1rem;
	margin-bottom: 1rem;

}
#darrelativo div {
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(0,0,0,.3) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%,rgba(0,0,0,.3) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(255,255,255,0) 0%,rgba(0,0,0,.3) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	transition: all .3s ease-in 0s;
	width: 12%;
	height: 12%;
	border-radius: 50%;
	z-index: 5;
	cursor: pointer;
	position: absolute;
}
#darrelativo div:hover {
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(0,0,0,.5) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%,rgba(0,0,0,.5) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(255,255,255,0) 0%,rgba(0,0,0,.5) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.animar {
	height: 0px;
	overflow: hidden;
	transition: height .3s ease-in 0s;
}
#animar0 {
	height: auto;
}
.delegacion{
	overflow: hidden;
}
.delegacion h3 {
	margin-bottom: .5rem;
	color: rgba(185,112,49,1.00);
}
.animar p {
	padding-right: .75rem;
}
#contenedorformulario {
	display:none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
	opacity: 0;
	z-index: 110;	
	color: white;
	overflow: hidden;
	box-sizing: border-box;
}
#formulario {
	width: 100%;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding: 1rem;
}
#formulariocontacto label {	
	display: block;
}
#formulariocontacto input, #formulariocontacto textarea {
	width: 100%;
	color: black;
}

#formulariocontacto input[type="button"], #formulariocontacto input[type="submit"], #formulariocontacto input[type="checkbox"], #formulariocontacto #inclave {
	width: auto;
}
#formulariocontacto a {
	color: white;
}
#formulariocontacto #etiquetaclave {
	padding-left: .15rem;
	padding-right: .15rem;
	background-color: rgba(236,176,176,1.00);
}
#formulario .botonestandar {
	background-color: transparent;
	border-color: white;
	color: white;
}
#formulario .botonestandar:hover {
	color: black;
	background-color: white;
}
#tapador {
	background-color: rgba(0,0,0,.75);
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display:none;
	z-index: 109;
}
	.fondodireccion {
		background-color: rgba(150,50,46,0.15);

	}
	.fondotelefonos {
		background-color: rgba(203,126,60,0.15);
	}
	.fondotelefonos, .fondodireccion {		
		padding-top: .25rem;
		padding-bottom: .25rem;
		overflow: hidden;
	}
	#darrelativo #comentario {
		position: absolute;
		right: .25rem;
		bottom: 10%;
		background:none;
		height: auto;
		width: 50%;
		z-index: 2;	
		text-align: right;
		font-size: .625rem;
		cursor:default;
	}
@media (max-width: 700px) {
	#celdamapa {
		display: block;
		width: 100%		;
		padding: 0px;
	}
	#celdadatos {
		display: block;
		width: 100%;
		padding: 0px;
		text-align: center;
	}
	.delegacion h3 {
		text-align: center;
	}
	.fondodireccion {
		background-color: transparent;
	}
	.fondotelefonos {
		background-color: transparent;
	}
	.animar p {
		padding-right: 0rem;
	}
}