body {
	background: url('../img/concrete-4.jpg') no-repeat center center fixed;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*font-family: Tahoma;*/
}
.contenedor {
	width: 960px;
	margin: auto;
}

.cabecera {
	overflow: auto;
	margin-bottom: 10px;
}
.cabecera > img {
	margin-top:10px;
}
.menu {
	float: right;
}
.menu a {
	background-image: url(../img/fondo-gris.png);
	color: white;
	padding: 40px 10px 10px 10px;
	display: block;
	float: right;
	margin-left: 2px;
}

.contenido {
	text-align: center;
	background-image: url(../img/fondo-blanco.png);
	padding: 30px 80px;
	overflow: auto;
}

#inicio .contenido {
	padding-top:0;
}
.fotos {
	margin-top:12px;
}
.fotos img {
	margin: 0 4px;
}

#inicio h3 {
	margin-top: 10px;
}
#inicio .lead {
	font-size: 15px;
	margin-bottom: 10px;
}

.carousel {
	font-size: 18px;
}
.cajaslider {
	text-align: center;
	background-color: #b6c4d1;
	padding: 30px 0;
	height: 470px;
}
.carousel-caption {
	font-size: 22px;
	text-align: right;
	bottom: 90px;
}
/*.carousel-indicators {
	left: 70%;
}*/

@media only screen and (min-width:1001px) {
	.movil {
		display: none;
	}
}

@media only screen and (max-width:1000px) {
	body {
		padding: 0;
		padding-bottom: 4vw;
	}
	.contenedor {
		width: 92%;
		min-width: 310px;
		position: relative;
	}
	.cabecera > img {
	    width: 150px;
	}
	.amenu {
		float: right;
		width: 40px;
	}
	.amenu img {
		width: 40px;
		margin-top: 7px;
	}
	.menu {
		display: none;
	}
	.menu-movil {
		position: absolute;
	    right: 0;
	    width: 155px;
		z-index: 10;
		display: none;
	}
	.menu-movil a {
		display: block;
		color: #fff;
		text-align: right;
		background: #737373;
		padding: 21px 10px;
	}
	.contenido {
	    padding: 30px 10px;
	}
	.row {
		margin: 0;
	}
	.fotos img {
	    width: 140px;
		margin: 0;
	}
	.item img {
		width: 290px !important;
	}
}
