﻿#efecto{
	border: 0px solid red;
	width: 100%;
	height: 500px;
	float: left;
	padding: 10px 0;
}

#efecto-conten{
	width: 750px;
	height: 100%;
	float: left;
}

#efecto-r{
	width: 100%;
	display: none;
}

#efecto-r img{
	width: 100%;
}



#ladod-efecto{
	border: 0px solid red;
	width: 325px;
	height: 445px;
	float: left;
	margin: 0 0 0 20px;
}

.promocion1{
	background: #217441;
	width: 100%;
	line-height: 50px;
	font-size: 40px;
	color: white;
	text-align: center;
	float: left;
	padding: 10px;

	text-shadow:1px 1px 1px #000;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.promocion2{
	background: white;
	width: 100%;
	line-height: 30px;
	font-size: 24px;
	text-align: center;
	float: left;
	padding: 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}


.promocion3{
	background: #b02025;
	width: 100%;
	line-height: 30px;
	font-size: 24px;
	color: white;
	text-align: center;
	float: left;
	padding: 10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.promocion4{
	background: black;
	width: 100%;
	line-height: 30px;
	font-size: 24px;
	color: white;
	text-align: center;
	float: left;
	padding: 10px;
	margin: 20px 0 0 0;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}




.texto{
	background: rgba(256,256,256,0.7);
	width: 100%;
	font-size: 22px;
	line-height: 27px;
	margin: 20px 0;
	padding: 10px;
	float: left;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.texto strong{
	font-size: 30px;
	color: red;
}

.texto b{
	color: #c96864;
}

.banner-conten{
	width: 100%;
	text-align: center;
	float: left;
}

.banner1{
	background:#e0e1d6;
	font-size: 37px;
	font-weight: bold;
	text-align: center;
	padding: 12px 20px;
	display: inline-block;

	box-shadow: 4px 4px 4px #e92929;
}



@media screen and (max-width: 1100px){
	#efecto{
		height: auto;
	}
	
	#efecto-conten{
		width: 100%;
	}

	#efecto-conten .slider{
		display: none;
	}

	#efecto-r{
		display: block;
	}

	#efecto-r img{
		width: 50%;
		float: left;
	}

	#ladod-efecto{
		width: 100%;
		height: auto;
		float: left;
		margin-left: 0 !important;
	}

	.promocion1{
		margin: 20px 0 0 0;
	}

	.promocion4{
		margin-top: 0;
	}
}

@media screen and (max-width: 700px){
	#efecto-r img{
		width: 100%;
	}
}