@media (max-width: 460px) {
.contenedor {
	width: 100%;
	margin: 0px auto;
	position:relative;
}

header{
	background:	#373737;
	height:auto !important;
}

h2{
	text-align:center;
	margin-bottom:30px;
}

.row{
	margin-right:0 !important;
}

.logo{
	width: 100%;
	background-color: #373737;
	text-align: left !important;
	margin-top:0 !important;
	height:auto !important;
	padding-right:0 !important;
}

.logo img {
	width: 60%;
	/* margin:10px; */
}

.navbar-default{
	border:none;
}
#carousel-example-generic p.nombre {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}
.carousel-caption{
	padding-bottom:75px !important;
	left:0;
	right:0;
}

.carousel-control{
	display:none;
}
carousel-inner img{
	height:450px !important;
	max-width:none !important;
}


.destacada-proyecto img, .destacada-pag{
	/*width:100%;*/
  height: 300px !important;
  overflow: hidden;
}

.attachment-destacada-pag{
	max-width:none;
  height: auto;
  overflow: hidden;
}

header .menu{
	padding:0 !important;	
	height:0 !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border-color:#373737 !important;
}

header .menu .menu-principal ul li a {
	display: block !important;
	font-size: 13px;
	padding: 0 !important;
	text-transform:uppercase;
	color:#fff !important;
	margin:10px 0 !important;
	width:100%;
}

header .menu .menu-principal ul li a:hover, header .menu .menu-principal ul li.current a {
	background:#373737 !important;
}
.menu-mobile {
	float:right;
	margin-top: 20px !important;
}

.menu-principal {
	width:100%;
	background-color:#373737;
	display:block;
	position:relative;
	z-index:999;
}
.menu-principal .navbar {
	position:inherit;
}
.carousel-inner .item {
	overflow:hidden;
}
.logo .navbar {
	position:absolute;
	top: 0;
	right: 0;
}
.menu-principal li{
	display: block !important;
	width:100%;
	text-align:center;
	padding:10px auto;
}

.menu-principal .sub-menu{
	background:#ccc;
}

.menu-principal .sub-menu a{
	color:#373737;

}

.fafafa{
	background-color:#fafafa;
	margin-bottom:50px;
	text-align:center;
}

.separador {
  padding:0 25px !important;
  border-left: solid 0 transparent;
}

.formulario input {
  width: 100%;
}

.datos{
	background-color: #E6E6E6;
	background-position:top center;	
	height:auto !important;
}

.email{
	padding:9px 0 !important;
	line-height: 5;
	text-align: center;
 }

.dire{
	background-color: #fff;
	padding:10px 0 !important;
	line-height: 4;
	text-align:center;
	font-size:14px;
}

.fono{
	padding:9px 0 !important;
	line-height: 5;
	text-align: center;
}

.gris{
	height:132px;
	background-color:#454547;
}

.logo-footer{
	width:195px;
	height:107px;
	display:block;
	background-image:url(../img/logo-footer.jpg);
	margin:20px auto !important;
	text-align:right;
	padding-bottom:20px;
}

.imgres2 {
  max-width: 100%;
  overflow: hidden;
  height: auto;
}


}