.expandable {
    padding-top: 10px;
    /* overflow set to hidden to hide the expanded text */
    overflow: hidden;
    /* all style changes will ease-in-out for 1s */
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s;
}



.editorial-home-wrapper-leftside{
	width:710px;
	min-height:350px;
	margin:5px 10px 25px 0px;
	float:left;
	clear:left;}

	
	.bloque-editorial-home{
		width:710px;
		/* min-height:90px; */
		float:left;
		clear:both;
		padding:0 0 15px 15px;
		}
		
		.bloque-editorial-home:hover{
		background-color:#D6E8F2;
				cursor:pointer;
		}
		
		
				.bloque-editorial-home h1{
			font-style:italic;
			font-weight:bold;
			font-size:15px;
			color:#1E5072;
			float:left;
			clear:both;
			}
			
			
		.bloque-editorial-home h2{
			font-style:italic;
			font-weight:bold;
			font-size:15px;
			color:#1E5072;
			float:left;
			clear:both;
			}
	
		.imgs-editorial-bloques{
			width:95px;
			height:55px;
			background-image:url(../img/sprite-editorial-home.jpg);
			background-repeat:no-repeat;
			float:left;
			clear:left;
			
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			-o-border-radius: 10px;
			border-radius: 10px;
			-khtml-border-radius: 10px;
			
			-moz-box-shadow: 1px 1px 9px #B2B2B2;
			-webkit-box-shadow: 1px 1px 9px #B2B2B2;
			box-shadow: 1px 1px 9px #B2B2B2;
			}     
		
		.bloque-editorial-home p{
			width:600px;
			min-height:50px;
			margin:5px 5px 10px 10px;
			color:#494949;
			font-size:12px;
			float:left;}
		
	.line-bloque-editorial-home{
		width:710px;
		height:1px;
		float:left;
		clear:both;
		background-image:url(../img/dotted-horizontal-line.png);
		background-repeat:repeat-x;
		}
		
		
.editorial-home-wrapper-rightside{
	width:182px;
	min-height:330px;
	float:left;
	clear:right;
	margin:20px 0 0 0;}		
	
	
	/* Banners */
	
	
	.descargar-que-hacer{
		display:block;
		width:182px; 
		height:160px; 
		background-image:url(../img/banner-descargar-que-hacer.png);
		background-repeat:no-repeat;
		background-position:0 0;
		}
		
			.descargar-que-hacer:hover{
				background-position:0 -160px;
				}
				
				
		.descargar-catalogo{
		display:block;
		width:182px; 
		height:170px;
		text-decoration:none; 
		background-image:url(../img/banner-descargar-catalogo.png);
		background-repeat:no-repeat;
		background-position:0 0;
		}
		
			.descargar-catalogo:hover{
				background-position:0 -176px;
				}		
				
				
				
	.banner-30dedescuento{
		display:block; 
		width:182px; 
		height:312px; 
		background-image:url(../img/banner-300paginas.png);
		background-repeat:no-repeat;
		margin:10px 0 10px 0;
		}			


			