@charset "utf-8";
.separadorv {
	margin: 0px;
	height: 20px;
	width: 100%;
	float: left;
}
/* CSS Document */

.iconos {
	float: left;
	width: 800px;
}
.iconos img.margen {
	margin-left: 15px;
}
.bannerl {
	width: 185px;
	float: left;
	margin-bottom: 10px;
	height: 250px;
	background-color: #BDD251;
	text-align: center;
}
.banner {
	width: 185px;
	float: left;
	margin-bottom: 10px;
	height: 250px;
	margin-left: 20px;
	background-color: #BDD251;
	text-align: center;
}

.bloque2 {
	height: auto;
	width: 350px;
	float: left;
	background-image: url(../imgs/interfaz/bloque.jpg);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 20px;
}
/* IE6 */
* html .bloque2 {
	clear:right;
}

/**/

.bloque2 h2 {
	width: 388px;
	margin-left: -19px;
	margin-top: 1px;
}

.bloque2 p {
	font-size:13px;
	color: #124c8b;
	margin-left: 20px;
}
