body{
	text-align:center;
	margin:0px;
	padding:0px;
	font-family:"Arial Narrow";	
}

body#esmalte{
	background-color:#805500;
}

img{
	border:0px;
}

img.ultimo{
	/*height:180px;*/
	height:320px;
}

.img_subida {
  cursor: pointer;
  position: absolute;
  top: 60;
}
.img_bajada {
  cursor: pointer;
  position: absolute;
  top: 187px; /*left: -40px;*/
}

.img_titulo{
	margin-bottom:10px;
}

img.esmalte_peq{
	margin-bottom:5px;
	margin-right:5px;
	border:1px #ddaa11 solid;
}

img.fotos{
	margin-bottom:10px;
}

img.logos{
	margin-bottom:5px;
	margin-right:5px;
	/*border:1px #000000 solid;*/
	height:70px;
}

/**********************************************/
/************* TEXTOS *************************/
/**********************************************/

p.texto_central, p.texto_derecha, li.esmaltes, li.texto_central{
	font-size:15px; 
	letter-spacing:0.2;
 	color: #ffeeaa;
	margin-bottom:15px;
}

p.texto_central{
	margin-left:12px;
	margin-right:40px;
}

p.texto_derecha{
	font-size:14px;
	margin-left:40px;
	margin-right:25px;
	text-align:right;
}


li.esmaltes{
	color:#CA9700;
	margin-bottom:6px;
	margin-right:10px;
}

li.texto_central{
	margin-right:40px;
}

p.texto_aux_1{
	font-size:14px; 
	letter-spacing:0.2;
	margin-left:2px; margin-right:2px;
	margin-bottom:0px;	
}

p.texto_pie_foto{
	color:#ffeeaa;
	font-size:10px;
	font-family:arial;
	margin-left:100px;
	margin-right:35px;
	text-align:right;
}

p.lista_menu{
	margin-bottom:11px;
	margin-top:0px;
}

h1.titulo_A{
	font-family: arena caps ssi;
	font-size:24px;
	font-weight:none;
	letter-spacing:4.0;
	color:#CA9700;
	margin-top:24px;
	margin-bottom:15px;
	margin-left:12px;
}

h1.h1_derecha{
	color:#DDAA11;
	margin-top:24px;
	margin-bottom:15px;
	margin-left:12px;
	margin-right:25px;
	text-align:right;
}

label.label_form{
	font-size:14px;
	font-weight:bold;
	margin-left:12px;
	color: #ffff99;
}

input.input_texto,textarea.areatexto{
	color:#ffeeaa;
	margin-top:5px;
	margin-left:12px;
	background-color:#805500;
	border:1px solid #ffff99;
	padding-left:2px;
	padding-right:1px;
}

input.input_texto{
	width:285px;
}

input.input_boton{
	font-size:14px;
	text-align:center;
	background-color:#CA9700;
	border:1px solid #ffff99;
	margin-top:10px;
	height:25px;
	width:100px;
}

label.natus{
	color:#DDAA11;
	/*color:#000000;font-weight:bold;*/
}

label.destaca{
	color:#DBA811;
	/*color:#000000;
	font-weight:bold;*/
}

/**********************************************/
/************* ENLACES ************************/
/**********************************************/

a.link_central{
	color:#FFCC44;
	text-decoration: underline;
	/*font-weight:bold;*/
}

a.link_esmaltes{
	text-decoration:none;
	color: #DBA811;
}

a.link_esmaltes:hover{
	text-decoration: underline;
}
/*
a.link_esmaltes:visited{
	color:#ddaa11;
	text-decoration:none;
}*/

a.link_derecha{
	color:#ddaa11;
	text-decoration: underline;
	/*font-weight:bold;*/
}

a.link_derecha:visited{
	color:#aa7700;
}





/**********************************************/
/************* LAYOUT *************************/
/**********************************************/
div#total{
	width:900px;
	height: 575px;
	margin-right: auto;
	margin-left: auto;
	
}

div#margen_arriba{
	width:900px;
	height: 55px;
	background-color:#FFFFFF;
}

div#central{
	width:900px;
	height:495px;
	background-color:#000000;
}

div#menu_ppal,div#A, div#B {
	height:470px;
	float:left;
	margin-top:12px;
	margin-left:12px;
}

div#menu_ppal{
	width:165px;
	background-color:#CA9700;
}

div#A{
	width:325px;
	background-color:#805500;
	text-align:left;
  	overflow: hidden;
}

div#B{
	width:362px;
	background-color:#000000;
	text-align:left;
  	overflow: hidden;
}

div#margen_abajo{
	width:900px;
	height:25px;
	background-color:#FFFFFF;
}

div#logo{
	height:175px;
}

div#lista_menu{
	/*	background-color:#0F9;
	height:230px;*/
}

div#contacto{
	/*background-color:#454545;*/
}

div#margen_sup_derecho{
	height: 85px;
	width: 362px;
}

.Container {
	float:left;
}


#Scroller-1 { 
  position: absolute; 
  overflow: hidden;
  width: 330px;
  height: 370px;
}

#flechas{
  	width: 25px;
  	height: 320px;
  	float:right;
	margin-right:5px;
}
.Scroller-Container {
	position:absolute;
	top:20px;
}

.Scrollbar-Up {
	cursor: pointer;
	position:relative;
	top:85px;
}
.Scrollbar-Down {
	cursor: pointer;
	position:relative;
	top:365px;
}


