body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-image: url(images/tema/fondo_ropas_color.jpg);
	background-color: #574538;
	color: #dbccba;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-repeat: repeat;
}


img {  border-style: none;
}

.barritaLarga{
	background-color: #A3927D;
	background-image: url(images/barrita.png);
}

.botoncito{
	padding: 0.2em 1em;
	color: #352E1F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a.botoncito:hover {
	background-color: #95826C;
	color: #FBF4E5;
}

.botonCorreoDa{
	text-align: center;
	background-image: url(images/boton_correo_da.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 20Px;
	margin: 0 auto;
	cursor: pointer;
}

.boton150{
	text-align: center;
	background-image: url(images/boton_vacio_da_150.png);
	background-repeat: no-repeat;
	width: 150px;
	height: 20Px;
	margin: 0 auto;
	color: #352E1F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}



a.botonLink {
	color: #352E1F;
	text-decoration: none;
}

a.botonLink:hover {
	color: #FBF4E5;
}



.bloqueSupIzq{
	position: absolute;
	background-image: url(images/tema/bloque_sup_izq.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	left: 0px;
	top: 0px
}

.bloqueSupDer{
	right: 0px;
	position: absolute;
	background-image: url(images/tema/bloque_sup_der.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	top: 0px
}

.bloqueSupMedio{
	right: 15px;
	position: absolute;
	background-image: url(images/tema/bloque_sup_medio.png);
	background-repeat: repeat-x;
	width: auto;
	height: 15px;
	left: 15px;
	top: 0px
}

.bloqueMedioIzq{
	position: absolute;
	background-repeat: repeat-y;
	bottom: 16px;
	background-image: url(images/tema/bloque_medio_izq.png);
	width: 15px;
	height: auto;
	left: 0px;
	top: 15px;
}

.bloqueMedioMedio{
	line-height: 1.30;
	color: #1c160e;
	font-size: small;
	right: 15px;
	bottom: 16px;
	position: absolute;
	background-image: url(images/tema/bloque_medio_medio.png);
	background-repeat: repeat;
	width: auto;
	height: auto;
	left: 15px;
	top: 15px
}

.bloqueMedioDer{
	bottom: 16px;
	right: 0px;
	position: absolute;
	background-image: url(images/tema/bloque_medio_der.png);
	background-repeat: repeat-y;
	width: 15px;
	height: auto;
	top: 15px
}

.bloqueInfIzq{
	bottom: 0px;
	position: absolute;
	background-image: url(images/tema/bloque_inf_izq.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 16px;
	left: 0px;
}

.bloqueInfMedio{
	right: 15px;
	bottom: 0px;
	position: absolute;
	background-image: url(images/tema/bloque_inf_medio.png);
	background-repeat: repeat-x;
	width: auto;
	height: 16px;
	left: 15px;
}

.bloqueInfDer{
	right: 0px;
	bottom: 0px;
	position: absolute;
	background-image: url(images/tema/bloque_inf_der.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 16px;
}




.grandBanner{
	right: 0px;
	left: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 140px;
	width: 900px;
}

.logoBanner {
			position: relative;
			top: 10px;
}
		
.cartelBanner {
			text-shadow: 1px 1px 3px #1c160e;
			color: #dbccba;
			font-family: Helvetica, Verdana, Arial, sans-serif;
			font-size: small;
			line-height: 18px;
			top: -0px;
			width: 500px;
			right: 10px;
			position: absolute;
			text-align: right;
}

.navegador {
	height: 40px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	left: 0px;
	width: auto;
}

.navegadorIzq{
	top: 0px;
	left: 0px;
	position: absolute;
	background-image: url(images/tema/navegador_izq.png);
	background-repeat: no-repeat;
	width: 7px;
	height: 40px;
}

.navegadorMedio{
	margin-right: 7px;
	margin-left: 7px;
	right: 0px;
	top: 0px;
	left: 0px;
	position: absolute;
	background-image: url(images/tema/navegador_medio.png);
	background-repeat: repeat-x;
	width: auto;
	height: 40px;
}

.navegadorDer{
	right: 0px;
	top: 0px;
	position: absolute;
	background-image: url(images/tema/navegador_der.png);
	background-repeat: no-repeat;
	width: 7px;
	height: 40px;
}



.ulNavegador {
}

.ulNavegador li {
	position: relative;
    display: inline;
}

.ulNavegador li a {
    text-shadow: 1px 1px 3px #1c160e;
    margin-top: -13px;
    padding: 7px;
    text-align: center;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    width: 80px;
    color: #dbccba;
    text-decoration: none;
    float: left;
}

.ulNavegador li a:hover {
    background-color: rgb(199, 184, 167);
    color: rgb(251, 244, 229);
}

