html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:#EBE8D5;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	color:#45A7D8;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}


/* layout */
#container {
	width: 1005px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #FFFFFF;
}
#header {
	position: relative;
}
#header .div1 {
	height: 80px;
	
	
}
#header .div2 {
	position: relative;
	top: 3px;
	left: 0px;

}
#header .div3 {
	background: url('../image/search.png') no-repeat;
	width: 250px;
	height: 62px;
	position: absolute;
	top: 15px;
	right: 0px;
	padding-top: 5px;
	padding-left: 17px;
}

#header .usuario {

	width: 390px;
	height: 30px;
	position: absolute;
	top: 3px;
	right: 0px;
	padding-top: 2px;
	padding-left: 17px;
	padding-right:10px;
	text-align:right;
}

#header .banner_top {
	width: 788px;
	height: 80px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding-top: 0px;
	padding-left: 0px;
}
#header .div4 {
	padding-left: 10px;
	padding-right: 10px;
	height: 28px;
	background: url('../image/header.jpg') repeat-x;
}
#header .div4 img {
	float: left;
	margin-right: 5px;
}
#header .div4 a {
	padding: 5px 0px 0px 0px;
	margin-left: 28px;
	margin-right: 28px;
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#header .div5 a {
	float: left;
}
#header .div6 a {
	float: right;
}
#breadcrumb {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#column_left {
	float: left;
	width: 198px;
	margin-right: 10px;
	margin-left: 10px;
	
}
#column_right {
	float: right;
	width: 198px;
	margin-left: 10px;
	margin-right: 10px;
}
#content {
	float: left;
	width: 778px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	background: url('../image/box_top.jpg') repeat-x;

}
#contentHome {
	float: left;
	width: 778px;
	margin-bottom: 10px;


}
#content .top {
	
	padding: 2px 0px 0px 8px;
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height:22px;
	
}
#content .top h1, .heading {
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {

	background: #FFFFFF;
	padding: 5px;
	min-height: 380px;
}
#content .bottom {

	height: 5px;
}
.box {
	margin-bottom: 10px;
	background: url('../image/box_top.jpg') repeat-x;
	width:198px;
	border:#999 solid 1px;
}
.box .top {
	padding: 2px 0px 0px 8px;
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height:22px;
}

.box .topInside {
	padding: 2px 0px 0px 8px;
	color: #fff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background: url('../image/box_top.jpg') repeat-x;
	font-weight: bold;
	height:22px;
}

.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {

	background: #FFFFFF;
	padding: 10px;
}
.box .bottom {
	height: 5px;

}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	clear: both;
	padding: 5px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	width: 100%;
	margin-bottom: 10px;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 745px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	width: 100%;
	clear: both;
	padding-top: 5px;
	border-top: 1px solid #DDDDDD;
}
#footer .div1 {
	float: left;
	text-align: left;
}
#footer .div2 {
	float: right;
	text-align: right;
}
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-left: 10px;
	list-style: url('../image/bullet_1.png');
}
#categoryvip ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-left: 10px;
	list-style: url('../image/bullet_1.png');
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
.cart {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 100%;
	border: 1px solid #EEEEEE;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}

.on-top
{
  position:absolute;
  margin:0;
  padding:0;   
  color: #333;
  font-size:9px;
  z-index:10000;
}

div.autocomplete {
  position:absolute;
  margin:0;
  padding:0;   
  color: #333;
  font-size:9px;
  z-index:10000;
}

div.autocomplete li small{
	display:block; 
	text-decoration:none;
	color: #666; 
	font-weight:normal;
	font-size:8px;
}

div.autocomplete ul, div.autocomplete li {
	padding:0;
	margin:0; 
	border:0; 
	list-style:none;
}

div.autocomplete li {
	border-top:solid 1px #CCC;
}

div.autocomplete ul li.selected { 
	background-color: #DEE6E8;
}

div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  height:32px;
  cursor:pointer;
  width:300px;
  background-color:white;
  border:solid 1px #CCC;
 
  
}

.busqueda{
	font-size:12px;
	color: #666;
	border:solid 1px #999999;
	width:140px;
}

.campoAvanzado{
	font-size:12px;
	color: #666;
	border:solid 1px #999999;
	width:173px;
}

.tituloAzul{
	font-weight:bold;
	color:#0091E4;
}

.subtitulo{
	color:#07A9EF;
	font-size:16px;
	font-weight:bold;
	
	
}
.linkHome{
	color:#497787;
}
.abajo{
	padding-bottom:6px;
	padding-left:5px;
	padding-right:5px;
	background-color:#FFF;
}

.tituloContenido {
	font-size:14px;
	color:#497787;
	font-weight:bold;
}

.compareTray{
	
	
}
.compareText{
	float:left;
	margin-right:10px;
	margin-left:10px;
	font-size:10px;
	color:#666;
}
.compareBoxes{
	float:left;

}
	
.compareTray ul{
	margin:0px;
	padding:0px;
}

.compareTray ul li{
	position:relative;
	float:left;
	display:block;
	height:26px;
	width:26px;
	margin:0 7px 0 0;
	border:1px solid #a5a5a5;
	background:url(../image/compare-item-bg.gif);
	text-align:center;
}
	
.compareTray ul li.full{
	background:#fff;
	cursor:pointer;
}
	
.compareTray .remove{
	position:absolute;
	top:-5px;
	right:-5px;
	display:block;
	width:12px;
	height:12px;
	background:url(../image/compare-item-remove.gif) no-repeat;
}

.compareData {
	border: #CCC solid 1px;
		
	
}
.ficha {
	overflow:auto;
	width:745px;
	height:auto;
}

.tablaContenidos table {
	color:#47657C;
	border:#666 solid 1px;
}

.tablaContenidos table th {
	background-color:#E0ECF8;
}

.subtitulosHome{
	color:#45A7D8;
	font-weight:bold;
}

.titulosHome{
	color: #333;
	font-weight:bold;
	font-size: 14px;
}

/* ESTILOS PARA EL SCROLLER DE OFERTAS */

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 356px; 
	height: 236px;
	overflow: hidden;

}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:356px;
	height:236px;
	overflow:hidden;
	float:left;
	padding:1em;	
}

div.contOfertas{
	background-image: url('../image/fondo_ofertas.png');
	background-repeat:no-repeat;
	background-color:#ECEFF5;
	border:#94A3C4 solid 1px;
	width:356px;
	height:256px;
}

div.scroller div.content {
	width: 10000px;
}

div#section2 {
	background:#F6F6F6;
	color:#000;
}

.espacio{
	width:1px;
	background-color:#FFF;
	float:left;
}

a.sboton {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border-right:#FFF solid 1px;
	display : block;
	padding : 4px;
	background-color : #000;
	width : 25px;
	text-align:center;
	float:left;
	color:#389BBD;
	text-decoration:none;
	font-weight:bold;

} 

a.sboton:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	display : block;
	padding : 4px;
	border-right:#FFF solid 1px;
	background-color : #666;
	width : 25px;
	text-align:center;
	float:left;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
} 

.sTitulo {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	display : block;
	padding-top : 4px;
	border-right:#FFF solid 1px;
	padding-bottom : 4px;
	padding-left:10px;
	padding-right:10px;
	background-color : #000;
	text-align:center;
	float:left;
	color:#fff;
	text-decoration:none;
	font-weight:bold;

} 

a.sBarra {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	display : block;
	padding-top : 4px;
	padding-bottom : 4px;
	background-color : #000;
	text-align: right;
	float: right;
	color:#389BBD;
	text-decoration:none;
	font-weight:bold;
	width:75px;
	padding-right:10px;
} 

a.sBarra:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	display : block;
	padding-top : 4px;
	padding-bottom : 4px;
	background-color : #000;
	text-align: right;
	float: right;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	width:75px;
	padding-right:10px;

} 

a.link-footer{
	color:#035079;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
}
a.link-footer:hover{
	color:#035079;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:underline;
}
.texto-footer{
	color:#035079;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

a.links_celeste:link{
	color:#45A7D8;
	font-size:14px;
	text-decoration:underline;
}

a.links_celeste:visited{
	color:#45A7D8;
	font-size:14px;
	text-decoration:underline;
}

a.links_celeste:active{
	color:#45A7D8;
	font-size:14px;
	text-decoration:underline;
}

a.links_celeste:hover{
	color:#45A7D8;
	font-size:14px;
	text-decoration:underline;
}


a.links_celeste_b:link{
	font-weight:bold;
	color:#0091E4;
	font-size:12px;
	text-decoration:none;
}

a.links_celeste_b:visited{
	font-weight:bold;
	color:#0091E4;
	font-size:12px;
	text-decoration:none;
}

a.links_celeste_b:active{
	font-weight:bold;
	color:#0091E4;
	font-size:12px;
	text-decoration:none;
}

a.links_celeste_b:hover{
	font-weight:bold;
	color:#0091E4;
	font-size:12px;
	text-decoration:underline;
}

.caja_historial{
	float:left; 
	width:398px; 
	height:353px; 
	background-color:#ECEFF5; 
	border:#94A3C4 solid 1px; 
	padding:5px; 
	margin-right:10px;
}

.caja_facebook{
	float:left; 
	width:355px; 
	height:360px; 
}


#tabla-solicitud{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-right:#333 solid 1px;
	border-bottom:#333 solid 1px;

}

#tabla-solicitud td{
	border-top:#333 solid 1px;
	border-left:#333 solid 1px;

}

.cajas{
	float:left;
	background: #F7F7F7; 
	border: 1px solid #DDDDDD; 
	padding: 10px;
	width:100%;
	height:170px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #383838;
	text-align:justify;
	width:234px;
}

#ficha{
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.ficha-titulo{
	background-color:#DFE5E8;
	color:#3761A9;
	font-weight:bold;
	font-size:13px;
	
}
.ficha-top{
	font-weight:bold;
	font-size:14px;
}

/* PARA LOS TOOLTIP */

#tt {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background:#FFF;
	z-index: 1000;
}
#tt {
	position:absolute;
	display:block; 
	background:url('../image/tt_left.gif') top left no-repeat
}
#tt ul {
	padding-left: 20px;
}
#tttop {
	display:block; 
	height:5px; 
	margin-left:5px; 
	background:url('../image/tt_top.gif') top right no-repeat; 
	overflow:hidden;
}
#ttcont {
	display:block; 
	padding:2px 12px 3px 7px; 
	margin-left:5px; 
	background:#666; 
	color:#FFF;
	text-align: justify;
}
#ttbot {
	display:block; 
	height:5px; 
	margin-left:5px; 
	background:url('../image/tt_bottom.gif') top right no-repeat; 
	overflow:hidden;
}

.banner_mayorista{
	width:770px;
	height:230px;

	float:left;
	margin-bottom:15px;
}

.cuenta_mayorista{
	width:300px;
	height:295px;
	background-color:#fff;
	border: #E3E3E3 solid 1px;
	float:right;
	margin-left:9px;
	margin-bottom:15px;
}

.espacio_mayorista_1{
	width:300px;
	height:330px;
	background-color:#fff;
	border:#E3E3E3 solid 1px;
	float: right;
	margin-left:10px;
	margin-bottom:15px;
	
}

.espacio_mayorista_2{
	width:300px;
	height:275px;
	background-color:#fff;
	border:#E3E3E3 solid 1px;
	float: right;
	margin-left:10px;
	margin-bottom:15px;

	
}

.titulo_caja_may{
	width:290px;
	height:23px;
	background-color:#D7D7D7;
	color:#666;
	font-weight:bold;
	font-size:14px;
	padding-top:7px;
	padding-left:10px;
	
}

.contenido_mayorista{
	float:left; 
	width:455px; 
	height:670px;
	
}

.contenido_mayorista_estado{
	float:left; 
	width:765px; 
	height:auto;
	
}

.input_exp{ 
	color:#999;
}

.input_norm{ 
	color:#000;
}
	
table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
}

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:300px;
		height:300px;
		overflow:hidden; 
		}
	#slider li{ 
		background: none;
		}		
	#slider li h2{ 
		margin:0 20px;
		padding-top:20px;
		}	
	#slider li p{ 
		margin:20px;
		}				
	span#prevBtn{}
	span#nextBtn{}					

/* // Easy Slider */


.infobox  
{  
    background-color: #fff9d7;  
    border: 1px solid #e2c822;  
    color: #333333;   
    font-size: 13px;  
    
} 
.infobox ul
{
	padding-left: 25px;
	margin-bottom: 0px;

	
}
.errorbox
{
	background-color:#FFBABA;
	color:#D8000C; 
	width:755px; 
	height:30px; 
	margin-left:auto; 
	margin-right:auto; 
	border:#D8000C solid 2px; 
	padding:5px;
}
.fuenteazul
{
	color:#026093; 
	font-size:11px;
}
.fuenteazul_link
{
	font-weight:bold; 
	text-decoration:underline; 
	cursor:pointer;
	color:#026093; 
	font-size:11px;
}
#credomatic-invalida{
	background-color:#CF0;
	height:23px;
	background-color:#FFFFDD;
	border:#FFD700 solid 2px;
	margin-left:auto;
	margin-right:auto;
	padding-top:8px;
	color:#900;
	font-weight:bold;
	padding-left:3px;
	padding-right:3px;
	text-align:center;
	visibility:hidden;
	
}
#div_plazo_mc{
	visibility: hidden;
}
#div_tc{
	visibility: hidden;
}
#campoProc{
	visibility: hidden;
}
	

