/* CSS Document */
@font-face{
	font-family: "Eras Light ITC";
	src: url("http://www.elmaestrorelojero.com/fonts/MYRIADW0.eot");
}

@font-face{
	font-family: "Eras Light ITC";
	src: url("http://www.elmaestrorelojero.com/fonts/MyriadWebPro.ttf") format("OpenType");
}

body{
	
	text-align: center;
	margin-top: 10px;
	font-family: Verdana;
	background-image: url(../images/fondo.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-position: center center;
	background-color:#F8ECDC;
}

/* *********************************************
     ESTILOS DE TABLAS Y CONTENIDOS MAESTROS
   *********************************************	 
*/
.principal{
	font-family: Verdana;
	font-size:8pt;
	padding-left:25px;
	padding-right:25px;
	text-align:justify;
	width:735px;
/*	word-wrap: break-word; */

}

.contenido_principal{
  font-family: "Eras Light ITC";
  font-size: 9pt;
  color: black;
}   

.contenido_principal tr{
   vertical-align:top;
}

.contenido_principal td{

}

.enlaces_menu a{
  	font-family: "Eras Light ITC";
	font-size: 13px;
	color: #444444;
	text-decoration: none;
	background-image: url(../images/link_menu.png);
	background-repeat: no-repeat;
	padding-left:40px;
}

.enlaces_menu a:hover{
	color: #888888;
	text-decoration: underline;
}

/*
**********************************
    ESTILOS DEL PIE DE PÁGINA
**********************************	
*/	

.menu_inferior{
	font-family: "Eras Light ITC";
	margin-left: 15px;
	margin-bottom: 15px;
	font-size: 10px;
}

.enlaces_pie table{
	background:#2D7C45;
	color:black;
	font-size:10pt;
}

.enlaces_pie td{
	text-align:center;
	padding-top:3px;
}

.enlaces_pie a{
	font-family: "Eras Light ITC";
	font-size:10pt;
	color:black;
	text-decoration:none;
}

.enlaces_pie a:hover{
	text-decoration:underline;
}

.tabla_pie td{
	font-family: Verdana;
	font-size:8pt;
}

.tabla_pie a{
	font-size:9pt;
	color:#2D7C45;
	text-decoration:none;
	padding-left:15px;
	
}

.caja_inferior{

	float: left;
}

.caja_inferior img{
	
	margin-top: 3px;
	margin-right: 5px;
	border: none;
}
/*
*******************************
  ESTILO DE LOS RELOJES
*******************************
*/

.reloj_venta{

	clear: both;
	padding-left: 25px;
}  
.reloj_venta H1{
	font-size:12pt;
}


/* 
	****************************
	   ESTILOS DEL CALENDARIO  
   	**************************** 
*/

.fc_main{ 
	background: #FFFFFF; 
	border: 1px dotted #CCCCCC; 
	font-size: 10px; 
	z-index:1;
}

.fc_date{ 
	border: 1px dotted #D9D9D9;  
	cursor:pointer; font-size: 
	10px; text-align: center;
}

.fc_dateHover, TD.fc_date:hover{ 
	cursor:pointer; 
	border-top: 1px solid #FFFFFF; 
	border-left: 1px solid #FFFFFF; 
	border-right: 1px solid #999999; 
	border-bottom: 1px solid #999999; 
	background: #84D0F4; 
	font-size: 10px; 
	text-align: center; 
}

.fc_wk{
	font-family: Verdana; 
	font-size: 10px; 
	text-align: center;
}

.fc_wknd{ 
	color: #224A6C; 
	font-weight: bold; 
	font-size: 10px; 
	text-align: center;
}

.fc_head{ 
	background: #224A6C; 
	color: #FFFFFF; 
	font-weight:bold; 
	text-align: left;  
	font-size: 11px; 
}



/*
***********************************************
	ESTILO DE LA CAJA DE BÚSQUEDA AVANZADA
***********************************************
*/	
.contenedor_busqueda_avanzada{
	position:absolute;
	z-index:1;
	margin-top:0px;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	width: 470px;
	overflow:visible;
	background-color:white;
	height: 166px;

}	

/*
*******************************************
	ESTILOS DE CONTROLES DE FORMULARIO
*******************************************
*/
.tabla_formulario{
	font-family: Verdana;
	font-size:8pt;
}
.boton{
	border: 1px solid #224A6C;
	text-align:center;
	font-weight: bold;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 9px;
	font-family: Myriad Web Pro;
	background-color: #2D7C45;
	color: white;
	cursor:hand;
}

.boton:hover{
	border: 1px solid #84D0F4;
	text-align:center;
	font-weight: bold;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 9px;
	font-family: Myriad Web Pro;
	background-color: #224A6C;
	color: #84D0F4;
}

/*
**********************************
  ESTILO AMPLIACIÓN DE IMÁGENES
**********************************
*/
/* este es el rectángulo total de la ventana */
#thumbBox {
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px; 

/* el ancho del borde */
padding-bottom: 0;
background: #313131; 

/* el color de fondo */
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}
/* este es el rectángulo del pie de página */
#thumbBox .footerbar {
/* propiedades del texto "CERRAR" */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
/* propiedades que podemos agregar: background-color, border */
}
/* es el rectángulo interior que contendrá la imagen y el eventual título */
#thumbBox #thumbImage {
background-color: white; 
/* el color de fondo *//* podemos agregar otras propiedades, por ejEMplo, para las fuentes de los textos */
}

/* es la advertencia de carga que se muestra antes de abrirse la ventana */
#thumbLoading {
position: absolute;visibility: 
hidden;border: 1px solid black; 
/* el borde */
background-color: #EFEFEF; 
/* el color de fondo */
padding: 5px; 
/* márgenes */
z-index: 5;
/* podemos agregar otras propiedades para las fuentes, etc */
}  

