body {
	margin-: 0px;
}
h2 {
   font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
   font-weight: bold;
   font-size: 1.3em;
   background:#000000;
   color:#FFFFFF;
   padding-left:7px;
   padding-right:7px;
   margin-right:20px;
   margin-bottom:10px;
   display: inline;
   text-transform:uppercase;
}
a {
color:#000000;
text-decoration:underline;
}
a:hover, .selected {
color:#FFFFFF;
text-decoration:none;
background:#000000;
}	
.gris {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #F9F9F9;
}
.blanco {
	background: #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.hide_header { 
	display: none 
}
#main_login, tr {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.main_login {
	position: absolute;
	margin-left: -400px;
	width: 250px;
	height: 200px;
	float:right;
	padding: 5px;
	margin-right: 7px;
	font-size: 11px;
	color: #FFFFFF;
	z-index: 1500;
	background-color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	}

.main_login a {
	text-decoration: none;}

.main_login a:hover {
	text-decoration: underline;}

.login_header {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 5px 10px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	background-color: #000000;
	}

a.close {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	background-color: #999999;
}

a.close:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CCCCCC;
}

.form {
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	font-weight: bold;
	}
.login_box {
	width: 195px;
	padding: 5px;
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	color:#000000;
	
}
input {
	background-color: #D7D7D7;
	color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #000000;
	border-left-color: #eee;
}
#divpop {
	position:fixed;
	top:200px;
	font-size: 16px;
	padding: 40px 0;
	width: 100%;
	filter: alpha(opacity=95);
	opacity: 0.95;
	z-index: 2000;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	font-family: Arial, Helvetica, sans-serif;
}
.form_error {
	font-size: 12px;
	background: #dddddd;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	color: #000000;}
	
.form_error a {
	color: #FF0000;
	text-decoration: underline;
	}
.radio {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

/* DETALLES DE LA ORDEN DENTRO DE MI CUENTA */
#detalles {
border:1px dotted #CCC;
-moz-border-radius:10px;
background-color:#7E8287;
color:#fff;
z-index:5000;
position: absolute;
top:5%;
left:30%;
width:40%;
padding:2%;
text-align:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.7em;
margin:auto;
}

#detalles .button{padding:4px 10px 4px 10px;background-color:#FFF;color:#222;-moz-border-radius:5px; text-decoration:none; cursor:pointer}
a.foto:hover { background:#FFF }

/*********** SELECCIONES ***********/
div.selecciones {
  width:250px;
  float:left;
  margin:3px;
  padding:0px 5px;
  text-align:left;
  background:#F9F9F9;  
  font-size:10px;
}

div.selecciones p {
  font-weight:bold;
  font-size:11px;
}

span.addconfirm {
  color:#999999;
}

	/*****************	FORMA DE PAGO SWITCH	*****************/
	
	.switch_wrap {
		display:inline;
		margin-left:20px;
		position:relative;
		top:-3px;
	}
		
		.switch_wrap ul {
			position:absolute;
			z-index:100;
			top:-75px;
			left:0px;
			background:#CCC;
			list-style:none;
			margin:0px;
			padding:10px;
			width:100px;
		}
	
	a.toggle {
		display:inline-block;
		background:#333;
		width:70px;
		height:15px;
		color:#FFF;
		text-decoration:none;
		text-align:center;
		padding:3px 0px;
		border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
	}
