.i_acordeon{ position:relative; float:left; width:100%; height:240px; margin-top:20px;}
	.i_acordeon{ position:relative; float:left; width:100%; height:auto; overflow:hidden;}
	.i_acordeon_title{
		position:relative; float:left; width:100%; height:auto;
		background-color:#CCC;
	}
	.i_acordeon_content{ position:relative; float:left; width:100%; height:auto;}
	.contenido1_acordeon{ position:relative; float:left; width:100%; height:240px; background-image:url(../imgs/index/acordeon/1.jpg); background-position:top right; background-repeat:no-repeat;}
		.contenido1_acordeon h3{
			position:relative; float:left; width:100%; height:auto; font-size:3.8em;
			margin:10px 0px 0px 0px;
		}
		.contenido1_acordeon p{
			position:relative; float:left; width:300px; height:auto; font-size:0.9em;
			margin:10px 0px 0px 0px; font-weight:bold; line-height:18px;
		}
	.contenido2_acordeon{ position:relative; float:left; width:100%; height:240px; background-image:url(../imgs/index/acordeon/2.jpg); background-position:top right; background-repeat:no-repeat;}
		.contenido2_acordeon h3{
			position:relative; float:left; width:300px; height:auto; font-size:3.8em;
			margin:10px 0px 0px 20px;
		}
		.contenido2_acordeon p{
			position:relative; float:left; width:400px; height:auto; font-size:0.9em;
			margin:10px 0px 0px 20px; font-weight:bold; line-height:18px;
		}
		.contenido2_acordeon span{ font-weight:100; display:block;}
	.contenido3_acordeon{ position:relative; float:left; width:100%; height:240px; background-image:url(../imgs/index/acordeon/3.jpg); background-position:top right; background-repeat:no-repeat;}
		.contenido3_acordeon h3{
			position:relative; float:left; width:300px; height:auto; font-size:3.8em;
			margin:10px 0px 0px 20px;
		}
		.contenido3_acordeon p{
			position:relative; float:left; width:400px; height:auto; font-size:0.9em;
			margin:10px 0px 0px 20px; line-height:18px; font-weight:bold;
		}
		.contenido2_acordeon span{ font-weight:bold; display:block;}
	.contenido4_acordeon{ position:relative; float:left; width:100%; height:240px; background-image:url(../imgs/index/acordeon/4.jpg); background-position:top right; background-repeat:no-repeat;}
		.contenido4_acordeon h3{
			position:relative; float:left; width:200px; height:auto; font-size:2.8em;
			margin:10px 0px 0px 200px; line-height:37px;
		}
		.contenido4_acordeon p{
			position:relative; float:left; width:350px; height:auto; font-size:0.9em;
			margin:10px 0px 0px 200px; font-weight:bold; line-height:18px;
		}
	
.i_box{ position:relative; float:left; width:206px; height:225px; padding:10px; border:1px solid #FFF; margin-right:15px; margin-top:-40px; cursor:pointer;}
	.i_box img{ position:relative; float:left; width:90px; height:90px;}
	.i_box h3{ position:relative; float:right; width:105px; height:90px; font-size:1.2em; font-weight:bold; margin-top:15px;}
	.i_box p{ position:relative; float:left; width:100%; height:auto; margin-top:10px; font-size:1.0em;}
.i_box_end{ margin-right:0px; float:right;}
.i_box:hover{ background-color:#f8f8f8; border:1px solid #CCC; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}