/*@font-face {
    font-family: 'exmouth';
    src: url('lib/dompdf-0.6.1/exmouth_.ttf') format('truetype');
}*/

.input_text_nros_1{
	width:3em;
}

.input_text_nros_2{
	width:5em;
}

.texto_centrado{
	text-align:center;
}

.borde1{
	border-width:1px;
}

.borde_negro{
	border-color:#000000;
}

.bordes{
	border-style:solid;
}

.borde_l{
	border-left-style:solid;
}

.borde_r{
	border-right-style:solid;
}

.borde_b{
	border-bottom-style:solid;
}

.borde_t{
	border-top-style:solid;
}

.tr{
	background-color:#999;
	color:#FFF;
}

.tr_highlight{
	background-color:#999;
	color:#FFF;
}

.tr_highlight:hover{
	background-color:#699269;
}

.td_titulo1{
	background-color:#555;
	color:#FFF;
}

.td_titulo2{
	background-color:#777;
	color:#FFF;
}

.titulo1{
	font-size:18px;
	font-weight:bolder;
	padding:10px;
}

.titulo2{
	font-size:16px;
	font-weight:bold;
	padding:8px;
}

.texto1{
	font-size:14px;
	padding:5px;
}

.boton2{
	color:#000000;
	text-decoration:none;
}
.boton2:hover{
	color:#000000;
	text-decoration:underline;
	cursor:pointer;
}
.tab{
	font-family:Trebuchet MS;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	border:solid;
	border-width:0px 1px 0px 1px;
	border-color:#b3b3b3;
	cursor:pointer;
	text-align:center;
	background-color:#FFF;
	background-image:url(imagenes/nav_fondo.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height:35px;
}
.tab:hover{
	font-family:Trebuchet MS;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	border:solid;
	border-width:0px 1px 0px 1px;
	border-color:#b3b3b3;
	cursor:pointer;
	text-align:center;
	background-color:#FFF;
	background-image:url(imagenes/nav_fondo_seleccionado.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height:35px;
}
.tab_seleccionado{
	font-family:Trebuchet MS;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	border:solid;
	border-width:0px 1px 0px 1px;
	border-color:#b3b3b3;
	cursor:pointer;
	text-align:center;
	background-color:#FFF;
	background-image:url(imagenes/nav_fondo_seleccionado.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height:35px;
}

.observacion_campo{
	font-size:11px;
}

.campo_obligatorio{
	color:#CC0000;
	font-size:11px;
}

.input_erroneo{
	background-color:#CC0000;
	color:#FFFFFF;
}

.input_mimetizado{
	border:none;
}

.input_mimetizado:hover{
	border:solid;
	border-width:1px;
}

.div_dentadura{
	display:inline;
	float:left;
	padding:0px;
	margin:0px;
}

.texto_novedades{
	padding:15px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:13px;
	/*font-weight:bold;*/
	font-family:Trebuchet MS;
	text-indent:2em;
}
.boton_marron{
  padding:5px; background-color:#553A29; border:none; color:#FFFFFF; font-weight:bold; cursor:pointer; border-radius:8px; padding-left:13px; padding-right:13px; margin-bottom:4px;margin-top:4px; display:inline-block;
  font-family:Trebuchet MS; font-size:16px;
}

.boton_marron_peq{
  padding:5px; background-color:#553A29; border:none; color:#FFFFFF; 
  font-weight:bold; cursor:pointer; border-radius:8px; padding-left:13px; 
  padding-right:13px; margin-bottom:4px;margin-top:4px; display:inline-block;
  font-family:Trebuchet MS; font-size:13px;
}

.boton_marron_peq_apretado{
  padding:5px; background-color:#331807; border:none; color:#FFFFFF; 
  font-weight:bold; cursor:pointer; border-radius:8px; padding-left:13px; 
  padding-right:13px; margin-bottom:4px;margin-top:4px; display:inline-block;
  font-family:Trebuchet MS; font-size:13px;
}

.div_navegacion_lista{
  position: fixed;
  top: 35px;
  z-index: 5000;
	display:none;
	background-color:#DDDDDD; 
	padding:10px;
	width:100%;
}
.div_navegacion_explicacion{
	position:absolute;
	left:50px;
	display:none;
	background-color:#dddddd; 
	font-size:13px;
}
.navegacion{
	font-family:Trebuchet MS;
	font-size:14px;
	color:#000000;
	text-decoration:none;
}
.navegacion:hover{
	font-family:Trebuchet MS;
	font-size:14px;
	color:#000000;
	text-decoration:underline;
}
.submit_mas_navegacion{
	font-family:Trebuchet MS;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	display:block;
}
.submit_mas_navegacion:hover{
	font-family:Trebuchet MS;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.table_submit_mas_navegacion{
        background: #bbb;
        background: -webkit-linear-gradient(#fff, #bbb);
        background: -o-linear-gradient(#fff, #bbb);
        background: -moz-linear-gradient(#fff, #bbb);
        background: linear-gradient(#fff, #bbb);
}
.td_submit_mas_navegacion{
	font-family:Trebuchet MS;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	border:solid;
	border-width:0px 1px 0px 1px;
	border-color:#b3b3b3;
	cursor:pointer;
	text-align:center;
        background: #bbb;
        background: -webkit-linear-gradient(#fff, #bbb);
        background: -o-linear-gradient(#fff, #bbb);
        background: -moz-linear-gradient(#fff, #bbb);
        background: linear-gradient(#fff, #bbb);
	height:35px;
        width: 11%;
}
.td_submit_mas_navegacion:hover{
	font-family:Trebuchet MS;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	border:solid;
	border-width:0px 1px 0px 1px;
	border-color:#b3b3b3;
	cursor:pointer;
	text-align:center;
        background: #aaa;
        background: -webkit-linear-gradient(#eee, #aaa);
        background: -o-linear-gradient(#eee, #aaa);
        background: -moz-linear-gradient(#eee, #aaa);
        background: linear-gradient(#eee, #aaa);
	height:35px;
}
.td_submit_mas_navegacion_hover{
	font-family:Trebuchet MS;
	font-size:13px;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	border:solid;
	border-width:0px 1px 0px 1px;
	border-color:#b3b3b3;
	cursor:pointer;
	text-align:center;
	background-color:#FFF;
	background-image:url(imagenes/nav_fondo_seleccionado.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height:35px;
}
.navegacion_blanco{
	font-family:Trebuchet MS;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}
.navegacion_blanco:hover{
	font-family:Trebuchet MS;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:underline;
}
/*Tabla de turnos*/
.tabla_turnos1{
	border:solid; border-width:2px;
	border-color:#AA7700; width:8%; 
	background-color:#CC9900; text-align:center; height:30px; cursor:pointer;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
}
.tabla_turnos1:hover{
	border:solid; border-width:2px;
	border-color:#AA7700; width:8%; 
	background-color:#EEBB22; text-align:center; height:30px; cursor:pointer;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
}
.tabla_turnos2{
	border:solid; border-width:2px;
	border-color:#AA4444; width:8%; 
	background-color:#CC6666; text-align:center; height:30px; cursor:pointer;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
    border:none;
}
.tabla_turnos2:hover{
	border:solid; border-width:2px;
	border-color:#AA4444; width:8%; 
	background-color:#EE8888; text-align:center; height:30px; cursor:pointer;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
    border:none;
}
.tabla_turnos3{
	border:solid; border-width:2px;
	border-color:#699269; width:8%; 
	background-color:#8BB48B; text-align:center; height:30px; cursor:pointer;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
}
.tabla_turnos3:hover{
	border:solid; border-width:2px;
	border-color:#699269; width:8%; 
	background-color:#ADD6AD; text-align:center; height:30px; cursor:pointer;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
}



.tabla_borderedondeado-5{
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
}
.tabla_borderedondeado{
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
}
.tabla_borderedondeado_derecha{
	-moz-border-radius:0px 10px 10px 0px;
	border-radius:0px 10px 10px 0px;
	-webkit-border-radius:0px 10px 10px 0px;
}
.tabla_borderedondeado_abajo{
	-moz-border-radius:0px 0px 10px 10px;
	border-radius:0px 0px 10px 10px;
	-webkit-border-radius:0px 0px 10px 10px;
}
.tabla_borderedondeado_arriba{
	-moz-border-radius:10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
}

.titulo_pointer{
	font-family:Trebuchet MS;
	font-size:20px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
	cursor:pointer;
}
.titulo{
	font-family:Trebuchet MS;
	font-size:20px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
}
.navegacion_titulo{
	font-family:Trebuchet MS;
	font-size:20px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
	color:#000000;
	text-decoration:none;
}
.navegacion_titulo:hover{
	font-family:Trebuchet MS;
	font-size:20px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-top:5px;
	margin-bottom:5px;
	color:#000000;
	text-decoration:underline;
}
.titulo_medio_pointer{
	font-family:Trebuchet MS;
	font-size:18px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-top:8px;
	margin-bottom:8px;
	cursor:pointer;
}
.titulo_medio{
	font-family:Trebuchet MS;
	font-size:18px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-top:8px;
	margin-bottom:8px;
}
.titulo_16_pointer{
	font-family:Trebuchet MS;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-top:8px;
	margin-bottom:8px;
	cursor:pointer;
}
.titulo_16{
	font-family:Trebuchet MS;
	font-size:16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-top:8px;
	margin-bottom:8px;
}
.titulo_chico_pointer{
	font-family:Trebuchet MS;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	cursor:pointer;
}
.titulo_chico{
	font-family:Trebuchet MS;
	font-size:13px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
.texto{
	font-family:Trebuchet MS;
	font-size:14px;
	margin:0px;
	padding:0px;
	/*margin-top:10px;*/
}
.texto_separado{
	font-family:Trebuchet MS;
	font-size:14px;
	margin:0px;
	padding:0px;
	margin-top:10px;
}
.texto_grande{
	font-family:Trebuchet MS;
	font-size:22px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	/*margin-top:10px;*/
}
.texto_cursor_pointer{
	font-family:Trebuchet MS;
	font-size:14px;
	margin:0px;
	padding:0px;
	margin-top:10px;
	cursor:pointer;
}
.texto_navegacion{
	font-family:Trebuchet MS;
	font-size:16px;
	margin:0px;
	padding:0px;
	/*margin-top:10px;*/
	padding-left:8px;
	text-align:left;
	width:160px;
	cursor:pointer;
}
.input{
	font-family:Trebuchet MS;
	font-size:13px;
	border:solid;
	border-width:1px;
	border-color:#AAAAAA;
}
.input_enfocado{
	font-family:Trebuchet MS;
	font-size:13px;
	border:solid;
	border-width:1px;
	border-color:#000000;
	background-color:#FFFFCE;
}
.submit{
	font-family:Trebuchet MS;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	border:solid;
	border-width:2px;
	border-color:#000000;
	background-color:#DDDDDD;
	cursor:pointer;
	padding:2px;
}
.boton_submit{
	font-family:Trebuchet MS;
	font-size:13px;
	font-weight:bold;
	border:none;
	background-color:#600;
	color:#FFFFFF;
	cursor:pointer;
	padding:10px;
}
.hr{
	border:solid;
	border-width:1px;
	border-color:#000000;
	width:100%;
	margin:0px;
	padding:0px;
	/*margin-top:10px;*/
}
.div_navegacion{
	visibility:hidden;
	position:fixed; 
	background-color:#dddddd; 
	border:solid; 
	border-width:2px; 
	width:150px;
	padding:5px;
	margin-top:-20px;
	margin-left:150px;
	z-index:1;
	font-size:13px;
}
.tabla_izquierda_titulos{
	border:solid;
	border-width:2px; 
	border-bottom:solid; 
	border-bottom-width:4px; 
	border-right:none;
	font-weight:bold;
	font-family:Trebuchet MS;
	font-size:16px;
	padding-top:8px;
	padding-bottom:8px;
}
.tabla_centro_titulos{
	border:solid;
	border-width:2px; 
	border-bottom:solid; 
	border-bottom-width:4px; 
	border-right:none;
	border-left:none; 
	font-weight:bold;
	font-family:Trebuchet MS;
	font-size:16px;
	padding-top:8px;
	padding-bottom:8px;
}
.tabla_derecha_titulos{
	border:solid;
	border-width:2px; 
	border-bottom:solid; 
	border-bottom-width:4px; 
	border-left:none; 
	font-weight:bold;
	font-family:Trebuchet MS;
	font-size:16px;
	padding-top:8px;
	padding-bottom:8px;
}
.tabla_izquierda{
	border:solid;
	border-width:2px; 
	border-bottom:solid; 
	border-bottom-width:4px; 
	border-right:none;
	font-family:Trebuchet MS;
	font-size:14px;
	padding-top:8px;
	padding-bottom:8px;
}
.tabla_centro{
	border:solid;
	border-width:2px; 
	border-bottom:solid; 
	border-bottom-width:4px; 
	border-right:none;
	border-left:none; 
	font-family:Trebuchet MS;
	font-size:14px;
}
.tabla_derecha{
	border:solid;
	border-width:2px; 
	border-bottom:solid; 
	border-bottom-width:4px; 
	border-left:none; 
	font-family:Trebuchet MS;
	font-size:14px;
}
body {background-color:#fafafa; color:#000000;	margin: 0px; padding-bottom: 150px; cursor:default;}
li.boton{list-style:none;}
a.boton{display:block; <?php if($navegador=="FIREFOX"){?>font-size:40px;<?php } if($navegador=="INEX80"){?>font-size:30px;<?php } ?><?php if($navegador=="CHROME"){?>font-size:40px;<?php }?>}

.clsPageGreyDiv {
  position: absolute;
  overflow: hidden;
  width: 10px; height: 10px;
  left: -10px; top: -10px;
  z-index: 100;
  opacity: .6; /* CSS3 */
  background-color: #000;
}
.clsPageGreyImg {
  border: none;
  margin-right: 20px;
}
.clsPageGreyMsg { /* a P element which contains the img and msg text */
  position: absolute;
  width: 200px;
  left: -220px;
  padding: 4px;
  color: #BF8660;
  background-color: #FFF;
  border: 2px solid #BF8660;
  z-index: 101;
  text-align: center;
}

li.boton{list-style:none;}
a.boton{display:block;}
