@charset "utf-8";
/* ------------Principal----------- */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  src: url(fonts/MaterialIcons-Regular.eot);
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(fonts/MaterialIcons-Regular.woff) format('woff'),
    url(fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

.button_icon {
	cursor: pointer;
}

.icon {
	font-size:30px;
	cursor:pointer;
}

.midleicon {
	font-size:14px;
}

.iconred {
	color:#FF0000;
	font-size:30px;
	cursor:pointer;
}
.iconred:hover {
	color:#CC0000;
}

html {
	margin: 0 15px;
}

body{
	color: #6F6E6E;
	margin-top:0px;
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	overflow-y:scroll;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	body{
		width:768px;
	}
	input {
		font-size-adjust: 1.1;
		min-width:115px !important;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
	body{
		width:1024px;
	}
}

.item_selected {
	background-color: #f00 !important;
	color:#fff !important;
}
.item_selected * {
	color:#fff !important;
}

.tachado {
	text-decoration:line-through;
}

.item_disabled,
.content_disabled {
	background-color:#EEE;
	cursor:default !important;
	position:absolute;
	/*border:solid 1px #FF0000;*/
	opacity:0.2;
	filter:alpha(opacity=20);
}

.item_disabled {
	position:relative;
}

.cursor_disabled {
	cursor:default !important;
}

button[disabled]:hover,
button {
	cursor:pointer;
	background-color:#999;
	color:#FFF;
	border:solid 1px #ccc;
	padding:2px 5px;
}
button[disabled]:hover,
button[disabled] {
	cursor: default !important;
	opacity: 0.6;
	filter:alpha(opacity=60);
}
button:hover {
	color:#333;
	background-color:#CCC;
}

.green {
	color:#3ebf10;
}

.textalert {
	color:#FF0000;
}

.red {
	background-color:#FF0000;
}

.red:hover {
	background-color:#CC0000;
}

input[type=button] {
	cursor:pointer;
}

.gray {
	color:#CCCCCC;
}

#logo{
	padding-left: 30px;
    padding-right: 32px;
    padding-top: 30px;
	margin:0;
	
	width:239px;
	min-height:71px;
	float:left;
}
.header {
	margin:0;
	padding-top:0px;
	width: 100%;
	/*height:48px;*/
}
.tablaIndex {
	margin:0 auto;
	width: 100%;
	/*background-image:url(../assets/fondo.png);
	background-repeat:no-repeat;*/
}
.tabla {
	margin:0 auto;
	width: 100%;
	background-color:#F5F5F5;
}
.tablaFooter {
	margin:0 auto;
	width: 100%;
}
.sideBox {
	border-right: 1px dashed #6F6E6E;
	width:280px;
}
/* ----------Contenido-------------*/

#servcont{
	text-decoration:none;
	color:#39C;	
	font-size:12px;
}

.logos{
	margin-bottom: 30px;
}

/*.logo {
	font-family: Impact, Arial;
	font-size: 2.4em;
	width: 570px;
	margin: 0;
	padding: 10px 0 0 0;
}*/
.logo img {
	padding:10px;
}
.logo .capital {
	color: #990000;
}
.logo .p_capital {
	font-size: 20px;
	border-top: thin solid #999999;
	height: 28px;
	width: 22px;
	/*float: left;*/
}

.contenido{
	padding-top: 10px;
	margin:0 auto;
	/*style="min-width: 700px;*/
}
.contenidoIndex{
	padding: 10px;
	margin:0;
	width:550px;
	/*max-width: 690px;*/
}
 
.pizarra {
	width: 330px;
	height: 330px;
	background-color: #fff;
}

.cuerpo {
	display: inline-flex;
	margin-bottom:20px;
}

.zonaCentro{
	float:left;
	border-right: 1px solid #6F6E6E;	
	padding-right: 5px;
    width: 205px;	
	overflow:hidden;	
}

.zonaDerecha {
	float:right;
	font-size:12px;
	width:250px;	
	margin-right:80px;
}
.zonaDerecha th {
	text-align:left;
	font-size:14px;
}

.zonaDerecha img{
	/*width:250px;*/
	height:auto;
}

.titulo2{
	font-size:13px;
	color:#7D99A9;
	margin-bottom: 10px;
}



.contenidoIndex p{
	margin-top: 5px;
	text-align:justify;
	font-size:12px;
}
.tituloIndex{
	font-size:24px;
	color:#7D99A9;
	margin-bottom: 15px;
	padding-right: 30px;	
	
}
.titulo{
	font-size:24px;
	color:#7D99A9;
	margin-bottom: 30px;
	padding-right: 30px;	
	padding-left: 10px;
	width: 100%;
}

/*----------Contacto-------------*/

#envCont {
	text-align:center;
	border-bottom: 1px solid #6F6E6E;
	border-top: 1px solid #6F6E6E;
	margin:0;
	overflow:visible;
	width: 430px;
	padding: 5px 0;
}


#envCont a{
	font-size:40px;
	color: #36C;
	text-decoration:none;	
}

#envCont img{
	border:none;
}

.contactForm td{
	font-size:13px;
	color:#7D99A9;
	font-weight:300;
	/*margin-bottom: 10px;*/
}

.contactForm {
	margin:0 auto;
}

.contactForm input{
	width: 250px;	
}

.contactForm textarea{
	width: 245px;	
}

.titulo2Cont{
	font-size:13px;
	color:#555;
	margin-bottom: 10px;
	padding-left: 10px;
}

#footCont{
	font-size:10px;
	color:#369;
	margin-bottom: 30px;
	padding-left: 10px;
	text-align: justify;
}

.contBajo{
	font-size:11px;	
	padding-left: 15px;
	padding-top: 15px;
	border-right: 1px solid #6F6E6E;
	margin:0 auto;
}

.contBajo p{
	 margin: 0 0 6px;
}

/*--------------Tarifas------------*/

.zonaCentroT {	
	float:left;	
	padding-right: 15px;
    width: 400px;
	/*margin-bottom: 40px;*/
}

.zonaDerechaT {
	border-left: 1px solid #6F6E6E;
	float:right;
	padding: 0 10px 30px;
	margin-top:20px;
}

.zonaDerechaT img {
	width:250px;
	height:100% auto;
}

.titulo2Tarifa{
	background-color:#FFF;
	font-size:15px;
	color:#7D99A9;
	padding-left: 10px;
	width: 399px;
}

.tarifa {
	background-color:#7D99A9;
	font-size:11px;
	color:#FFF;
	padding: 1px 10px 10px;
	width: 389px;
	margin-bottom: 10px;
}

.tarifa span, a, a:visited {
	text-decoration:none;
	/*color:#A93E44;*/
	color:#6f6e6e;
	font-size:11px;
}

.tarifa a:hover {

}
/*--------- items----------*/



#itemEncabezado{
	font-size:50px;
	text-align:center;
	color:#AAA;	
	margin: 0;
	padding-left: 0px;
}

.tdItems{
	max-width: 280px;
	padding-right:13px;
	border-right: 1px dashed #6F6E6E;
}

.news{
	width:260px;
}

.fecha{
	font-size:12px;
	color: #39C;
	width:260px;
	height:100%;
	margin: 0;
	
	/*width:310px;
	height:30px;*/
}

.item{
	
	font-size: 12px;
	padding-right: 10px;
	text-align:justify;
}
.itemHeader{
	clear:both;
	width:270px;
	heght:99px;
	border-bottom: 1px solid #6F6E6E;
	padding-right:10px;
}
.item_item {
	border:1px #CCC solid;
}
.item_item_des {
	border:1px #FF0000 solid;
}
/*--------- noticias----------*/



#noticaEncabezado{
	font-size:50px;
	text-align:center;
	color:#AAA;	
	margin: 0;
	padding-left: 0px;
}

.tdNoticias{
	max-width: 280px;
	padding-right:13px;
	border-right: 1px dashed #6F6E6E;
}

.desPdf a:visited {
	text-decoration:none;	
	font-size:12px;
	color:#A93E44;
}

.desPdf a {
	text-decoration:none;	
	font-size:12px;
	color:#A93E44;
}

.noticia{
	
	font-size: 12px;
	padding-right: 10px;
	text-align:justify;
}
.noticiaHeader{
	clear:both;
	width:270px;
	heght:99px;
	border-bottom: 1px solid #6F6E6E;
	padding-right:10px;
}

.news div{
	width:255px;
	<!--width:260px;
	border-bottom: 1px solid #6F6E6E;	
	height:100%;
	padding-left: 20px;
	padding-right: 5px;
	<!--padding-right:0px;
	<!--padding-bottom:10px;
	padding-top: 10px;
	
}

.boton-doctor ,
.boton-doctor:visited,
.boton-doctor:hover {
	color:#08c;
    border-radius: 5px;
    line-height: 14px;
    display: block;
    margin: 2px 0px 3px 0px;
    padding: 8px 12px;
	cursor:pointer;
}

.recursos .active ,
.recursos .active:hover {
	background-color: #0088CC;
    color: #FFFFFF;
}


/*-------------- menu --------------*/


.menu_selected {
	cursor:default;
	color:#6F6E6E;
	padding-left:10px;
	padding-right:10px;
}

.submenu,
.menu {
	/*border-bottom: 1px solid #6F6E6E;*/
	font-size:12px;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
	height:30px;
}
.submenu ul,
.menu ul {
	/*color:#B0B0AF;*/
}
.submenu li,
.menu li{
	list-style: none;
	display:inline;
}

.submenu a,
.submenu a:hover,
.submenu a:visited,
.menu_unselected, 
.menu a, 
.menu a:hover, 
.menu a:visited {
	padding-left:10px;
	padding-right:10px;
	color:#B0B0AF;
	text-decoration:none;
	cursor:pointer;
}

/*-------------- menu2 --------------*/


.menu2_selected{
	cursor:default;
	color:#344068;
	padding-left:10px;
	padding-right:10px;
}

.menu2{
	/*border-bottom: 1px solid #6F6E6E;*/
	font-size:12px;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
	height:25px;
}
.menu2 ul {
	color:#666;
}
.menu2 li{
	list-style: none;
	display:inline;	
}

.menu2 a{
	padding-right:10px;
	padding-top:10px;
	/*color:#B0B0AF;*/
	text-decoration:none;
}

.menu2 a:hover, a:visited {
	padding-right:10px;
	padding-top:10px;
	/*color:#B0B0AF;*/
	text-decoration:none;
}



/*---------Footer----------*/

.footer{
	text-align:center;
	font-size:11px;	
	padding-bottom: 15px;
	border-bottom: 1px solid #6F6E6E;
	width:1000px;
	margin: 15px auto;
}

.footer a{
	text-decoration:none;
	color:#3399CC;	
}

/*--------Cobertura-----------*/

#datosMapa{	
	margin: 320px 40px 60px 0;
    position: relative;
    width: 205px;
	text-align:left;	
	float:right;	
}
#oferta{
	font-size: 12px;
	padding-bottom: 15px;
	padding-left:0px;
}

.zona{
	font-size: 12px;
	padding-left: 15px;
	margin: 5px 0 0 0;	
}

.mapa img{
	position: absolute;
	float:right;
	z-index: 0;
	width: 690px;
	height:533px;
}
/*******CALENDARIO********/
input.calendar, select.calendar {
width: 99px;
float:left;
}

button.calendar {
background: url(img/calendar-icon.gif);
border: 0;
cursor: pointer;
float: left;
height: 20px;
margin-right: 6px;
width: 20px;
margin-left:6px;
}

button.calendar:hover, button.calendar.active {
background-position: 0 20px;
}

div.calendar {
background: url(img/calendar.png);
height: 195px;
padding: 0 6px;
text-align: center;
width: 147px;
}	

div.calendar div {
background: none !important;
height: 185px;
overflow: hidden;
padding-top: 10px;
position: relative;
width: 147px;
}	

div.calendar caption {
color: #333;
font: normal 12px/16px Arial, Helvetica, sans-serif;
padding-top: 6px;
/*text-align: center;*/
width: 100%;
}

div.calendar caption a {
cursor: pointer;
display: block;
height: 12px;
overflow: hidden;
position: absolute;
text-indent: -100px;
margin-top: 2px;
width: 11px;
}

div.calendar caption a.prev {
background-image: url(img/calendar-prev.gif);
left: 0;
top:0px;
}

div.calendar caption a.next {
background-image: url(img/calendar-next.gif);
right: 0;
top:0px;
}

div.calendar caption a:hover {
background-position: 0 12px;
}

div.calendar caption span {
height: 25px;
position: relative;
text-align: center;
padding-left: 8px;
padding-right: 8px;
}

div.calendar caption span.month {
padding-right: 8px;
min-width:80px;
}

div.calendar caption span.month:after {
content: ',';
}

div.calendar table {
background: #FFF;
border: 0;
border-collapse: collapse;
border-spacing: 0;
cursor: default;
margin: 0 auto;
overflow: hidden;
width: 147px;
}

div.calendar td, div.calendar th {
border: 0;
color: #0597DB;
font: normal 12px Arial, Helvetica, sans-serif;
height: 21px;
text-align: center;
width: 21px;
}

div.calendar td {
background: url(calendar-td.gif);
color: #FFF;
font-size: 11px;
}

div.calendar td.invalid {
color: #999;
}

div.calendar td.valid {
background: url(img/calendar-valid.gif);
color: #0597DB;
cursor: pointer;
}

div.calendar td.hilite {
background: url(img/calendar-hilite.gif);
}

div.calendar td.inactive {
background: url(img/calendar-td.gif) 0 100%;
color: #FFF;
}

div.calendar td.active, div.calendar td.hover {
background: url(img/calendar-valid.gif) 0 100%;
color: #FFF;
cursor: pointer;
}
.labelinput{
width:250px;
margin:9px 10px;
float:left;
text-align:right;
}
label {
	white-space:nowrap;
	text-align:left;
	margin-top:3px;
	font-size:12px;
	font-weight:bold;
}
.item_noticia {
	border:1px #CCC solid;
}
.item_noticia_des {
	border:1px #FF0000 solid;
}

/* CSS Document */

.periodontograma {
	width:40px;
	/*height:227px;*/
	height:100px;
	background: url(img/periodontograma.png);
}

.check_piezas {
	margin:0px;
	width:15px;
	height:15px;
}

.suma_valor,
.input_piezas {
	width:7px;
	height:7px;
	margin:0px;
	font-size:7px !important;
	text-align:right;
}

.input_movilidad_piezas {
	width:29px;
	height:7px;
	margin:0px 3px;
	font-size:7px !important;
	text-align:right;
}

.button_periodontograma {
	position:absolute;
	cursor:pointer;
	margin-top:-290px;
	margin-left:17px;
}

.column_pieza {
	border:solid 1px #CCC;
}

.contenedor {
	width:595px;
	min-height:540px;
	margin:0 auto;
	background-color:#FFF;
	padding:10px 10px;
}

.superior {
	height:210px;
	border-bottom:1px dotted #999;
}

.col2 {
	width:310px;
	min-height:200px;
	float:right;
}

.datos {
	margin-top:30px;
	width:310px;
	height:137px;
}

.medio {
	min-height:300px;
}

.sup_medio {
	height:30px;
}

select {
	margin-top:3px;
	font-size:10px;
	height:18px;
	line-height:18px;
}
@page {
	margin:10mm;
}
#hoja_presupuesto {
	background-color:#FFF;
	border:solid 1px; #000;
	color:#000;
	/*width:595px;
	height:842px;
	max-height:842px;*/
	width:695px;
	height:1022px;
	max-height:1022px;
}
#hoja_presupuesto th {
	padding-top:30px;
	padding-left:30px;
	color:#000;
	font-weight:normal;
	font-size:12px;
}
.piezas {
	display:none;
}
.cliente tr {
	height:25px;
}

.table_layout {
	table-layout: fixed;
}
.concepto td {
	border-right:solid 1px #000;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
.conceptos {
	border:solid 1px #000;
	border-right:none;
	margin-bottom: 10px;
	white-space: normal !important;
}
.conceptos a,
.conceptos a:visited {
	text-decoration:none;
	color:#6F6E6E;
	padding:0px;
}

.conceptos img {
	padding:0 10px;
}
.conceptos tr {
	height:18px;
}
.conceptos_big tr {
	height:28px;
}

.conceptos_header {
	background-color:#CCC;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	border-right:solid 1px #000;
	color:#000;
	font-weight:bold;
	padding:10px;
}
.conceptos .noprint tbody tr{
	background-color:transparent !important;
}
.conceptos .noprint tbody tr td{
	border:none !important;
}
.conceptos tbody tr:nth-child(odd),
.conceptos_row_gray {
	background-color:#EEEFEF;
	/*border-bottom:solid 1px #000;*/
	border-right:solid 1px #000;
	min-height:25px;
}
.conceptos tbody tr:nth-child(even),
.conceptos_row_white {
	background-color:#FFF;
	/*border-bottom:solid 1px #000;*/
	border-right:solid 1px #000;
	min-height:25px;
}

.conceptos_row_gray_des,
.conceptos_row_white_des {
	background-color:#7B7A7A;
	color:#E6E6E6;
	/*border-bottom:solid 1px #000;*/
	border-right:solid 1px #000;
	min-height:25px;
}
.conceptos_total {
	border:solid 1px #000;
	/*border-top:none;*/
}
.btn_delete {
	width:15px;
	height:15px;
	cursor:pointer;
}
.tabla_facturas,
.tabla_presupuestos,
.tabla_periodontogramas {
	width:205px;
	background-color:#FFF;
	border:solid 1px #000;
}

.tabla_consentimientos {
	background-color:#FFF;
	border:solid 1px #000;
}

.tabla_imagenes {
	background-color:#FFF;
	border:solid 1px #000;
}


.item_list_select {
	background-color:#FFFF00;
	color:#0000FF;
	cursor:default;
}

.tabla_facturas td,
.tabla_consentimientos tc,
.tabla_imagenes td,
.tabla_presupuestos td,
.tabla_periodontogramas td {
	cursor:pointer;
	border-bottom:solid 1px #000;
	padding:10px;
}

.tabla {
	background-color:#FFF;
	border:solid 1px #000;
	position:absolute;
	left:20px;
	width:900px;
}

.hora_activa {
	width:10px;
	background-color:#CCC;
	border:solid 1px #999;
	font-size:9px;
	cursor:pointer;
}

.hora_desactiva {
	width:10px;
	background-color:#000;
	border:solid 1px #999;
}

.hora_select {
	background-color:#000;
}

#loading {
	position: absolute;
	top: 22px;
	right: 5px;
	background: url(img/loading.gif) no-repeat;
	width:25px;
	height:25px;
	cursor:default;
}

#graficas {
	font-family:Arial, Helvetica, sans-serif;
}

/*DESDE AQUI LO DE LAS PIEZAS DE LOS PRESUPUESTOS*/
.price_old {
	padding:0px 5px;
	text-decoration:line-through;
}

.tabla_list {
	background-color:#FFF;
	border:solid 1px #000;
	height:502px;
	overflow:hidden;
	overflow-y:auto;
}
.tabla_list img {
	border:solid 1px #000;
}

.tabla_list td {
	cursor:pointer;
	/*border-bottom:solid 1px #000;*/
	padding:1px 10px;
}

#contenedor_piezas {
	width:367px;
	height:502px;
}

.odontograma_adulto {
	background:url(../imagenes/odontograma_adulto.jpg) no-repeat;
}

.odontograma_infantil {
	background:url(../imagenes/odontograma_infantil.jpg) no-repeat;
}
.conceptos input {
	border:none;
	font-size:10px;
	color:#666;
	background:none;
}

.totales {
	border:solid 1px #999;
	min-width:120px;
	height:20px;
	margin-left:10px;
	margin-bottom:5px;
	background-color:#FFF;
	text-align:right;
	padding-right:5px;
}

.chk_descuento,
.chk_total {
	padding-left:10px;
}

.pieza {
	position:absolute;
	cursor:crosshair;
	opacity:0.0;
	filter:alpha(opacity=0); /* For IE8 and earlier */
}

.other_pieza,
.pieza:hover {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

.other_pieza {
	cursor:default;
}

.pieza_select {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

.pieza_deactive:hover,
.pieza_deactive {
	cursor:default;
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

.pieza_sup {
	width:367px;
	height:250px;
	background-color:#FF0000;
}

.pieza_inf {
	margin-top:251px;
	width:367px;
	height:250px;
	background-color:#FF0000;
}

.pieza_c1 {
	width:178px;
	height:250px;
	background-color:#FF0000;
}

.pieza_c2 {
	margin-left:178px;
	width:188px;
	height:250px;
	background-color:#FF0000;
}

.pieza_c3 {
	margin-left:178px;
	margin-top:251px;
	width:188px;
	height:250px;
	background-color:#FF0000;
}

.pieza_c4 {
	margin-top:251px;
	width:178px;
	height:250px;
	background-color:#FF0000;
}

.pieza_11 {
	background:url(../imagenes/piezas/11.png) no-repeat;
	width:31px;
	height:30px;
	margin-top:20px;
	margin-left:145px;
}

.pieza_12 {
	background:url(../imagenes/piezas/12.png) no-repeat;
	width:29px;
	height:29px;
	margin-top:22px;
	margin-left:116px;
}

.pieza_13 {
	background:url(../imagenes/piezas/13.png) no-repeat;
	width:28px;
	height:30px;
	margin-top:35px;
	margin-left:94px;
}

.pieza_14 {
	background:url(../imagenes/piezas/14.png) no-repeat;
	width:30px;
	height:28px;
	margin-top:58px;
	margin-left:82px;
}

.pieza_15 {
	background:url(../imagenes/piezas/15.png) no-repeat;
	width:30px;
	height:28px;
	margin-top:86px;
	margin-left:75px;
}

.pieza_16 {
	background:url(../imagenes/piezas/16.png) no-repeat;
	width:37px;
	height:38px;
	margin-top:116px;
	margin-left:66px;
}

.pieza_17 {
	background:url(../imagenes/piezas/17.png) no-repeat;
	width:37px;
	height:38px;
	margin-top:153px;
	margin-left:59px;
}

.pieza_18 {
	background:url(../imagenes/piezas/18.png) no-repeat;
	width:37px;
	height:38px;
	margin-top:191px;
	margin-left:54px;
}

.pieza_21 {
	background:url(../imagenes/piezas/21.png) no-repeat;
	width:32px;
	height:29px;
	margin-top:20px;
	margin-left:179px;
}

.pieza_22 {
	background:url(../imagenes/piezas/22.png) no-repeat;
	width:28px;
	height:29px;
	margin-top:24px;
	margin-left:210px;
}

.pieza_23 {
	background:url(../imagenes/piezas/23.png) no-repeat;
	width:28px;
	height:29px;
	margin-top:33px;
	margin-left:235px;
}

.pieza_24 {
	background:url(../imagenes/piezas/24.png) no-repeat;
	width:29px;
	height:29px;
	margin-top:58px;
	margin-left:244px;
}

.pieza_25 {
	background:url(../imagenes/piezas/25.png) no-repeat;
	width:30px;
	height:28px;
	margin-top:86px;
	margin-left:254px;
}

.pieza_26 {
	background:url(../imagenes/piezas/26.png) no-repeat;
	width:37px;
	height:38px;
	margin-top:114px;
	margin-left:257px;
}

.pieza_27 {
	background:url(../imagenes/piezas/27.png) no-repeat;
	width:36px;
	height:38px;
	margin-top:152px;
	margin-left:266px;
}

.pieza_28 {
	background:url(../imagenes/piezas/28.png) no-repeat;
	width:37px;
	height:38px;
	margin-top:190px;
	margin-left:274px;
}

.pieza_31 {
	background:url(../imagenes/piezas/31.png) no-repeat;
	width:22px;
	height:28px;
	margin-top:450px;
	margin-left:178px;
}

.pieza_32 {
	background:url(../imagenes/piezas/32.png) no-repeat;
	width:23px;
	height:28px;
	margin-top:446px;
	margin-left:201px;
}

.pieza_33 {
	background:url(../imagenes/piezas/33.png) no-repeat;
	width:31px;
	height:34px;
	margin-top:436px;
	margin-left:220px;
}

.pieza_34 {
	background:url(../imagenes/piezas/34.png) no-repeat;
	width:27px;
	height:29px;
	margin-top:413px;
	margin-left:238px;
}

.pieza_35 {
	background:url(../imagenes/piezas/35.png) no-repeat;
	width:28px;
	height:29px;
	margin-top:384px;
	margin-left:247px;
}

.pieza_36 {
	background:url(../imagenes/piezas/36.png) no-repeat;
	width:36px;
	height:36px;
	margin-top:348px;
	margin-left:252px;
}

.pieza_37 {
	background:url(../imagenes/piezas/37.png) no-repeat;
	width:36px;
	height:36px;
	margin-top:311px;
	margin-left:258px;
}

.pieza_38 {
	background:url(../imagenes/piezas/38.png) no-repeat;
	width:36px;
	height:35px;
	margin-top:275px;
	margin-left:265px;
}

.pieza_41 {
	background:url(../imagenes/piezas/41.png) no-repeat;
	width:22px;
	height:28px;
	margin-top:449px;
	margin-left:155px;
}

.pieza_42 {
	background:url(../imagenes/piezas/42.png) no-repeat;
	width:22px;
	height:28px;
	margin-top:446px;
	margin-left:131px;
}

.pieza_43 {
	background:url(../imagenes/piezas/43.png) no-repeat;
	width:32px;
	height:32px;
	margin-top:439px;
	margin-left:103px;
}

.pieza_44 {
	background:url(../imagenes/piezas/44.png) no-repeat;
	width:26px;
	height:29px;
	margin-top:414px;
	margin-left:90px;
}

.pieza_45 {
	background:url(../imagenes/piezas/45.png) no-repeat;
	width:28px;
	height:29px;
	margin-top:387px;
	margin-left:77px;
}

.pieza_46 {
	background:url(../imagenes/piezas/46.png) no-repeat;
	width:35px;
	height:36px;
	margin-top:350px;
	margin-left:64px;
}

.pieza_47 {
	background:url(../imagenes/piezas/47.png) no-repeat;
	width:36px;
	height:37px;
	margin-top:314px;
	margin-left:56px;
}

.pieza_48 {
	background:url(../imagenes/piezas/48.png) no-repeat;
	width:36px;
	height:36px;
	margin-top:277px;
	margin-left:47px;
}


.pieza_51 {
	background:url(../imagenes/piezas/infantil/51.png) no-repeat;
	width:21px;
	height:16px;
	margin-top:92px;
	margin-left:156px;
}
.pieza_52 {
	background:url(../imagenes/piezas/infantil/52.png) no-repeat;
	width:16px;
	height:14px;
	margin-top:100px;
	margin-left:140px;
}
.pieza_53 {
	background:url(../imagenes/piezas/infantil/53.png) no-repeat;
	width:19px;
	height:19px;
	margin-top:111px;
	margin-left:121px;
}
.pieza_54 {
	background:url(../imagenes/piezas/infantil/54.png) no-repeat;
	width:27px;
	height:26px;
	margin-top:129px;
	margin-left:109px;
}
.pieza_55 {
	background:url(../imagenes/piezas/infantil/55.png) no-repeat;
	width:30px;
	height:27px;
	margin-top:153px;
	margin-left:103px;
}
.pieza_61 {
	background:url(../imagenes/piezas/infantil/61.png) no-repeat;
	width:22px;
	height:16px;
	margin-top:93px;
	margin-left:178px;
}
.pieza_62 {
	background:url(../imagenes/piezas/infantil/62.png) no-repeat;
	width:16px;
	height:15px;
	margin-top:97px;
	margin-left:200px;
}
.pieza_63 {
	background:url(../imagenes/piezas/infantil/63.png) no-repeat;
	width:21px;
	height:19px;
	margin-top:109px;
	margin-left:215px;
}
.pieza_64 {
	background:url(../imagenes/piezas/infantil/64.png) no-repeat;
	width:27px;
	height:26px;
	margin-top:127px;
	margin-left:221px;
}
.pieza_65 {
	background:url(../imagenes/piezas/infantil/65.png) no-repeat;
	width:31px;
	height:29px;
	margin-top:150px;
	margin-left:222px;
}
.pieza_71 {
	background:url(../imagenes/piezas/infantil/71.png) no-repeat;
	width:17px;
	height:14px;
	margin-top:399px;
	margin-left:177px;
}
.pieza_72 {
	background:url(../imagenes/piezas/infantil/72.png) no-repeat;
	width:16px;
	height:14px;
	margin-top:395px;
	margin-left:194px;
}
.pieza_73 {
	background:url(../imagenes/piezas/infantil/73.png) no-repeat;
	width:18px;
	height:18px;
	margin-top:383px;
	margin-left:210px;
}
.pieza_74 {
	background:url(../imagenes/piezas/infantil/74.png) no-repeat;
	width:22px;
	height:31px;
	margin-top:355px;
	margin-left:216px;
}
.pieza_75 {
	background:url(../imagenes/piezas/infantil/75.png) no-repeat;
	width:33px;
	height:35px;
	margin-top:325px;
	margin-left:222px;
}
.pieza_81 {
	background:url(../imagenes/piezas/infantil/81.png) no-repeat;
	width:16px;
	height:13px;
	margin-top:401px;
	margin-left:161px;
}
.pieza_82 {
	background:url(../imagenes/piezas/infantil/82.png) no-repeat;
	width:17px;
	height:14px;
	margin-top:397px;
	margin-left:144px;
}
.pieza_83 {
	background:url(../imagenes/piezas/infantil/83.png) no-repeat;
	width:18px;
	height:19px;
	margin-top:384px;
	margin-left:128px;
}
.pieza_84 {
	background:url(../imagenes/piezas/infantil/84.png) no-repeat;
	width:25px;
	height:31px;
	margin-top:355px;
	margin-left:115px;
}
.pieza_85 {
	background:url(../imagenes/piezas/infantil/85.png) no-repeat;
	width:33px;
	height:34px;
	margin-top:327px;
	margin-left:100px;
}

#overlay_ventana {
	background-color:#000;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	opacity:0.3;
	filter:alpha(opacity=30);
}

.ventana,
#ventana {
	display:none;
	position:absolute;
	z-index:10000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 350px; /* Dialog will be no smaller than this */
	/*max-width: 650px;*/ /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 1px #233E6B;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow:hidden;
	overflow-y: auto;
}

.ventana>table,
#ventana>table {
	padding:20px;
}

.ventana h1,
#ventana_title {
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #FFF;
	/*background: #CCC url(../images/title.gif) top repeat-x;*/
	background: #233E6B;/*url(../imgs/background_tire_small.gif) center no-repeat;*/
	height:28px;
	border: solid 1px #FFF;
	border-bottom: solid 1px #233E6B;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

.calendario {
	max-width: 940px;
}
.calendario .ui-datepicker {
	float:left;
	min-height:210px;
}

.calendario .ui-datepicker-header a.ui-datepicker-prev,
.calendario .ui-datepicker-header a.ui-datepicker-next {
	display:none;
}

.month {
	min-width:220px;
	min-height:200px;
	border:solid 1px #CCC;
	float:left;
}

.month_title {
	text-align:center;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #FFF;
	/*background: #CCC url(../images/title.gif) top repeat-x;*/
	background: #233E6B;/*url(../imgs/background_tire_small.gif) center no-repeat;*/
	height:28px;
	border: solid 1px #FFF;
	border-bottom: solid 1px #233E6B;
	cursor: default;
	padding: 0em;
	margin: 0em
}

.month_day {
	border:solid 1px #CCC;
	padding:3px;
	text-align:right;
	background:#FFF url(img/bgday.png) no-repeat;
	background-position:0px;
	color:#000;
	cursor:default;
	width:23px;
	height:15px;
}
.month_day_enabled {
	cursor:pointer;
}

.day_type_vacaciones {
	background-image: none !important;
	background-color:#e800f4 !important;
}

.month_today {
	background-color:#FFFF00;
}

.month_select_day {
	background-color:#663300;
	color:#FFF;
}

.month_select_midday {
	background-color:#3333CC;
	color:#FFF;
}

.tooltip_date {
	display:none;
	position:absolute;
	min-width:50px;
	min-height:20px;
	background-color:#666666;
	color:#FFFFFF;
	border:solid 1px #000;
	font-size:16px;
}

.contenedor_tratamientos {
	width:250px;
	height:250px;
	border:solid 1px #999;
	overflow-x:hidden;
	overflow-y:auto;
	padding:0px;
	float:left;
	margin-right:10px;
}
.contenedor_tratamientos li {
	list-style:none;
	cursor:pointer;
}

.contenedor_conceptos {
	width:350px;
	height:250px;
	border:solid 1px #999;
	overflow-x:hidden;
	overflow-y:auto;
	padding:0px;
	float:left;
	margin-right:10px;
}
.contenedor_conceptos li {
	list-style:none;
	cursor:pointer;
	min-height:20px;
}

.textarea_concepto {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	border:none;
}

.up_down {
	background:url(img/flechas.png) no-repeat;
	background-position: center 0;
	width:40px;
	height:20px;
	border:none;
}

.up_down:hover {
	background-color: transparent;
	border:none;
	/*background-position: center -20px;*/
}

.row_select,
.row_select td {
	background-color:#FFFF00;
}

#user,
#pass {
	background:url(img/text_input.png) no-repeat;
	background-position: center 0;
	border:none;
	width:182px;
	height:39px;
	padding:0px 10px;
}

#btn_entrar {
	background:url(img/btn_entrar.png) no-repeat 0 -50px;
	width:86px;
	height:39px;
	border:none;
}

#btn_entrar button {
	background:none;
	border:none;
	width:86px;
	height:39px;
}

.control {
	clear: both;
}
.inline-agenda{
	display: inline-block;
}
.form-actions-agenda {
	float:right;
	margin:10px auto;
}

textarea{
    width: auto !important;
}

input.upc { 
	text-transform: uppercase; 
}

.select2 {
	width:100% !important;
}

.tabla_login {
	width: 300px;
}
.tabla_home {
    width: 981px;
}
#controles_disponibilidad {
    display:inline-flex;
}
#controles_disponibilidad div {
	margin-left:20px;
}

#marktime {
	width: 100%;
	height: 1px;
	background-color: red;
	position: absolute;
	z-index: 9999;
	top:0px;
	left:0px;
}

fc table{
    table-layout: auto;
}
.fc-view > table{  
    min-width: 0;
    width: auto;
}
.fc-axis{
    min-width:100px; /*the width of times column*/
    width:100px; /*the width of times column*/
}
.fc-day,.fc-resource-cell,.fc-content-col{
    min-width:300px;
    width:300px;
}
.black {
	color:#000 !important;
}

#paginacion {
	width:320px;
}
.paginacion {
	float:right;
}
.numero_factura_sugerido {
	display: none;
}
.rectificando {
	background: yellow !important;
}
.tox-tinymce-aux {
    z-index: 99999999 !important;
}

#paginas .variables{
	border: solid 1px #000;
	min-width: 20px;
	min-height: 20px;
	display: flex;
}

#paginas .item{
	border: solid 1px gray;
	padding: 5px 1px;
	width: fit-content;
	margin:0px 5px 5px 0px;
	cursor:move;
}
#paginas .item .delete{
	cursor:pointer;
	padding-left:10px;
}
#paginas .pagina .item{
position:absolute;
}

#paginas .pagina{
	border: solid 1px #000;
}