@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-color:#2a2a2a;
}

img{
	border:none;
}

.importante{
	color:#990000;
}

.alert{
	width:80%;
	margin-top:20px;
	text-align:center;
	background-color:#FFCC00;
	border:1px solid #333;
	color:#FF0000;
}

#cabecera{
	background: #ddd url(../images/body_bg.gif) repeat-x;
}

#logo{
	background: transparent url(../images/header_bg.jpg) no-repeat 0 0;
	text-align:center;
	overflow:hidden;
	width:960px;
	margin:auto;
	height: 122px;
}
#botones_logo{
	margin-left:54%;
	margin-top:15px;
	width: 420px;
	z-index: 2;
	position: absolute;
}

.botones{
	background:none;
	background-repeat:no-repeat;
	background-position:bottom;
	color:#FFFFFF;
	font-size:17px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:140px;
	float:left;
	height:70px;
	border:0px;
	padding-bottom:40px;
	cursor:pointer;
}

.comprar {
	background-image:url(../images/comprar.png);
}

.vender {
	background-image:url(../images/vender.png);
}

.sms {
	background-image:url(../images/sms.png);
}

#menu{
	background-image:url(../images/bg_menu.png);
	background-repeat:repeat-x;
	height:30px;
	width:100%;
}

#menu_body{
	width:960px;
	margin:auto;
	margin-top:5px;
	height:20px;
}

#menu_body_p{
	width:900px;
	margin:auto;
	margin-top:10px;
}

#menu_body .izquierda{
	float:left;
	padding-left:5px;
	color:#FFFFFF;
	margin-top:5px;
}
#menu_body .derecha{
	float:right;
	color:#FFFFFF;
}

.iconos{
	margin-top:3px;
	vertical-align:bottom;
}

#main{
	width:1000px;
	margin:auto;
}

#contenido{
	background-image:url(../images/bg_contenido.png);
	background-repeat:repeat-y;
	width:1000px;
	float:left;
	padding:30px 0;
}

#leftcolumn{
	width:250px;
	float:left;
}

#rightcolumn{
	float:right;
	margin-right:55px;
	margin-top:5px;
	width:680px;
}
.input_image{
	border:medium none;
	outline-style:none;
	outline-width:medium;
}
.input_login_user{
	border:medium none;
	color:#646464;
	height:16px;
	outline-style:none;
	outline-width:medium;
	padding: 4px 2px 0 22px;
	width:130px;
	background: url(../images/username_bg.png) no-repeat  0 0;	
}
.input_login_pass{
	border:medium none;
	color:#646464;
	height:16px;
	outline-style:none;
	outline-width:medium;
	padding:4px 2px 0 22px;
	width:90px;
	background: transparent url(../images/password_bg.png) no-repeat scroll 0 0;
}
.info{
	width:900px;
	margin-bottom:10px;
	margin-left:50px;
	margin-right:50px;
	font-size:12px;
	font-weight:bold;
}
.info_fila{
	width:880px;
	float:left;
	margin-bottom:10px;
	border:1px solid #333;
	background-color:#EEEEEE;
	padding:10px;
	font-size:11px;
}
.info_fila p{
	color:#666666;
}
.p_left{
	float:left;
	width:500px;
	padding:25px 15px 0 0;
}
.info_aviso_izq{
	float:left;
	width:440px;
	margin-right:15px;
	border:1px solid #333;
	background-color:#EEEEEE;
}
.info_aviso_der{
	float:right;
	width:440px;
	border:1px solid #333;
	background-color:#EEEEEE;
}
.info_icon{
	float:left;
	padding:5px;
}
.info_aviso_cont{
	float:left;
	padding:15px 0 0 25px;
	font-size:13px;
}
.info_cont{
	width:670px;
	height:290px;
	margin-bottom:10px;
	border:1px solid #333;
	background-color:#EEEEEE;
	padding:10px;
	font-size:12px;
	font-weight:bold;
}
.info_cont_inputs{
	text-align:center;	
	border:1px dashed #000;	
	width:660px;
	height:130px;
	padding:10px 0px 0px 0px;
	margin:30px 0px 0px 0px;

}
.textos{
	float:left;
	height:60px;
	font-weight:bold;
	text-align:center;
	width:170px;
	padding:10px 20px 0px 0px;
}
.h3_vender{
	padding-left:10px;
}
.li_vender{
	list-style:none outside none;
	margin:10px 10px;
}
.inputs_info{
	text-align:left;
	float:right;
	padding:5px;
	height:90px;
	width:450px;
}

.fila{
	width:690px;
	float:left;
	margin-bottom:10px;
	border:1px solid #333;
	background-color:#EEEEEE;
}



.inputs{
	float:left;
	padding:5px;
	height:70px;
	width:340px;
}

.inputs_bt{
	float:left;
	padding:5px;
	height:70px;
	width:290px;
}
.inputs label{
	width:140px;
	float:left;
	clear:left;
	font-weight:bold;
}
.inputs_info label{
	width:140px;
	float:left;
	clear:left;
	font-weight:bold;
}
.largo{
	width:120px;
}

.inputs input{
	float:left;
	text-align:right;
	padding-right:2px;
}
button{
	background-color:#D0D0D0; 
	border:1px solid #666666; 
	text-align:center; 
	border-top-color:#FFF; 
	border-left-color:#FFF;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:5px;
}

.pasos{
	height:60px;
	float:right;
}

#pie{
	clear:both;
	border-top:1px solid #444;
	width:960px;
	color:#666666;
	margin:auto;
}

#pie_body{
	background-image:url(../images/bg_menu.png);
	background-repeat:repeat-x;
	width:950px;
	margin:auto;
	height:23px;
	padding-top:10px;
	padding-left:10px;
}

#pie_p{
	clear:both;
	border-top:1px solid #444;
	width:900px;
	color:#666666;
	margin:auto;
}

#pie_body_p{
	background-image:url(../images/bg_menu.png);
	background-repeat:repeat-x;
	width:890px;
	margin:auto;
	height:23px;
	padding-top:10px;
	padding-left:10px;
}

#pie a, #pie_p a{
	color:#fff;
	text-decoration:none;
}
/**codigo estilo de envia lindens*/
.Estilo4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color: #4A4A4A;
	margin:auto;
}

.Estilo5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px;
	color: #CC0000;
}
.margen{
padding-left:5px;
}
.bold{
font-weight:bold;
background: #CCCCCC;
}
/*fin codigo estilo envia lindens*/

.nonscript{
	font-weight:bold;
	width:960px;
	padding-left:30px;
	padding-bottom:20px;
	text-decoration:none;
}
/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}
.jTip{
cursor:help;
}
a{ text-decoration:none; color:#333333 }
a_user{text-decoration:none;}
.icon_ayuda{
font-size:12px;
background:#333333;
color:#FFFFFF;
border:1px solid #333333;
}

/* ---------->>> FIN jtip <<<---------------------------------------------------------------*/

.bt_credit{
	float:left;
}
.bt_paypal{
	float:right;
}
.bt{
	width:130px;
	height:60px;
}
/*---slurs cajeros-----*/
.div_img_cajero{
	width:30px;
	float:left;
}
.div_info_cajero{
	padding-top:5px;
}
.clear{
	clear:both;
}

/*------------- SMS -----------------*/

.ejemplo{
font-style:italic;
font-weight:bold;
}

.numero{
font-weight:bold;
}


/* NUEVOS ESTILOS */

#support{
	position:relative;
	float: right;
	padding:30px 20px 0 0;
}

#content{
	background-color: #fff;
	width:100%;
	float:left;
}

#banner{
	text-align: center;
}

#leftcolumn ul{
	list-style: none;
	font-family:Myriad Pro,Arial,Helvetica,sans-serif;
	font-size:12px;
	line-height:1em;
	color: #fff;
}

#leftcolumn li{
	width: 191px;
	height: 110px;
	background: url(../images/tab.png) no-repeat  0 0;	
	text-align: center;
	margin-bottom: 10px;
}

#leftcolumn li a{
	color:#E3E3E3;
	display:block;
	font-size:24px;
	font-weight:700;
	line-height:20px;
	padding:20px 0;
}

#leftcolumn li a span {
	color:#f59c28;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
}

#rightcolumn h2{
	margin-bottom: 10px;
}

#rightcolumn p.details{
	margin-bottom: 10px;
	line-height: 18px;
}

#review, #sell{
	border:1px solid #A8A8A8;
}
#inner-review, #inner-sell{
	border:1px solid #F9F9F9;
	background-color:#E0E0E0;
}
#inner-review{
	border-top: none;
}

.reviewtable td, .smstable td{
	border-bottom: 1px solid #A8A8A8;
	border-top: 1px solid #F9F9F9;
	padding: 5px 10px;
	font-size:13px;
}
.smstable td{
	font-size: 11px;
	background-color: #E0E0E0;
}
.reviewtable td.last, .smstable td.last, .smstable td.notes{
	border-bottom: none;
}
.smstable tr.first th {
	background-color:#FF9933;
	border-bottom:1px solid #B25C00;
	border-top:1px solid #F9F9F9;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px 0 5px 8px;
	text-align:left;
}
.smstable td.notes{
	font-size:90%;
}



/* nuevo footer */
#footer{
	background-color:#353535;
	background-image:url("../images/bg_footer.png");
	background-position:center top;
	background-repeat:no-repeat;
	border-bottom:1px solid #494949;
	margin-top:32px;
	min-width:984px;
	height:120px;
	color: #fff;
	clear:both;
}
#footer .container{
	width: 960px;
	margin: 0 auto;
}
#footer .container a{
	color: #fff;
}
#logos, #footer .column{
	float: right;
	margin: 10px;
	padding-left: 10px;
	background: transparent url('../images/separator.png') no-repeat 0 -140px;
}
#footer .column ul{
	list-style-type:square;
	list-style-position:inside;
}
#footer .column ul li, #footer .column h2{
	margin-bottom: 10px;
}
#copyright {
	background-color:#2a2a2a;
	border-top:1px solid #212121;
	height:80px;
	min-width:984px;
}
#copyright .container{
	width: 960px;
	margin: 0 auto;
}
#copyright .container p{
	color: #ccc;
	text-align: center;
	padding-top:10px;
}
