/*HOJA DE ESTILOS DE RELOJES KRONOMAR*/

/*GENERAL*/
/*CABECERA*/
/*MODULOS*/
/*CONTENIDO*/
/*DETALLES RELOJ*/
/*PIE PAGINA*/
/**/
/**/

BODY{
	background-color:#333;
	font-family:"Trebuchet MS", Verdana, Helvetiva, Geneva, Arial, sans-serif;
	color:#333;
	font-size:12px;
	text-align:justify;
	top:0px;
	margin:0px;
}
P{
	margin-top:0px;
	margin-bottom:10px;
	line-height:22px;
	text-align:justify;
	font-size:13px;
}
A{
	outline:none;
}
DIV#contenedora{
	width:940px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

/*CABECERA*/
DIV#cabecera{
	display:block;
	float:left;
	background-image:url(../images/cabecera.jpg);
	background-repeat:no-repeat;
	width:940px;
	height:147px;
}
DIV#botonera{
	display:block;
	float:left;
	width:940px;
	height:48px;
	padding-top:99px;
}
.botones_cab{
	display:block;
	float:left;
	width:auto;
	height:48px;
}

/*MODULOS*/
DIV#modulos{
	display:block;
	float:left;
	width:190px;
}
.modulo{
	display:block;
	float:left;
	width:190px;
	padding-left:10px;
}
.modulo_cab{
	display:block;
	float:left;
	background-image:url(../images/modulo_cab.jpg);
	background-repeat:no-repeat;
	width:175px;
	height:27px;
	color:#f5f5f5;
	font-variant:small-caps;
	padding-left:15px;
	padding-top:4px;
	font-weight:bold;
}
.modulomarcas_cab{
	display:block;
	float:left;
	background-image:url(../images/modulomarcas_cab.png);
	background-repeat:no-repeat;
	width:175px;
	height:27px;
	color:#f5f5f5;
	font-variant:small-caps;
	padding-left:15px;
	padding-top:4px;
	font-weight:bold;
}
.modulobusca_cab{
	display:block;
	float:left;
	background-image:url(../images/modulobusca_cab.png);
	background-repeat:no-repeat;
	width:175px;
	height:27px;
	color:#f5f5f5;
	font-variant:small-caps;
	padding-left:15px;
	padding-top:4px;
	font-weight:bold;
}
.moduloreloj_cab{
   display:block;
   float:left;
   background-image:url(../images/modulo_cab.jpg);
   background-repeat:no-repeat;
   width:175px;
   height:27px;
   color:#f5f5f5;
   font-variant:small-caps;
   padding-left:15px;
   padding-top:4px;
   font-weight:bold;
}
.moduloreloj_med{
   display:block;
   float:left;
   background-image:url(../images/modulo_medio.jpg);
   background-repeat:repeat-y;
   width:187px;
   
}
.modulo_med{
	display:block;
	float:left;
	background-image:url(../images/modulo_medio.jpg);
	background-repeat:repeat-y;
	width:187px;
	padding-left:3px;
}
.modulo_fin{
	display:block;
	float:left;
	background-image:url(../images/modulo_fin.jpg);
	background-repeat:no-repeat;
	width:190px;
	height:31px;
}
.botones_mod{
	width:166px;
	
	color:#133872;
	font-size:14px;
	padding-bottom:5px;
}

A.link_novedad:active, A.link_novedad:visited, A.link_novedad:link {
   color:#133872;
   text-decoration:none;
   font-weight:bold;
   font-size:14px;
}
A.link_novedad:hover{
   color:#889ab8;
   text-decoration:none;
   font-weight:bold;
   font-size:14px;
}

A.link_botonmod{
	display:block;
	float:none;
	width:166px;
	height:25px;
	padding-left:15px;
	color:#133872;
	text-decoration:none;
	border-bottom:1px solid #889ab8; 
	padding-top:5px;
	font-weight:bold;
}
A.link_botonmod:hover{
	display:block;
	float:none;
	width:166px;
	height:25px;
	padding-left:15px;
	color:#f5f5f5;
	background-color:#889ab8;
	text-decoration:none;
	padding-top:5px;
	font-weight:bold;
}
.boton_novedad{
	width:166px;
	height:25px;
	color:#cc0000;
	font-size:14px;
	font-weight:bold;
	padding-bottom:5px;
}
A.link_botnovedad{
	display:block;
	float:none;
	width:166px;
	height:25px;
	padding-left:15px;
	color:#cc0000;
	font-weight:bold;
	text-decoration:none;
	padding-top:5px;
   border-bottom:1px solid #889ab8; 
}
A.link_botnovedad:hover{
	display:block;
	float:none;
	width:166px;
	height:25px;
	padding-left:15px;
	color:#f5f5f5;
	background-color:#a60000;
	text-decoration:none;
	font-weight:bold;
	padding-top:5px;
   border-bottom:1px solid #889ab8; 

}
DIV#formboletin{
	display:block;
	float:left;
	width:160px;
}
FORM#FormBoletin{
	top:0px;
	margin:0px;
}
.camposboletin{
	display:block;
	float:left;
	width:140px;
	margin-top:5px;
	padding-left:7px;
}
INPUT.campo_boletin{
	display:block;
	float:left;
	width:140px;
	height:14px;
	border:1px solid #133872;
	background-color:#f5f5f5;
	color:#133872;
	font-size:10px;
}
DIV#enviar{
	display:block;
	float:left;
	width:50px;
	height:16px;
	padding-left:109px;
	margin-top:5px;
}
INPUT.enviaboletin{
	display:block;
	float:left;
	width:40px;
	height:16px;
	padding-bottom:3px;
	color:#133872;
	border:1px solid #133872;
	background-color:#f5f5f5;
	font-size:11px;
	text-align:center;
} 

/*CONTENIDO*/
DIV#contenido{
	display:block;
	float:left;
	width:940px;
	padding-top:15px;
	background-color:#fff;
}
DIV#fichas_index{
	display:block;
	float:left;
	width:704px;
	padding-left:20px;
}
.filafichas{
	display:block;
	float:left;
	width:704px;
	padding-top:10px;
	padding-bottom:10px;
}
.fichareloj{
	display:block;
	float:left;
	background-image:url(../images/fichita.jpg);
	background-repeat:no-repeat;
	width:342px;
	height:181px;
}
.fotoficha{
	display:block;
	float:left;
	width:150px;
	height:154px;
	margin-top:3px;
	padding-left:2px;
}
.datosficha{
	display:block;
	float:left;
	width:187px;
	height:154px;
	padding-left:3px;
}
.modelo_reloj{
	color:#133872;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:4px;
	line-height:14px;
}
.ref_reloj{
	color:#666;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	letter-spacing:0.5px;
}
.marca_reloj{
	color:#889ab8;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
   margin-top:2px;
}
.opcion_reloj{
	color:#a60000;
	font-weight:bold;
	text-transform:uppercase;
	font-size:11px;
	margin-top:10px;
}
.precio_reloj{
	color:#333;
	font-weight:bold;
	font-size:11px;
	margin-top:20px;
}
.preciokrono_reloj{
   background-image:url(../images/bocadilloprec.jpg);
   background-repeat:no-repeat;
   width:179px;
   height:68px;
   color:#a60000;
   font-weight:bold;
   font-size:11px;
   margin-top:5px;
}
.tit_preckronomar{
   display:block;
   float:left;
   padding-top:3px;
   padding-left:10px;
}
.info_preckronomar{
   display:block;
   float:left;
   padding-top:1px;
   padding-left:70px;
   font-weight:bold;
   font-size:16px; 
}
.verdetalle{
	display:block;
	float:left;
	width:65px;
	color:#f5f5f5;
	font-size:11px;
	font-weight:bold;
	margin-top:10px;
	padding-left:115px;
}
A.link_verdetalle{
	color:#f5f5f5;
	font-weight:bold;
	text-decoration:none;
}
A.link_verdetalle:hover{
	color:#3E0206;
	font-weight:bold;
	text-decoration:none;
}
P.titulopagina{
	font-size:24px;
	color:#133872;
	font-weight:bold;
}

DIV.titulonovedades{
   font-size:24px;
   color:#133872;
   font-weight:bold;
   background-color:#E5E5E5;
}

.descripcion{
   color:#333;
   font-weight:bold;
   font-size:11px;
   margin-top:5px;
   text-align:left;
}

/*DETALLES RELOJ*/
DIV#titulo_detallereloj{
	display:block;
	float:left;
	width:702px;
	padding-left:22px;
	font-size:24px;
	padding-bottom:5px;
	color:#133872;
	font-weight:bold;
}
DIV#galeriafotos{
	display:block;
	float:left;
	width:322px;
}
.filagaleria{
	display:block;
	float:left;
	width:322px;
	margin-top:5px;
}
.fotogaleria{
	display:block;
	float:left;
	
	border:1px solid #666;
	padding:3px;
}
.fotomini_gal{
	
	border:0;
}
DIV#datos_detreloj{
	display:block;
	float:left;
	width:372px;
	padding-left:10px;
}
.fila_datosreloj{
	display:block;
	float:left;
	width:372px;
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px dotted #666;
}
.tit_datoreloj{
	display:block;
	float:left;
	width:100px;
	color:#333;
	text-align:right;
	font-weight:bold;
   font-size:14px;
}
.info_datoreloj{
	display:block;
	float:left;
	width:225px;
   font-size:14px;
	padding-left:7px;
   margin-left: 40px;
}
.etiquetaprecio{
	display:block;
	float:left;
	background-image:url(../images/etiqueta_precio.jpg);
	background-repeat:no-repeat;
	width:344px;
	height:100px;
	margin-left:20px!important;
	margin-left:10px;
}
.precioetiqueta{
	display:block;
	float:left;
	width:294px;
	padding-left:30px;
	color:#133872;
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
}
.txt_ampliarfoto{
	font-size:11px;
	font-weight:normal;
	color:#133872;
	margin-top:5px;
}
.txt_volverdet{
	font-size:11px;
	font-weight:bold;
	color:#a60000;
	margin-top:5px;
	text-align:right;
   padding-right:20px;
}
A.link_volverdet{
	color:#a60000;
	font-weight:bold;
	text-decoration:none;
}
A.link_volverdet:hover{
	color:#889ab8;
	font-weight:bold;
	text-decoration:none;
}
.tit_datodetreloj{
	font-size:14px;
	font-weight:bold;
	color:#222;
}
.txt_datodetreloj{
	font-size:11px;
	font-weight:normal;
	color:#666;
	margin-top:10px;
   margin-left:5px;
   margin-right:5px;
}

.masdet_cab{
   display:block;
   float:left;
   background-image:url(/images/modmasdet_cab.jpg);
   background-repeat:no-repeat;
   width:700px;
   height:12px;
 
}
.masdet_med{
   display:block;
   float:left;
   background-image:url(/images/modmasdet_med.jpg);
   background-repeat:repeat-y;
   width:700px;
}
.masdet_fin{
   display:block;
   float:left;
   background-image:url(/images/modmasdet_fin.jpg);
   background-repeat:no-repeat;
   width:700px;
   height:12px;
}

.precioetiqueta_mas{
   display:block;
   float:left;
   width:600px;
   padding-left:80px;
   color:#a60000;
   font-size:16px;
   font-weight:bold;
   text-align:left;
}

A.enlacemas{
   color:#a60000;
   font-weight:bold;
   font-size:16px;
   text-decoration:none;
}
A.enlacemas:hover{
   color:#889ab8;
   font-size:16px;
   font-weight:bold;
   text-decoration:none;
}

DIV.mas_info{
   display:block;
   float:left;
   width:702px;
   margin-top:10px;
   padding-top:20px;
   padding-left:10px;
   padding-bottom:5px;
   color:#133872;
   font-weight:bold;
}

.mas_precio
{
   width:359px;
   float:left;
}

.mas_texto
{
   width:300px;
   float:left;
   
}
.tit_masinfodetreloj{
   display:block;
   float:right;
   width:343px;
   font-size:14px;
   text-align:center;
}
/*PIE PAGINA*/

DIV.filapie
{
   float:left;
   width:940px;
   background-color:#ffffff;
}
DIV.filalogos{
   background-color:#ffffff;
   display:block;
   float:left;
   width:704px;
   margin-left:200px;   
}

DIV#piepagina{
	background-image:url(../images/piepagina.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:934px;
	height:26px;
	color:#f5f5f5;
	text-align:right;
	padding-right:6px;
	padding-top:3px;
	margin-right:0px !important;
	margin-right:-3px;
}

/*21-01-2009*/
.moduletable {
	display:block;
	float:left;
	padding: 0;
	width:98%;

}
div.moduletable h3 {
	padding: 0;
	margin: 0 0 5px;
	color: #403C3A;
	font-size: 120%;
	text-transform: uppercase;
}
div.moduletable {
	padding: 0 px;
	margin-bottom: 5px;
}
#ja-col1 div.moduletable {
	margin-bottom: 15px;
}
#ja-col1 div.moduletable h3 {
	margin: 0 -15px 5px;
	padding: 8px 15px;
	color: #EE9600;
	background: #403C3A;
}
a.readon {
	float: left;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color:#a60000;
}
a.readon:hover, a.readon:active, a.readon:focus {
}

/*28-01-2009*/
DIV#logos{
	display:block;
	float:left;
	width:180px;
	padding-left:15px;
	margin-top:10px;
}
.caja_logo{
	display:block;
	float:left;
	width:140px;
	padding-top:10px;
	padding-bottom:10px;
}
.logo_tipo1{
	display:block;
	float:left;
	width:88px;
	padding-top:10px;
	padding-bottom:10px;
}
.logo_tipo2{
	display:block;
	float:left;
	width:73px;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:5px;
}


/*CONTACTO 29-01-2009*/
DIV#contacto{
	display:block;
	float:left;
	width:504px;
	padding-left:120px;
	margin-top:15px;
}
DIV#venta{
	display:block;
	float:left;
	width:504px;
	padding-left:60px;
	margin-top:15px;
}
FORM#FormContact{
	display:block;
	float:left;
	margin:0px;
	top:0px;
	width:504px;
}
FORM#FormVender{
	display:block;
	float:left;
	margin:0px;
	top:0px;
	width:504px;
}
.fila_contacto{
	display:block;
	float:left;
	width:504px;
	padding-bottom:10px;
}
.titaptdo_venta{
	display:block;
	float:left;
	width:504px;
	font-size:16px;
	color:#330001;
	font-weight:bold;
	font-variant:small-caps;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	border-bottom:1px dotted #330001;
	margin-bottom:10px;
}
.tit_campo{
	display:block;
	float:left;
	width:75px;
	text-align:right;
	padding-right:5px;
	font-weight:bold;
	color:#133872;
}
.tit2_campo{
	display:block;
	float:left;
	width:155px;
	text-align:right;
	padding-right:5px;
	font-weight:bold;
	color:#133872;
}
.campos_contact{
	display:block;
	float:left;
	width:325px;
}
INPUT.i01_contact{
	display:block;
	float:left;
	width:321px;
	height:16px;
	padding-left:2px;
	border:1px solid #133872;
	background-color:#f0f0f0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}
INPUT.i02_contact{
	display:block;
	float:left;
	width:101px;
	height:16px;
	padding-left:2px;
	border:1px solid #133872;
	background-color:#f0f0f0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.textarea_contact{
	display:block;
	float:left;
	width:325px;
	height:175px;
}
TEXTAREA.txta_contact{
	display:block;
	float:left;
	width:321px;
	height:175px;
	padding-left:2px;
	border:1px solid #133872;
	background-color:#f0f0f0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}
DIV#envia_contact{
	display:block;
	float:left;
	width:46px;
	height:17px;
	padding-left:225px;
	padding-top:15px;
}
DIV#envia_venta{
	display:block;
	float:left;
	width:46px;
	height:17px;
	padding-left:275px;
	padding-top:15px;
}

DIV#nota{
   display:block;
   float:left;
   width:934px;
   color:#f5f5f5;
   padding-right:6px;
   padding-top:3px;
   margin-right:0px !important;
   margin-right:-3px;
   font-size: 11px;
}

/*Estilos del paginador*/

#paginador{
  margin:auto;
  color: #A90005 !important;
}
DIV.cont_paginador
{
   width:934;
   float:right;
   margin-right:20px;
}
A.text-paginacion:active, A.text-paginacion:link, A.text-paginacion:visited{
  text-decoration:none;
  font-family: Trebuchet MS, Georgia, serif;
  font-size: 16px;
  color:#A90005;
}
A.text-paginacion:hover{
  text-decoration:none;
  font-family: Trebuchet MS, Georgia, serif;
  font-size: 16px;
  color:#A90005;
  text-decoration:none;
}
.text-act{
  font-family: Trebuchet MS, Georgia, serif;
  font-size: 18px;
  color:#000000;
  font-weight:bold;
}
.paginador{
  font-family: Trebuchet MS, Georgia, serif;
  font-size: 16px;
  color:#A90005;
}

/*03-02-2009*/
.infodetreloj{
   display:block;
   float:left;
   width:300px;
   margin-top:5px;
   padding-left:8px;
}
.infodetreloj_cab{
   display:block;
   float:left;
   background-image:url(/images/modinfodet_cab.jpg);
   background-repeat:no-repeat;
   width:300px;
   height:12px;
}
.infodetreloj_med{
   display:block;
   float:left;
   background-image:url(/images/modinfodet_med.jpg);
   background-repeat:repeat-y;
   width:300px;
}
.infodetreloj_fin{
   display:block;
   float:left;
   background-image:url(/images/modinfodet_fin.jpg);
   background-repeat:no-repeat;
   width:300px;
   height:12px;
}
.tit_infodetreloj{
   display:block;
   float:left;
   width:280px;
   color:#333;
   text-align:left;
   font-weight:bold;
   padding-left:7px;
   padding-right:7px;
   font-size:14px;
}
.txt_infodetreloj{
   display:block;
   float:left;
   width:280px;
   padding-left:7px;
   padding-right:7px;
   margin-top:5px;
   font-size:13px;
}

