/*********************************************************************************
	Planes Home
*********************************************************************************/
#planes{
	background:#333333 url(/eco-img/planes-servidor.jpg) center top no-repeat;
	padding:77px 0px 0px 10px;
	margin:0px 0px 10px 0px;
}
#plan-a{
	width:240px;
	max-width:240px;
	height:260px;
	display:block;
	background: url(/eco-img/en/fondo-plan-1.jpg) no-repeat center top;
	float:left;
	margin:0px 0px 10px 0px;	
}
#plan-b{
	width:240px;
	height:260px;
	display:block;
	background: url(/eco-img/en/fondo-plan-2.jpg) no-repeat center top;
	float:left;
	margin:0px 0px 10px 10px;
}
#plan-c{
	width:240px;
	max-width:240px;
	height:260px;
	display:block;
	background: url(/eco-img/en/fondo-plan-3.jpg) no-repeat center top;
	float:left;
	margin:0px 0px 10px 0px;	
}
#plan-d{
	width:240px;
	height:260px;
	display:block;
	background: url(/eco-img/en/fondo-plan-4.jpg) no-repeat center top;
	float:left;
	margin:0px 0px 10px 10px;
}

#plan-a span, #plan-b span, #plan-c span, #plan-d span{
	display:none;
	overflow:hidden;
}
#plan-boton{
	margin:210px auto 0px auto;
	width:224px;
	background:none;
}
#plan-boton-detalles{
	margin:0px;
	padding:0px;
	background:none;
	width:111px;
	height:40px;
	float:left
}
#plan-boton-detalles a{
	margin:0px;
	padding:0px;
	background: url(/eco-img/en/bt-detalles-off-trans.png) no-repeat;
	display:block;
	width:111px;
	height:40px;
	cursor:pointer;
}
#plan-boton-detalles a:hover{
	background: url(/eco-img/en/bt-detalles-on-trans.png) no-repeat;
	cursor:pointer;
}
#plan-boton-compra{
	margin:0px;
	padding:0px;
	background:none;
	width:111px;
	height:40px;
	float:left
}
#plan-boton-compra a{
	margin:0px;
	padding:0px;	
	background: url(/eco-img/en/bt-ordenar-off-trans.png) no-repeat;
	display:block;
	width:111px;
	height:40px;
	cursor:pointer;
}
#plan-boton-compra a:hover{
	background: url(/eco-img/en/bt-ordenar-on-trans.png) no-repeat;
	cursor:pointer;
}
/*******************************************************************************************/
#planes-sidebar{
	margin:0px;
	padding:0px 0px 0px 5px;
	background:#D3D5A8;
}
#sidebar-plan-a{
	width:235px;
	max-width:235px;
	height:260px;
	display:block;
	background: url(/eco-img/en/sidebar-fondo-plan-1.jpg) no-repeat center top;
	float:left;
	margin:0px 0px 5px 0px;	
}
#sidebar-plan-b{
	width:235px;
	max-width:235px;
	height:260px;
	display:block;
	background: url(/eco-img/en/sidebar-fondo-plan-2.jpg) no-repeat center top;
	float:left;
	margin:0px 0px 5px 0px;
}
#sidebar-plan-c{
	width:235px;
	max-width:235px;
	height:260px;
	display:block;
	background: url(/eco-img/en/sidebar-fondo-plan-3.jpg) no-repeat center top;
	float:left;
	margin:0px 0px 5px 0px;	
}
#sidebar-plan-d{
	width:235px;
	max-width:235px;
	height:260px;
	display:block;
	background: url(/eco-img/en/sidebar-fondo-plan-4.jpg) no-repeat center top;
	float:left;
	margin:0px 0px 5px 0px;
}

#sidebar-plan-a span, #sidebar-plan-b span, #sidebar-plan-c span, #sidebar-plan-d span{
	display:none;
	overflow:hidden;
}
