body
{
	background-color: #FFF;
	background-image: url(../images/fondo-pag.jpg);
	background-repeat: repeat-x;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

#main
{
	width: 800px;
	height: 600px;
	margin: auto;
	margin-top: 1%;
	text-align: left;
}

#categorias
{
	position: relative;
	width: 90px;
	height: 128px;
	top: 245px;
	left: 126px;
}

#categorias .categoria
{
	width: 42px;
	text-align: center;
	font-size: 8px;
	cursor: pointer;
}

#productos
{
	position: relative;
	width: 448px;
	height: 155px;
	top: 95px;
	left: 215px;
}

#productos .producto
{
	position: relative;
	float: left;
	width: 110px;
	height: 150px;
	text-align: center;
	
}

.producto .detalle
{
	display: block;
	margin-top: 10px;
	cursor: pointer;
}

#productos .producto .imagen
{
	margin-top: 10px;
	height: 80px;
}

#carro
{
	position: relative;
	width: 555px;
	height: 62px;
	top: 100px;
	left: 110px;
}

#carro #saldo
{
	height: 100%;
	position: relative;
	float: left;
	width: 100px;
	margin: 8px 0px 0px 20px;
}

#carro #lista
{
	height: 100%;
	position: relative;
	float: left;
	width: 330px;
}

#scrollable .producto
{
	height: 40px;
	width: 40px;
	position: relative;
	float: left;
	text-align: center;
	margin-top: 5px;
}

#scrollable .cruz
{
	background-image: url(../images/cruz.png);
	width: 20px;
	height: 20px;
	z-index:2;
	position: relative;
	top: 20px;
	left: -20px;
	visibility: hidden;
	cursor: pointer;
}

#carro #detalles
{
	position: relative;
	float: left;
	width: 80px;
}

#carrito
{
	background-image: url('../images/icono-carrito.png');
	height: 10px;
	width: 33px;
	margin: 2px 0px 0px 30px;
	padding: 15px 0 0;
	text-align: right;
}

#Tregistro
{
	margin: 200px 0 0 0px;
	width: 450px;
}

#Tamigos
{
	position: relative;
	top: 230px;
	left: 0px;
	color: #4B4B4B;
}

/*#selectores select {
	color: #6C2D86;
	font-weight: bold;
	background-color: #f5f5f5;
}*/
.error {
	color: #007CBC;
	text-align: left;
}

.error td {
    color: #000000;
    border: 2px solid #ffd324;
    background-color:#fff6bf;
    text-align: left;
    font-weight: normal;
}


#Drevisa
{
	position: relative;
	top:228px;
	left: 332px;
	width: 400px;
}

#revisa a, #revisa a:hover, #revisa a:active, #revisa a:visited
{
	color: #6c6b6e;
}

#referidos
{
	position: relative;
	width: 600px;
	top: 230px;
	left: 90px;
}

#referidos .inscrito, #referidos .noinscrito
{
	background: url('../images/mono-azul.png') no-repeat 0 10px;
	width: 110px;
	padding: 0px 0px 0px 40px;
	text-align: center;
}

#referidos .noinscrito
{
	background: url('../images/icono-naranjo.png') no-repeat 0 10px;
}
