/* CONTENT*/
	
/* MODULE IN PRODUCT DETAIL */
.module_in#detail {
	margin-bottom:15px;
}
#product_detail{
	float:left;
	width:70%;
	position:relative;
}
#planes_recomendados{
	float:left;
	width:30%;
}
#product_detail .column{
	float:left;
	margin-right:15px;
}

/* COlUMN IMAGE  */
#product_detail #column_image #content_image{
	margin-bottom:5px;
}
#product_detail #column_image img{
	border:1px solid #e3e3e3;
	width:200px;
	height:280px;
}
#product_detail #column_image a.link_arrow{
	color:#0b4da2;
	font-size:11px;
	padding-right:15px;
	background:url('../images/flecha_celeste_right.png') no-repeat right 4px;
	text-decoration:none;
	margin-right:5px;
}
#product_detail #column_image #arrows img{
	border:0px;
	width:12px;
	height:12px;
}
#product_detail #column_image #arrows p{
	color:#1E3C88;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
#product_detail #column_image #otros_modelos form input, form select {
	background-color:#FFFFFF;
	padding:2px;
	border:1px solid #DDDDDD;
	color:#5B5B5B;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}

/* COlUMN DESCRIPTION  */
#product_detail #column_description{
	width:260px;
}
#product_detail #column_description p.brand{
	font-size:14px;
}
#product_detail #column_description h2{
	margin-bottom:10px;
}
#product_detail #column_description p{
	font-size:11px;
}

/* COlUMN LINKS  */
#product_detail #column_links{
	margin-right:0;
}
#product_detail #column_links a.view_all{
	color:#0b4da2;
	font-size:11px;
	text-decoration:underline;
	position:absolute;
	right:10px;
	bottom:0;
}
/* PLANES RECOMENDADOS */

#planes_recomendados .col{
	float:left;
}
#planes_recomendados .col.left{
	width:60%;
	padding-right:20px;
}
#planes_recomendados .col.left h2{
	color:#0b4da2;
}
#planes_recomendados .col.right{
	width:40%;
}

/* MODULE IN FEATURS */
#features{
	float:left;
	width:66%;
}
#features .module_in{
	width:602px;
}

/* MODULE IN PROMOTIONS */

#column_promotion{
	float:left;
	width:34%;
}
.promotion{
	margin-top:15px;
	width:320px;
}

