/* CSS Tsándu */

html, body {
	margin-top:0;
	padding:0;
}

body {
	font-family:Arial, Helvetica, "Verdana", Sans-serif;
	font-size:12px;
	background:#7D7D41;
	text-align:center;
	color:#000000;
}

h3 
{
	cursor:pointer;
}

.header {
	height:189px;
	background:url(../headers/header.jpg) no-repeat;
}

.content {
	background:url(../headers/bg_content.jpg) repeat-y;		
	background-position:center center;
}

.tableContent 
{
	margin:0 2px 0 0;
}

.sidebar {
	padding:0 5px 6px 30px;
	text-align:justify;
}

.main {
	padding:0 30px 6px 5px;
	text-align:justify;	
}

.pais {
	background:url(../headers/bg_Pais.jpg) no-repeat top center;
	text-transform:uppercase;
	color:#CAB87A;
	font-weight:bold;
	height:46px;
}

.linkCategorias 
{
	height:82px;
	font-weight:bold;
	background:url(../headers/bg_Categorias.jpg) no-repeat top center;
	text-decoration:none;
	text-align:center;
	padding: 34px 0 0 0;
	vertical-align:top;
}

.linkCategorias a {
	color: #000;
	font: 13px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 0 0 0px 1px;	
}

.linkCategorias a:hover {
	color: #FFF;
	text-decoration: none;
}

.mapa {
	background:url(../headers/mapa.jpg) no-repeat top center;
	height:51px;
}

.boxTop{
	background:url(../headers/boxTop.jpg) no-repeat top left;
	width:315px;
	margin-top:10px;
	color:#000000;
}

.boxBottom {
	background:url(../headers/boxBottom.jpg) no-repeat bottom left;
	color:#000000;	
}

.box{
	background:url(../headers/boxMiddle.jpg) repeat-y left;
	color:#000000;
	padding:0 20px 0 20px;
	text-align:justify;		
}

.detallesProductos {
	color:#000000;
	font-size:12px;
	line-height:14px;
}

.boxTopLeyenda{
	background:url(../headers/boxTopLeyenda.jpg) no-repeat top left;
	width:768px;
	margin-top:1px;
	color:#000000;
}

.boxBottomLeyenda {
	background:url(../headers/boxBottomLeyenda.jpg) no-repeat bottom left;
	color:#000000;	
}

.boxLeyenda{
	background:url(../headers/boxMiddleLeyenda.jpg) repeat-y left;
	color:#000000;
	padding:0 15px 0 15px;
	text-align:center;		
}

.boxLeyenda a{
	color:#7D7D41;
}

.boxLeyenda a:hover{
	color:#000000;
}

input.text {
	border: 1px solid #CCCCCC;
	margin-bottom:1px;
	font-size:9px;
}

input.button {
	border: 1px solid #CCCCCC;
	margin-bottom:1px;
}

.boxTopCategorias{
	background:url(../headers/boxTopCategorias.jpg) no-repeat top center;
	width:182px;
	height:30px;
}

.boxCategorias {
	background:url(../headers/BoxMiddleCategorias.jpg) repeat-y center;
	text-align:center;
	padding:0 1px 0 0;
	font-weight:bold;
}

.boxCategoriasProductos {
	background:url(../headers/BoxMiddleCategorias.jpg) repeat-y center;
	text-align:center;
	padding:0 1px 0 0;
}

.boxCategoriasProductos a{
	background:url(../headers/BoxMiddleCategorias.jpg) repeat-y center;
	color:#000;
	text-align:center;
	text-decoration:none;
}

.boxCategoriasProductos a:hover{
	background:url(../headers/BoxMiddleCategorias.jpg) repeat-y center;
	color:#666;
	text-align:center;
	text-decoration:none;
}

.boxBottomCategorias {
	background:url(../headers/boxBottomCategorias.jpg) no-repeat bottom center;
	width:182px;
	height:30px;
}


/*.boxTopProductos{
	background:url(../headers/boxTopProductos.jpg) no-repeat top center;
	width:127px;
}

.boxProductos {
	background:url(../headers/boxMiddleProductos.jpg) repeat-y center;
	text-align:left;
	padding:0 1px 0 12px;
}

.boxBottomProductos {
	background:url(../headers/boxBottomProductos.jpg) no-repeat bottom center;
}

.boxProductos a 
{
	color:#000;
	text-decoration:none;
}

.boxProductos a:hover
{
	color:#666;
	text-decoration:none;
}*/

.footer {
	/*height:41px;	
	background:url(../headers/bg_footer.jpg) no-repeat bottom;*/
	/*padding-left:12px;*/
	margin-left:12px;
	vertical-align:bottom;
}

a {
	color: #827F6C;
	font: Arial, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

.registroContainer
{
	margin-top:0;
}

.registroLeft
{	
	float:left;
	width:30%;
	height:inherit;
	text-align:right;
	padding-right:5px;
}

.registroRight
{
	padding-left:20px;	
}

.imgPrincipal 
{
	display:inline; 
	padding:6px 2px 9px 0;
	background:url(../headers/bg_imgPrincipal.jpg) no-repeat; 
	margin:1px 0 0 0; 
	float:left; 
	border:none;
	width:108px;
}

.imagenes a { 
	display:inline; 
	padding:5px 0 5px 5px;
	background:url(../headers/bg_imagenesWhite.jpg) no-repeat; 
	margin:2px 2px 1px 0; 
	float:left; 
	border:none;
	width:70px;
}

.imagenes a:hover { 
	background-position:0 -65px; 
}

.tiposProductos 
{
	text-transform:uppercase;
	font-weight:bold;
}

.tituloLogin
{
	padding-bottom:10px;
}

.recordarLogin
{
	padding-top:10px;
}

#DivMapa
{
	position:absolute;
    left:520px;
    top:209px;
    width:630px;
    height:50px;
    overflow:inherit;
}

.classOverMapa
{
	z-index:5000;
}

