.module_in{
	position:relative;
}
/* MODULE CONTENT */
.module_in.no_border{
	border:1px solid #DBDBDB;
	padding:9px;
	position:relative;
	background-color:#FFF;
/*	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;*/
} 

.module_content.top{
	border-left:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
	padding:0 10px 10px 10px;
	background-color:white;
}
.module_content.top .content_module{
	background: url('../images/bg_blue.jpg') repeat-x #FFF;
	background-color:white;
	padding:18px 10px 0 10px;
}
.module_content.top.home .content_module{
	background:#FFF;
}
.module_content.header .content_module{
	border-left:1px solid #D5D5D5;
	border-right:1px solid #D5D5D5;
	background:#FFF;
	padding:2px 18px;
}
.module_content .content_module{
/*	padding:18px;*/
	background-color:#FFF;
}
.module_content img{
/*	display:block;*/
	min-height:5px;
	height:auto !important;
	height:5px;
}

/* MODULE HIGHLIGHT */

div.content_highlight.last{
	margin-right:0;
}
.separator{
	border-right:1px solid #D5D5D5;
}
div.content_highlight img.image_highlight{
	float:right;
}
div.content_highlight img.image_highlight2{
	float:right;
	padding:2px;
	border:1px solid #CCC;
	margin-left:26px;
}
div.content_highlight a{
	color:#0b4da2;
	text-decoration:none;
	font-weight:bold;
}
div.content_highlight h2{
	margin-bottom:20px;
}

/* PRICE PLAN */

.price_plan{
	text-align:center;
}
.price_plan p{
	margin:2px 0;
}
.price_plan a{
	width:61px;
	display:inline-block;
}
.price_plan a img{
	display: block;
	margin-top:10px;
	margin-left: auto;  
	margin-right: auto;
}
.price_plan p.price{
	font-size:20px;
	color:#0b4da2;
	font-weight:bold;
}


/* COlUMN RIGHT AMIGOS*/

.column.right .module_in{
	margin-bottom:15px;
}
.column.right h3 a{
	display:block;
	width:300px;
	text-decoration:none;
	color:#5a5a5a;
	font-size:18px;
	line-height:18px;
}
.column.right h3{
	color:#5a5a5a;
	font-size:18px;
}
.column.right h3 a.expand{
	background:transparent url('../images/flecha_modulo_expandible_big.gif') no-repeat right 5px;
}
.column.right h3 a.link{
	background:transparent url('../images/flecha_modulo_link_big.gif') no-repeat right 5px;
}

/* EQUIPOS AMIGOS */

.equipos_amigos .c_left{
	float:left;
	margin-left:10px;
}
.equipos_amigos .c_right{
	float:left;
		margin-left:10px;
}
.equipos_amigos .c_left a img{
		border:1px solid #e3e3e3;
}

/* LIST ARROW LEFT */

ul.item_arrow_left li a{
	color:#3e96ef;
	font-size:11px;
	text-decoration:none;
	padding-left:12px;
	background:transparent url('../images/flecha_celeste_right.gif') no-repeat left 3px;
}
/* Border */
.vBorder{
	background-color:#FFF;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	clear:both;
	height:auto;
	padding:0 9px;
}
.vBorderTop,
.vBorderLeft,
.vBorderRight,
.vBorderBottom{
	height:9px;
	font-size:0;
	line-height:0;
	background-repeat:no-repeat;
}
.vBorderTop .vBorderLeft{
	background-color: aqua;
	background:transparent url("../images/borderTop.gif") left top;
	float:left;
	width:10%;
	height:9px;
}
.vBorderTop .vBorderRight{
	background-color: red;
	background:transparent url("../images/borderTop.gif") right top;
	float:left;
	width:90%;
	height:9px;
}
.vBorderBottom .vBorderLeft{
	background:transparent url("../images/borderBottom.gif") left bottom;
	float:left;
	width:10%;
	height:9px;
}
.vBorderBottom .vBorderRight{
	background:transparent url("../images/borderBottom.gif") right bottom;
	float:left;
	width:90%;
	height:9px;
}

