@media (max-device-width: 768px) {
	#menufixed{
		display: block;
	}
	.menuinside{
		display: none;
	}
	#home{
		width:100%;
		height:100%;
		overflow: hidden;
		float:left;
		background: #000000 url(../img/atardecer.jpg) center center no-repeat;
		background-size: cover;
	}
	#home p{
		font-size: 10px;
	}
	.container{
		width:100%;
	}
	.menuinside{
		width:100%;
	}
	.menuinside p{
		display: none;
	}
	.menuinside a{
		width:100%;
		text-align: center;
		margin:0;
	}
	#menu a.menulink{
		margin:0;
	}
	#floatmenu{
		display: none;
	}
	.row-fluid .span4{
		width:100%;
	}
	.row-fluid .span1{
		width:100%;
	}
	h2{
		font-size: 12px;
	}
	#contactoinside{
		width:100%;
		padding-top:20px;
	}
	#contactoinside img{
		display: none;
	}
	#contactoinside h5, #contactoinside h4, #contactoinside a{
		text-align: center;
	}
	.row-fluid .span6{
		width:100%;
	}
	.row-fluid .span2{
		width:100%;
	}
	.newsletter, .social{
		display: none;
	}
	.slide .item{
		width:100%;
	}
	#contacto h2,#contacto h3, #contacto p{
		text-align: center;
	}
}
@media (min-width: 1200px) {
	#menufixed{
		display: none;
	}
	.menuinside{
		display: block;
	}
	.container{
		width:80%;
	}
}
@media (max-device-width: 768px) {
	#menufixed{
		display: block;
	}
	.menuinside{
		display: none;
	}
	#home{
		width:100%;
		height:100%;
		overflow: hidden;
		float:left;
		background: #000000 url(../img/atardecer.jpg) center center no-repeat;
		background-size: cover;
	}
	#home p{
		font-size: 10px;
	}
	.container{
		width:100%;
	}
	.menuinside{
		width:100%;
	}
	#floatmenu{
		display: none;
	}
	.row-fluid .span4{
		width:100%;
	}
	h2{
		font-size: 12px;
	}
	#contactoinside{
		width:100%;
		padding-top:20px;
	}
	#contactoinside img{
		display: none;
	}
	#contactoinside h5, #contactoinside h4, #contactoinside a{
		text-align: center;
	}
	.row-fluid .span6{
		width:100%;
	}
	.row-fluid .span2{
		width:100%;
	}
	.newsletter, .social{
		display: none;
	}
	.slide .item{
		width:100%;
	}
}