
header #logotipo{
	background-image: none;

}

#contenidoPrincipal{
	
	height: auto;
	
}		
	#mapaNavegacion #der{
		margin-top: 20px;
	}
		

	#map{
		width: 100%;
		height: 400px;
		 -webkit-box-shadow: 0px 6px 5px 0px white;
			-moz-box-shadow: 0px 6px 5px 0px white;
			box-shadow: 0px 6px 5px 0px white;
		
	}
		
		
		
	/*Para la parte del formulario*/
	#form{
		float: left;
		margin-top: 60px;
		width: 50%;
		height: auto;
		padding-bottom: 10px;
		/*margin-left: 50px;*/
		
	}
		#form legend{
			font-size: 25px;
			margin-top: 10px;
			color: #424242;
			
		}
		#form p{
			margin-top: 25px;
			font-size: 16px;
			margin-bottom: 40px;
			margin-left: 2%;
		}
		
		#form label{
			font-size: 18px;
			display: block;
			margin-left: 2%;
			margin-bottom: 8px;
			
		}

		#form input{
			margin-left: 2%;
			width: 58%;
			height: 35px;
			margin-bottom: 25px;
			
		}
		
		#form textarea{
			margin-left: 2%;
			margin-bottom: 25px;
			width: 58%;
		}
		
		
		
		#form .boton{

			width: 130px;
			height: 35px;
			margin-top: 10px;
			margin-left: 5%;
			cursor: pointer;
			font-family: Verdana;
			font-size: 19px;
			border-radius: 10px;
			color: black;
			background-color: rgb(1,152,255);
		}
		
		#form .boton:hover{
			opacity: 0.7;
			
		}
		#form label span{color: #F78181;}
		
		
		#form #nombre, #form #dire, #form #telefono{
			/*background-position: right center;*/
			background-position: 90% center;
			padding: 5px 5px 5px 20px;
			
		}
		
		#form #nombre{
			background-image: url("../imagenes/iconos/nombre.png");
			background-repeat: no-repeat;
			
		}
			#form #nombre:hover{
				background-image: url("../imagenes/iconos/nombreHover.png");
				background-repeat: no-repeat;
			}
		
		#form #dire{
			background-image: url("../imagenes/iconos/email.png");
			background-repeat: no-repeat;

			
		}
		
		
		
		
		
		
		
			#form #dire:hover{
				background-image: url("../imagenes/iconos/emailHover.png");
				background-repeat: no-repeat;
				
			}
				
		#form #telefono{
			background-image: url("../imagenes/iconos/telefono.png");
			background-repeat: no-repeat;
			
			
		}
			#form #telefono:hover{
				background-image: url("../imagenes/iconos/telefonoHover.png");
				background-repeat: no-repeat;
			}
			
		#form textarea{
			padding: 5px 5px 5px 20px;
			resize: none;
			width: 58%;
			height: 150px;
		}
		
		
	#infoForm{
		margin-top: 60px;
		/*margin-right: 20px;*/
		width: 45%;
		height: auto;
		float: right;
		padding-bottom: 40px;

	}	
	
		#infoFormInfo{
			width: 100%;
			height: auto;
			
		}
		
			#infoForm p{
				font-size: 16px;
				margin-left: 2%;
				line-height: 24px;
				
			}
				#infoForm p span{font-weight: bold;}
		
			#infoForm #infoFormInfoTitulo{
				font-size: 25px;
				margin-bottom: 25px;
				color: #424242;
				
			}
			#infoForm p:last-child{
				margin-top: 40px;
			}
		
		
		#infoForm #foto{
			overflow: hidden;
			margin-top: 50px;
			width: 95%;
			height: 300px;
			margin-left: 3%;

			
		}
			#infoForm #foto img{
				width: 100%;
				height: 350px;
				transition: 1.5s ease;
			 		-moz-transition: 1.5s ease; /* Firefox */
			 		-webkit-transition: 1.5s ease; /* Chrome - Safari */
			 		-o-transition: 1.5s ease; /* Opera */
			}
			#infoForm #foto img:hover{
				transform : scale(2);
				-moz-transform : scale(2); /* Firefox */
				-webkit-transform : scale(2); /* Chrome - Safari */
				-o-transform : scale(2); /* Opera */
				-ms-transform : scale(2); /* IE9 */
			}

