/*!
 * Start Bootstrap - The Big Picture HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
	margin-top: 20px;
	margin-bottom: 50px;
	background: none;
	font-family: 'Raleway', sans-serif;
}

p {
	font-size:1em;
	text-align:center;
	color:#FFF;
	text-shadow:1px 1px 1px rgba(0,0,0,1);
}
img {
	max-width:100%;
	height:auto;
}
.animacion{
	animation-name:aparece;
	animation-duration:5s;
	animation-iteration-count:1;
}

.full {
  background:url(../imagenes/carpinteria-ebanisteria-palencia.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a{
	color:#DFB56A;
	text-decoration:none;
	transition:all 0.7s ease-out;
	}
a:focus{
	
	}
a:hover{
	color:#ffffff;
	}

.contenedor {
	width:33%;
	background-color:rgba(0,0,0,0.6);
	padding:20px 40px 20px 40px;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	-ms-border-radius:30px;
	-o-border-radius:30px;
}
.sinsombra p{
	text-shadow:none;
}
.margensuperior {
	padding-top:10px;
}


@keyframes aparece{
  from {
    opacity:0;

  }
  to {
    opacity:1;

  }
}


@media (max-width:1200px) {
	.contacto {
		width:100%;
		display:block;
		text-shadow:none;
		padding:0;
		margin-bottom:10px;
		text-align:center;
		}
	.contacto a {
		text-align:center;
	
}
	h3 {
		font-size:1.1em;
}
	#telefono{
		padding: 15px 5px 5px 5px;
	}

@media (max-width:1000px) {
	.fotos {
		width:100%;
		display:block;
		text-shadow:none;
		padding:0;
		margin-bottom:10px;
		text-align:center;
		}
	.reducir{
		max-width:80%;
		margin-top:35px;
		transition:all 1s ease-out;
		}
	#telefono {
		font-size:1.3em;

		}
}

@media (max-width:720px) {
	.contenedor {
		width:95%;
		}	
	.container {
		width:95%;
		}
			.fotos img{
		border-radius:25px;
}
}
		