﻿#efecto{
	border: 0px solid green;
	width: 100%;
	float: left;
}

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


.cuadro{
	border: 1px solid #ddd;
	border-top: 0;
	width: 100%;
	float: left;
	margin-top: 20px;
}

.titulo-cuadro{
	border: 0px solid red;
	background: #2b80ea;
	background: -moz-linear-gradient(top, #2b80ea 0%, #2062b4 44%, #184b8a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b80ea), color-stop(44%,#2062b4), color-stop(100%,#184b8a));
	background: -webkit-linear-gradient(top, #2b80ea 0%,#2062b4 44%,#184b8a 100%);
	background: -o-linear-gradient(top, #2b80ea 0%,#2062b4 44%,#184b8a 100%);
	background: -ms-linear-gradient(top, #2b80ea 0%,#2062b4 44%,#184b8a 100%);
	background: linear-gradient(top, #2b80ea 0%,#2062b4 44%,#184b8a 100%);
	width: 100%;
	color: white;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	float: left;
	padding: 5px 10px;

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

.c{
	border: 1px solid #ddd;
	width: 33.33%;
	height: 300px;
	text-align: center;
	float: left;

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

.c b{
	width: 100%;
	text-align: center;
	float: left;
}

.c img{
	border: 0px solid red;
	width:auto;
	height: 80%;
}


.v25{
	width: 23%;
	height: auto;
	float: left;
	margin: 0 1%;
}

.v33{
	width: 18%;
	margin: 0 7.5%;
}




#marcas{
	border: 0px solid #ddd;
	width: 100%;
	padding: 20px 10px;
	float: left;
	margin: 20px 0 0 0;

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

#marcas b{
	border: 0px solid red;
	width: 100%;
	color: #112588;
	text-align: center;
	font-size: 40px;
	display: block;
	margin: 0 0 30px 0;
	float:left;
}

#marcas img{
	float: left;
	margin: 0 10px 0 0;
}

#texto{
	width: 100%;
	margin: 20px 0 0 0;
	line-height: 32px;
	float: left;
	padding: 20px;

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

#texto-texto{
	width: 100%;
	font-size: 18px;
	float: left;
}

#texto img{
}

@media screen and (max-width: 1100px){
	.d1100{
		display: none;
	}
	
	#efecto .slider{
		display: none;
	}
	#efecto-r{
		display: block;
	}
}

@media screen and (max-width: 700px){
	.c{
		width: 100%;
	}
}

@media screen and (max-width: 500px){
	.imagenes{
		text-align: center;
	}
	.imagenes img{
		clear: both;
	}
	.v25, .v33{
		width: 50%;
	}
}