/* CSS Document */
.margenMenu{
	height:115px;
}
form{
	max-width:800px;
	margin:auto;
	padding:10px 20px;
	box-sizing:border-box;
	font-family: CAVIARDREAMS_BOLD, serif;
	font-size:27px;
	text-align:center;
	margin-bottom:10px;
}
input, textarea{
	width:100%;
	margin-bottom:20px;
	padding:7px;
	box-sizing:border-box;
	font-family: CAVIARDREAMS, serif;
	font-size:17px;
	border:none;
	border-radius:3px;
}
textarea{
	resize:none;
	height:150px;
}
#botonContacto{
	color:#FFFFFF;
	font-family: CAVIARDREAMS_BOLD, serif;
	background: -moz-linear-gradient(top,  rgba(139,179,78,1) 0%, rgba(81,117,39,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(139,179,78,1) 0%,rgba(81,117,39,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(139,179,78,1) 0%,rgba(81,117,39,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db8bb34e', endColorstr='#db517527',GradientType=0 ); /* IE6-9 */
	font-size:27px;
	padding:15px;
}

#botonContacto:hover{
	cursor:pointer;
	color:#D7D7D7;
}
#actualizar,#borrar,#agregar,#actualizarInfo{
	color:#FFFFFF;
	font-family: CAVIARDREAMS_BOLD, serif;
	background: -moz-linear-gradient(top,  rgba(139,179,78,1) 0%, rgba(81,117,39,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(139,179,78,1) 0%,rgba(81,117,39,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(139,179,78,1) 0%,rgba(81,117,39,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db8bb34e', endColorstr='#db517527',GradientType=0 ); /* IE6-9 */
	font-size:27px;
	padding:5px;
}

#actualizar:hover,#borrar:hover,#agregar:hover,#actualizarInfo:hover{
	cursor:pointer;
	color:#D7D7D7;
}
.resultado{
	text-align:center;
	
	font-family: CAVIARDREAMS_BOLD, serif;
	font-size:27px;
	padding:15px;
}
.datosInformacion{
	text-align:center;
	
	font-family: CAVIARDREAMS_BOLD, serif;
	font-size:27px;
	padding:15px;
}
.datosInformacion .telefono{
	display:inline-block;
	width:49%;
	margin-top:10px;
}
#map{
	width:1100px;
	height:600px;
	margin:auto;
	left:0;
	right:0;
}
figure{
	float:left;
	margin-top:-20px;
	margin-left:0px;
	margin-bottom:20px;
	margin-left:10px;
	
	/*width:110px;*/
}
@media screen and (max-width: 1187px){
	#map{ 
		width:900px;
		height:500px;
	}
}
@media screen and (max-width: 957px){
	#map{ 
		width:700px;
		height:450px;
	}
}
@media screen and (max-width: 767px){
	#map{ 
		width:550px;
		height:350px;
	}
	.datosInformacion{
		font-size:18px;
	}
	figure{
		display:none;
	}
}
@media screen and (max-width: 607px){
	#map{ 
		width:280px;
		height:250px;
	}
	.datosInformacion .telefono{
		width:100%;
	}
	form{		
		font-size:18px;
	}
}