@charset "UTF-8";
/*
Archivo CSS para el sitio Iskalti Intranet
Creado y Modificado por HOMODEI (Azrael Gomez / Ricardo Varela) 
www.homodei.com 
Versión 1.0 - 22 Ju

*/

/* Defaults */


*	{ 
	padding: 0; 
	margin: 0;
	font-family: "Lato", "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	}

a img {
	border: none;
}	

/* Estructura */

body {
	background: url(../images/intranet_fondo.jpg);
	background-size: cover;
	
	width: 100%;
}

#contenedor {
	width: 618px;
	margin: 130px auto 0 auto;
	border: 5px solid #CCC;
	background: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#logo {
	float: left;
	height: 327px;
	width: 260px;
}

	#logo img {
		display: block;
		margin: 85px auto 0 auto;	
		padding-bottom: 12px;
		
	}
	
	#logo p {
		text-align: right;
		padding: 12px 50px 0 0;	
		font-family: 'Lato', sans-serif;
		font-weight: 100;
		font-size: 21pt;
	}
	
#flecha {
	float: left;
	background: url(../images/flecha.png) center center no-repeat;	
	height: 327px;
	width: 20px;	
}

#encabezadoLogin{
	float: left;
    padding: 43px 129px;
    font-size: 18px;
    color: #006938;
}
	
#log {
	float: left;
	height: 327px;
	width: 318px;
	padding: 10px;
	background: #F2F2F2;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

	#log form {
		width: 265px;
		margin: 88px auto;	
	}
	
	div.input {
		margin: 30px 0;	
	}
	
	#log form input[type="text"], #log form input[type="password"] {
		width: 90%;
		padding: 10px 15px;
		font-size: 10pt;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #CCCCCC;
	}

	#log form input[type="submit"] {
		background: #4caf50;
		color: #FFF;	
		margin: 0 auto;
		display: block;
		width: 125px;
		font-weight: bold;
		padding: 10px 15px;
		border: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	/*Estilos de la pagina Generar ID de cuestionario*/

	h3.headingAviso {
    text-align: center;
    color:  #767312;
    background: #FFEB3B;
	}
	div.aviso {
    clear: both;
    min-height: 50px;
    background-color:#FFEB3B;
    border-radius: 10px;
	}

	div.id_generado{
		padding: 10px;
		border-bottom: 1px dotted #006938;
	}





/* CSS boton */
.button-1 {
  background-color: #4caf50;
  border-radius: 15px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-1:hover{background-color: #338b37;}
.button-1:focus {background-color: #1d5d1f;}

.button-2 {
  background-color:#375eb0;
  border-radius: 15px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-2:hover {background-color:#244486;}
.button-2:focus {background-color:#112754;}








	a.enlace_notificacion {
		background: #4CAF50;
		color: #FFF;	
		width: 161px;
		text-align: right;
		padding: 3px 10px;
		text-decoration: none;
		border: none;
		border-radius: 5px;
		-moz-border-radius:5px;
		-webkit-border-radius: 5px;
	}

	.boton_enlace{
        border: 1px solid #0071BC;
        font-size: 11px;
        background: #fff;
        color: #0071BC;
        text-align: center;
        padding: 1px 10px;
        text-decoration: none;
        float: right;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 10px;
    }
    .boton_enlace:hover{
       background: #0071BC;
        color: #FFF; 
    }

	
	input.boton_generar_id {
		background: #0071BC;
		color: #FFF;
		text-align: center;
		padding: 2px 10px;
		margin-bottom: 5px;
		margin-top: 5px;
		text-decoration: none;
		border: none;
		border-radius: 3px;
		-moz-border-radius:3px;
		-webkit-border-radius: 3px;
	}

	input.boton_azul {
		background: #29ABE2;
		color: #FFF;	
		display: block;
		width: 75px;
		font-weight: bold;
		padding: 5px 10px;
		border: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	input.boton_verde {
		background: #4CAF50;
		color: #FFF;
		font-size: 15px;
		text-align: center;
		padding: 2px 10px;
		text-decoration: none;
		border: none;
		border-radius: 3px;
		-moz-border-radius:3px;
		-webkit-border-radius: 3px;
		border:2px solid #4CAF50;
	}
	.boton_verde:hover{
	color: #FFFFFF;
	background: #7db37f;
    border:2px solid #8b928b;
	}

	input.boton_azul2 {
		background: #0071BC;
		color: #FFF;
		text-align: center;
		padding: 2px 10px;
		text-decoration: none;
		border: none;
		border-radius: 3px;
		-moz-border-radius:3px;
		-webkit-border-radius: 3px;
	}
	
	input[type="button"] {
		cursor:pointer;	
	}
	
div.s {
	clear: both;
}

table {
	border-collapse: collapse!important;	
}

tr {
	background: #f5f5f5!important;	
}

tr:hover {
	background: #ebebeb!important;
}


/* Encabezado */

#contenedor.internas {
	width: 990px;
	margin: 15px auto 15px auto;
}

#encabezado {
	border-bottom: 5px solid #8CC63F;
}

#encabezado img {
	padding: 20px 0 10px 50px;
}

#encabezado p {
	float: right;
	margin: 80px 32px 0 0;	
	font-weight: 100;
}

#info {
	padding: 10px 0;		
	}

#info a.regreso {
	color: #0071BC;
	font-weight: bold;	
	text-decoration: none;
	margin-left: 25px;
	margin-top: 30px;
}

p.id2 {
	float: right;
	text-align: right;
	padding:0 30px;
	font-weight: 400;	
	color: #006938;
}

/* Nombre del usuario */
p.id {
	float: left;
	width: 500px; 
	padding: 15px 40px;
	font-weight: 400;	
	color: #006938;
	margin-left: 8px;
}

span.nombre {
	font-weight: bold;	
}

p.logout {
	float: right;
	padding: 15px 35px 0 0;
}

p.logout a {
	text-align: right;
	text-decoration: none;
	font-weight: 400;
	font-size: 10pt;	
	color: #006938;	
}

/*Titulo de la seccion */

h2.seccion {
	color: #FFF;
	padding: 10px 15px 10px 25px;	
	font-weight: 100;
}

/* Botones de secciones */

#secciones {
	float: left;
	margin: 10px 20px 15px 40px;
	width:575px;	
}

.area {
	float: left;
	width: 230px;
	height: 95px;
	padding: 0 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 17px 10px 0;
}

	.area a {
		text-decoration: none;	
	}
	
	.area a img {
		float: left;
		border: 1px solid #FFF;	
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin-top: 2px;
		margin-right: 10px;
		margin-left: 5px;
		vertical-align: top;
	}
	
	.area a h1 {
			color: #FFF;
			font-size: 16pt;
			font-weight: 100;
			margin-left: 2px;
			padding: 5px 0;
		}
		
		.area a h2 {
			float: left;
			width: 170px; 
			margin-top: 0px;
			color: #FFF;
			font-size: 9.5pt;
		}
		
	.prospectos {
		background: #8CC63F!important;	
	}
		
		a.prospectos:hover {
			background: #92d638!important;
		}
	
	.calendario {
		background: #026BA5!important;	
	}
		
		a.calendario:hover {
			background: #028ed9!important;
		}

	.disponibilidadEnlace {
		background: #0a2984!important;

	}
		a.disponibilidadEnlace:hover {
			color: ##0a2984!important;
		}
		
	.paciente {
		background: #025787!important;	
	}
	
		a.paciente:hover {
			background: #0277ba!important;
		}
	
	.eval {
		background: #d7880f!important;	
	}
	
		a.eval:hover {
			background:#fa9d11!important;
		}

	
	.cron {
		background: #0071bc!important;	
	}
	
		a.cron:hover {
			background:#90979c!important;
		}

	.seguimiento {
		background: #002e48!important;	
	}
		
		a.seguimiento:hover {
			background: #004e7a!important;	
		}
		
	.reportes {
		background: #d84011!important;	
	}
	
		a.reportes:hover {
			background: #fa4a14!important;	
		}
		
	.usuarios {
		background: #517d3e!important;	
	}
	
		a.usuarios:hover {
			background: #72b058!important;	
		}
		
	.config {
		background: #7e7e7e!important;	
	}
	
		a.config:hover {
			background: #b0b0b0!important;	
		}
		
	.expediente {
		background: #710c0c!important;	
	}
		
		a.expediente:hover {
			background: #a31212!important;	
		}
		
	.comunicados {
		background: #693b7c!important;
	}
	
		a.comunicados:hover {
			background: #9554b0!important;	
		}
		
	.directorio {
		background: #29ABE2!important;	
	}
	
		a.directorio:hover {
			background: #2dbefc!important;	
		}
		
	.botones {
		background: #29ABE2;	
	}
	
		a.botones:hover {
			background: #2dbefc!important;	
			cursor: pointer;
		}
	.disponibilidad_citas{
		background: #0a2984!important;
	}
	

/* Centros */

#centros {
	float: left;
	margin-top: 10px;
	width: 300px;
	border: 3px solid #006938;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}

#centros table {
	font-size: 8.5pt;
	border-collapse:collapse;	
}

#centros table td {
	padding: 3px 10px;
	color: #0071BC; 	
}

#centros table th{
	font-size: 9pt;
	color: #006938;
	font-style:italic;
	text-align:left;
	padding: 5px 4px;
	border-bottom: 1px solid #006938;
}


td.cifra {
	text-align: center;
	font-size: 14pt;	
}


/* Comunicados */

#comunicados {
	float: left;
	width: 320px;
	height:350px;
	overflow:scroll;
	margin-top: 30px;
	margin-bottom: 10px;
}	
	
#comunicados h2 {
	color: #006938;
	font-size: 18pt;
	font-weight: 100;
	padding-bottom: 5px;
	border-bottom: 1px solid #006938;
}	

#comunicados h2 img {
	float: right;
	vertical-align: bottom;
	margin-top: 5px;
	margin-right: 2px;	
}

	div.com {
		clear: both;
		float: left;
		padding: 10px 0;
		min-height: 70px;
		border-bottom: 1px dotted #006938;
	}
		
		div.date {
			float: left;
			background: #0071BC;
			color: #FFF;
			padding: 2 5px;
			width: 65px;
			text-align: center;
			margin-right: 10px;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			
		}
	
		div.com p {
			float: left;
			width: 240px;
			color: #4D4D4D;
			font-size: 9.5pt;
			padding-top: 3px;
		}
		
		div.com h4 {
			font-size: 10pt;
			font-weight: normal;
			padding-top: 2px;
		}

		div.com h3 {
			font-size: 20pt;
			font-weight: normal;
		}

		div.com h5 {
			font-size: 9pt;
			font-weight: normal;
			padding-bottom: 2px;
		}

/* Prospectos */

#botones {
	clear: both;
	float: left;
	width: 270px;
	margin-top: 20px;
	margin-left: 25px;
	margin-right: 30px;
	margin-bottom: 15px;
}

.area2 {
	width: 240px;
	height: 95px;
	padding: 0 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0px 15px 0;
}

	.area2 a {
		text-decoration: none;	
	}
	
	.area2 a img {
		float: left;
		border: 1px solid #FFF;	
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin-top: 2px;
		margin-right: 10px;
		margin-left: 5px;
		vertical-align: top;
	}
	
	.area2 a h1 {
			color: #FFF;
			font-size: 16pt;
			font-weight: 100;
			margin-left: 2px;
			padding: 5px 0;
		}
		
		.area2 a h2 {
			float: left;
			width: 170px; 
			margin-top: 0px;
			color: #FFF;
			font-size: 9.5pt;
		}
		
	.area2 p {
		clear: both;
		padding-top: 5px;	
	}
	
	.area2 a p {
		color: #FFF;
	}

		/* tabla Prospectos*/
		

		#relacion table {
			margin-top: 20px;
			font-size: 12pt;
			border-collapse:collapse;	
		}

		#relacion table td {
			padding: 3px 10px;
			vertical-align: top;
		}
		
		#relacion table th{
			font-size: 10pt;
			color: #006938;
			font-style:italic;
			text-align:left;
			padding: 5px 20px;
			border-bottom: 1px solid #006938;
		}
		
		table td.nom {
			font-size:11px;
			color: #4D4D4D; 
			max-width: 190px;	
		}
		
		table td.nom a {
			font-size:11;
			color: #025787;
			
		}
		
		table td.terapeuta {
			font-size:11px;
			color: #0071BC; 	
		}
		
		table td.dia1, span.dia1 {
			font-size:11px;
			color: #8CC63F; 	
		}
		
		
		table td.dia2 {
			font-size:11px;
			color: #FBB03B; 	
		}
		
		table td.dia3 {
			font-size:11px;
			color: #ED1C24; 	
		}
	
		td.edicion{
			color: #0071BC;
		}
		
		td.edicion a{
			color: #0071BC;
			text-decoration: none;
		}
		
		td.convertir a{
			color: #39B54A;
			text-decoration: none;
		}
		
		td.eliminar a{
			color: #C1272D;
			text-decoration: none;
		}
		
		
		td.edicion a:hover, td.convertir a:hover, td.eliminar a:hover {
			text-decoration: underline;
		}
		
		
		/* Tabla reportes ingresos */
		
		td.meses {
			font-size: 9pt;
			text-align: center;
			color: #0071BC;	
			padding: 0!important; 
		}
		
		th.center, td.center {
			text-align: center!important;	
		}
		
		th.iconos {
			width: 100px;	
		}
		
		/* Pacientes */
		
		td.centro {
			font-size:11px;
			color: #09F;	
		}
		
		
		/* Usuarios */
		
		td.especialidad {
			color: #39F;	
		}
		
#sub {
	float: left;	
}

p.subtitulo {
	float: left;
	/*background: #29ABE2;*/
	color: #FFF;	
	padding: 10px 25px;
	margin-right: 2px;
	font-size: 12pt;
	width: 807px;
	height: 20px;
}
	
	p.subtitulo img {
		vertical-align: middle;	
		margin-right: 10px;
	}
	
	a.save {
		float: right;
		text-align: center;
		/*background: #29ABE2;*/
		color: #FFF;
		text-decoration: none;
		border-left: 2px solid #FFF;
		padding: 10px 35px;
		width: 59px;
	}

	a.filtro {
		color: #FFF;
		text-decoration: none;
		border-left: 2px solid #FFF;
		padding: 17px 10px;
		width: 22px;
	}


	
	td.btn_eliminar {
		height: 35px;
	}
	
	a.eliminacion {
		margin-left: 30px;
		background: #C00;
		color: #FFF;
		padding: 10px 15px;	
	}

p.comp {
	width: 940px;	
}

/* Tabla Form */

#form_data {
	clear: both;
	padding: 10px;
	width: 97%;	
	margin: 10px auto;
}

	#form_data h3 {
		font-size: 14pt;
		font-weight: bold;
		color: #29ABE2;
		margin-left: 40px;
		margin-bottom: 10px;
	}

	h3.titulo {
		font-size: 14pt;
		font-weight: bold;
		color: #29ABE2;
		margin-left: 35px;
		margin-bottom: 5px;
		margin-top: 20px;
	}

	

	#form_section h4, #form_data h4 {
		font-size: 12pt;
		font-weight: bold;
		color: #333;
		margin-left: 40px;
		margin-bottom: 10px;
	}


	.form_section {
		clear: both;
		float: left;
		border-bottom: 1px solid #29ABE2;
		margin-bottom: 5px;	
	}

	.seccion_fila{
		clear: both;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}

	.seccion_fila_interna{
		width: 96%;
		margin: 10px;
		padding: 10px;
		border: 1px solid #CCC;
		border-radius: 10px;	
	}

	.no_border {
		border-bottom: none;
	}
	
		.form_section_nb {
			clear: both;
			float: left;
			margin-bottom: 3em;	
			border-bottom: none;
			margin-left: 10px;
		}
		
		.form_section_nb select {
			width: 120%;
		}
	
	.form_section table {
		float: left;
		font-size: 10pt;
		margin: 5px;
	}
	
	table.datos {
		width: 310px;
	}

	table.datosReducido{
		width: 290px;
	}
		
	table.margender {
			width: 280px;
		}
	
	
	table.busqueda {
		width: 310px;
		margin-bottom: 1em;
	}
	
	table.terapeuta {
		width: 260px;
		margin-right: 372px;
	}
	
	table.terapeuta2 {
		width: 260px;
		margin-right: 50px;
	}
	
	table.totales {
		width: 280px;
		margin-bottom: 20px;
		text-align: right;
		font-weight: bold;	
	}
	
	table.existentes2 {
		width: 680px;	
	}
	
	table.existentes3 {
		width: 700px;
		margin: 10px 0 30px 35px; 	
	}
	
	table.existentes3 th {
			text-align: left;
			color: #0071BC;
			padding-bottom: 10px;
		}
	
	table.ranking {
		background: #F2F2F2;
		border: 1px solid #0071BC;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		padding: 2px 40px 20px 40px;
		margin-bottom: 1em;
	}
	
		td.celda_graficas {
			vertical-align: top;	
		}
	
		div.graficas_side {
			padding: 10px;
			margin: 0;
			border: 1px solid #808080;
		}
	
	table.completa {
		width: 100%;
	}
	
	table.completa2 {
		border-collapse:collapse;
		width: 950px;	
		margin-bottom: 2em;
	}
	
	
		td.totales {
			border-top: 1px solid #808080;
			padding: 10px 0!important;		
		}
	
		td.bold {
			font-weight: bold;	
		}
	
	table.terapeuta select{
		width: 200px;
	}
	
	.form_section h4 {
		margin-left: 10px;	
		color: #0071BC;
		font-size: 12pt;
		padding: 10px 0;
	}
	
	
	.form_section table th {
		text-align: left;
		color: #0071BC;
		font-weight: bold;
		font-size: 12pt;	
		padding: 5px 0 5px 2px;
	}
	
	.form_section table td {
		padding: 2px 3px;	
	}
	
	table td.titulo{
		text-align: right;	
		vertical-align: top;
		color: #02003b;
		font-weight: 600;
	}
	
	.form_section table input[type="text"] {
		border: 1px solid #CCC;
		border-radius: 2px;	
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		padding: 2px 5px;
	}
	
	.form_section table input[type="checkbox"] {
		margin-right: 5px;
	}
	
	.form_section table textarea {
		border: 1px solid #CCC;
		border-radius: 2px;	
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		padding: 2px 5px;
		width: 150px;
	}

	table.datos select {
		width: 80%;
		margin: 0 auto;	
	}
	
	span.pct {
		margin-left: 10px;	
	}
	
	span.verde {
		color: #93a742;
	}
	
	.form_section table select.sm {
		width: 30%;
		margin-left: 10px;
	}
	

	.gris {
		color: #999;	
	}
	
	span.tt {
		font-size: 8pt;	
		margin-right: 5px;
		
	}
	
	td.tt_status {
		width: 130px;
		text-align: left;
		color: #0071BC;
		font-weight: bold;
		margin-bottom: 2em;
	}
	
	#seguimiento {
		height: 150px;
		width: 95%;
		margin: 10px 0;
		overflow-x:auto;	
	}
	
		#seguimiento p {
			clear: both;
			padding: 2px 2px 5px 0px;
			border-bottom: 1px dotted #CCC;
			min-height: 32px;
		}	

		span.tiempo {
			float: right;
			text-align: right;
			font-size: 9pt;
			color: #006938;
		}
		
	#txt_seg{
		width: 95%;
		height: 400px;
		margin-bottom: 1em;
	}
	
	#seguimiento.blanco {
		min-height: 300px;
	}

	/* Tabla Generar ID  custionarios*/
	
	table.generar-id {
		width: 950px;
		padding: 0;
		margin-top: 15px;
		border-collapse: collapse;
	}
	
	table.generar-id td {
		padding-left: 5px;
		vertical-align:top;
	}
	table.lista-cuestionarios {
		width: 950px;
		padding: 0;
		margin-top: 15px;
		border-collapse: collapse;
	}
	table.lista-cuestionarios th{
		text-align: center;
		color: #0071BC;
		padding-bottom: 10px;
		padding-right: 10px;
		vertical-align: top; 
		font-size: 17px;
	}
	td.td_nombre_cues {
		font-size: 15px;
		width: 300px;
		text-align: left;
		color: #000e8a;
		margin-bottom: 2em;
	}
	
	/* Tabla contactos */
	
	table.contactos {
		width: 630px;
		padding: 0;
		margin-top: 15px;
		border-collapse: collapse;
	}
	
	table.contactos td {
		padding-left: 5px;
		vertical-align:top;
	}
	
	.datos_cuadro2 {
		float: right;
		width: 150px;
		margin: 10px 5px 5px 0;
		background: #0071BC;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		padding: 10px 20px;
		color: #FFF;
	}
	
	.datos_cuadro2 a {
		color: #FFF;
		font-weight: bold;
		text-decoration: none;
		margin-right: 2px;
		font-size: 9pt;
	}	
	
	.datos_cuadro2 a:hover {
		text-decoration: underline;
	}
	
	
	.datos_cuadro2 h2 {
		font-size: 11pt;
		padding-left: 0;
	}	
	
	#form_data .datos_cuadro2 h3 {
		font-size: 11pt;
		margin-bottom: 5px;
		margin-left: 0;
		min-height: 40px;
	}	
	
	
		
	/* Lista prospectos existentes */
	
		table.existentes {
			width: 950px;
			margin-bottom: 1em;
		}
		
			table.bordertop {
				width: 90%;
				margin: 1em auto 2em auto;
				border-top: 1px solid #0071BC;	
			}
		
		
		table.existentes th {
			text-align: left;
			color: #0071BC;
			padding-bottom: 10px;
			padding-right: 10px;
			vertical-align: top;
		}
		
	table.grupo {
		margin-left: 30px;
	}	
	
	
	
	table.right{
		width: 220px;
		text-align: right;	
	}
	
	span.msj {
		color: #C1272D;	
	}
	
	a.boton_small {
		background: #0071BC;
		color: #FFF;
		text-align: center;
		padding: 2px 10px;
		text-decoration: none;
	}

	a.float_right {
		float: right;
		margin-bottom: 10px;	
	}
/*divs contenedores*/
div.fila {
		float: left;
		width: 96%;
		padding-bottom: 30px;
		margin: 18px;
		border: 1px solid #0071BC;	
		background: #f8f8f8;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
div.fila-interna{
		float: left;
		width: 96%;
		padding-bottom: 30px;
		margin: 18px;
		border: 0px solid #0071BC;	
		background: #f8f8f8;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
}
/* Botones editar y eliminar de pacientes_editar */
	
	div.espacio_asignacion {
		float: left;
		width: 100%;
		padding: 0px;
		margin: 3px;
		border: 1px solid #0071BC;	
		background: #f8f8f8;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
		div.completa a {
			float: right;
		}
	
	table.asignaciones {
		width: 950px;
	}
	
	table.asignaciones td.nueva_asignacion {
		width: 140px;
		vertical-align:top;
		padding-right: 20px;
		padding-top: 18px;
	}
	
	div.btnes {
		width: 600px;
		padding: 0 20px;
		vertical-align:top;
	}
	
	
	/*div.area {
		width: 740px;	
	}*/
	
		.datos_cuadro3 {
			float: left;
			width: 180px;
			margin: 10px 15px 5px 0;
			background: #0071BC;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			padding: 10px 20px;
			color: #FFF;
		}
		
		.datos_cuadro3 a {
			color: #FFF;
			font-weight: bold;
			text-decoration: none;
			margin-right: 2px;
		}	
		
		.datos_cuadro3 a:hover {
			text-decoration: underline;
		}
		
		
		.datos_cuadro3 h2 {
			font-size: 12pt;
		}	
		
		#form_data .datos_cuadro3 h3 {
			font-size: 11pt;
			margin-bottom: 5px;
			margin-left: 0;
		}	
	
		
	
	div.scroll {
		height: 200px;
		overflow-x: auto;	
		margin: 5px 0;	
	}
	
	div.scroll table {
		width: 95%;
		
	}
	
	
	
	input.tarifa {
		width: 100%;
		margin-bottom: 10px;
			
	}
	
	a.round {
		display: block;
		font-size: 7pt;
		margin-bottom: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #0071BC;	
		color: #0071BC;
		background: none;
	}
	
	a.boton_editar {
		background: #0071BC;
		color: #FFF;
		text-align: center;
		padding: 2px 10px;
		text-decoration: none;
		float: right;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;	
	}
	a.boton_editar:hover{
    color: #FFF;
    background-color: #014877;
    text-decoration: none;
  	}
	
	a.boton_eliminar {
		background: #d10000;
		color: #FFF;
		text-align: center;
		padding: 2px 10px;
		text-decoration: none;
		font-size: 7pt;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;	
	}
	

	/* Pacientes abono */
	
	table.abono {
		width: 470px;
		margin-bottom: 2em;
	}
	
	/* Boton contacto */
	
	a.contacto {
		background: #29ABE2;
		color: #FFF;
		padding: 10px 10px;
		text-decoration: none;
	}	
	
		a.contacto_small {
			background: #29ABE2;
			color: #FFF;
			padding: 2px 5px;
			text-decoration: none;
		}
	
	a.contacto img{
		vertical-align: middle;
		margin-right: 10px;
	}	
	
	p.spacer {
		padding: 10px 0 5px 35px;	
	}
	

		.datos_cuadro {
			margin: 10px 0;
			background: #0071BC;
			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;
			padding: 10px 15px;
			color: #FFF;
		}
		
		.datos_cuadro a {
			color: #FFF;
			font-weight: bold;
			text-decoration: none;
			margin-right: 2px;
		}	
		
		.datos_cuadro a:hover {
			text-decoration: underline;
		}
		
		.datos_cuadro h3 {
			margin-bottom: 5px;
		}	
		
		div.float {
			float: left;
			width: 180px;
			font-size: 12px;
			margin-right: 15px;	
		}
		
		div.reportes {
	background-color: #d84011;
		}

		div.esp {
			margin-right: 200px;
		}	
		
		div.reporte {
			width: 250px;
			height: 110px;	
		}
		
		div.unboton {
			margin-right: 12px;	
		}

/* Tabla que ocupa todo el DIV */

div.completa {
	width: 100%;	
}

div.completa table {
	margin-bottom: 2em;	
}

div.completa2{
	clear: both;
	width: 94%;
	margin: 10px auto;
}

	div.completa2 h4{
		margin-left: 10px;	
		color: #0071BC;
		font-size: 12pt;
		padding: 20px 0 5px 0;
	}


div.clear {
	clear: both;
	margin-bottom: 1em;	
}


/* tabla de columna con borde inferior azul */

table.border_bottom {
	padding-bottom: 10px;
	border-bottom: 1px solid #29ABE2;
}

table.border_bottom img{
	width: 20px;
}

/* Reportes */
div.graficas {
	float: left;	
	width: 448px;
	padding: 10px;
	margin: 10px 5px;
	border: 1px solid #808080;
}

	div.graficas h2 {
		font-size: 10pt;
		font-weight: bold;
		color: #29ABE2;
	}

/*cuestionarios*/

div.area_cuestionario{
 float: left;
 border:1px solid #56b5ef;
 border-radius: 10px;
 margin: 5px;
 width: 45%;
 padding: 10px;

}

span.nom_terapeuta{
	text-align: center;
	color: #a3a5a3;
	font-size: 12px;
}
span.porcen{
	text-align: center;
	color: #0b2ce4;;
	font-size: 25px;	
}	

div.progress{
	width: 100%;
	height: 20px;
	border-radius: 10px;
	background:#eaeaea; 
	padding: 2px;
}

div.bar{
	height: 19px;
	background: #6cc2f9;
	border-radius: 10px;
}


div.config_area {
	float: left;
	width: 930px;
	/*background: #29ABE2;*/
	color: #FFF;
	padding: 15px;	
	margin: 10px 0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
}

div.config_area {
	float: left;
	width: 930px;
	/*background: #29ABE2;*/
	color: #FFF;
	padding: 15px;	
	margin: 10px 0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	
}

div.guia {
	float: left;
	width: 210px;
	padding: 10px;
	margin-right: 10px;
	font-size: 80%;
	
}	

div.guia p {
	margin-bottom: 10px;	
}

div.selecciones {
	float: left;
	width: 640px;
	padding-left: 30px;
	border-left: 1px solid #FFF;
}

div.seleccion {
	clear: both;
	float: left;	
	border-bottom: 1px solid #FFF;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
	
	div.seleccion h3 {
		padding-bottom: 10px; 	
	}

p.float_r {
	float: left;
	color: #4D4D4D;
	margin-top: 10px;
}

div.horarios {
	float: left;
	width: 180px;
	margin-top: 10px;
	color: #4D4D4D;
	margin-right: 10px;	
}

div.completa select {
	margin-right: 60px;	
}

p.small {
	font-size: 9pt;
	font-style: italic;	
}

/* Folder */

div.pestana {
	float: left;
	width: 550px;
	background: #FC0;
	color: #666;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 0 10px 0 0;
}

div.pestana h3 {
	background: #FFF;	
	padding: 2px 5px;
	margin: 5px 10px 0 0px;
	font-size: 11pt;
}
#folder {
	float: left;
	width: 630px;
	border:4px solid #FC0;
	background: #FFF;
	margin-bottom: 10px;
	padding: 2px 1px;
}

table.blanca {
	margin: 2px 0;
	
}
	
	
/* Pie */

#pie {
	clear: both;
	width: 90%;
	margin: 0 auto;
	padding: 0 10px;
	border-top: 1px solid #CCC;	
}

#pie p {
	text-align: center;
	padding: 10px 0;
	font-size: 8pt;
}


/* Estilo para citas de reubicación */

span.excepcion {
	color: #369;	
}

span.reubicacion {
	color: #06C;	
}

/* Iconos recuperacion y eliminacion */

img.iconos_opciones {
	display: block;
	margin: 0 auto;	
}

/* Tabla para tarifas */

table.spacing {
	float: left;
	width: 250px;
	margin: 20px 10px 20px 30px;	
	padding: 5px 5px 10px 5px;
	text-align: center;
	border:1px solid #29ABE2;
}

table.spacing th {
	font-size: 10pt;text-align: center;
}

table.spacing td {
	padding: 5px 10px;	
	font-size: 9pt;
}

table.spacing img {
	width: 25px;
	display: block;
	margin: 0 auto;
}

table.spacing td p {
	width: 65px;
	float: left;
	margin-right: 5px;
}


table.agregar {
	float: left;
	width: 250px;
	margin: 26px 10px 10px 20px;
}

table.agregar td {
	padding: 5px 10px;	
}

table.agregar a {
	float: left;	
}

table.agregar input[type="radio"] {
	margin-right: 5px;
	margin-top: 1px;
}

/* addendum dic 7 2013 
Area de comentario ancho 100%*/
td textarea.completa{
	width: 95%;
	height: 120px;	
}

input.wide {
		display: block;
		margin: 0 auto;
		background: #0071BC;
		color: #FFF;
		text-align: center;
		padding: 10px 10px;
		text-decoration: none;
		border: none;
		border-radius: 3px;
		-moz-border-radius:3px;
		-webkit-border-radius: 3px;
	}
	
input.izq {
	float: left;	
}


/*Estilo para subheaders de asignación y contactos pacientes */

td.subheader {
	background: #FFF;
	padding: 0px 25px;
	margin-right: 2px;
	/*font-size: 12pt;
	height: 20px;*/
}


	a.agregar {
		float: right;
		text-align: center;
		background: #29ABE2;
		color: #FFF;
		text-decoration: none;
		padding: 10px 1px;
		width: 180px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	
	a.agregar img {
		vertical-align: middle;
		margin-right: 10px;	
	}
	
div.scrollv table.lista {
	width: 710px;	
	border-collapse: collapse;
}

table.lista th, table.lista td{
	padding: 2px 12px;
	vertical-align: top;
}

table.lista th{
	padding-bottom: 10px;
	border-bottom: 1px solid #29ABE2;
}
	
	table.lista th.opc {
		text-align: center;	
	}

table.lista td{
	border-bottom: 1px dotted #999;
}
	table.lista th.fecha{
		width: 80px;
	}
	
	table.lista th.terapeuta{
		width: 160px;
	}

	div.scrollv {
		height: 150px;
		width: 730px;
		overflow-y: auto;
	}
	
/* */

/* Estilo para checkbox de evaluaciones */

td.check input[type="checkbox"] {
	margin-left: 20px;
}

tr.subtitulo {
	color: #29ABE2;	
}

a.link {
	color: #026BA5;	
}


/* nuevos estilos para datos de asignacion */

td.subtblock {
	color: #026BA5;	
	margin-top: 10px; 
	border-bottom: 1px dotted #29ABE2; 	
}

table.asignacion  {
	border-right: 1px dotted #b0b0b0;
	width: 300px;
	padding-right: 10px;	
}

table.asignacion th {
	border-bottom: 1px solid #29ABE2; 	
}

tr.exc {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f0f0f0;	
}

/* Estilos para autorizaciones
diciembre 2013 */

div.exc {
	float: left;
	width: 400px;
	background: #f3f3f3;
	margin: 0 20px 1em 0;	
	border: 1px solid #b0b0b0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 2px 15px;
}

div.exc h3 {
	margin-left: 5px!important;	
	text-align: left;
	padding: 5px 0;
	margin-bottom: 1em;
	border-bottom: 1px solid #31C1F4;
}

	div.exc table {
		border-bottom: 1px dotted #b0b0b0; 
		margin-bottom: 1em;
	}
	

	div.exc table td {
		width: 130px;
		height: 30px;
		font-size: 10pt;
		vertical-align: top;
		padding: 2px 3px 4px 3px;
	}
	
	div.exc table td a {
		color: #29ABE2;
		font-weight: bold;
	}
	
	
div.imgauto {
	width: 98px;
	height: 32px;
	background: url(../images/sprite_auto.png) no-repeat;
}



div.noaut {
	background-position: 0 0;
}

div.aut {
	background-position:0 -32px;
}


a.blanco {
	color: #FFF;
	text-decoration: none;	
}

	a.blanco:hover{
		text-decoration: underline;	
	}
	
td.seccion {
	padding: 2px 10px ;
	color: #FFF;	
	font-size: 12pt;
}

/* Tabla para los pacientes del terapeuta -  enero 16, 2014*/
table.pac_terapeuta {
	border-collapse: collapse;
	width: 315px;
}

table.pac_terapeuta th {
font-size: 11pt;
border-bottom: 1px solid #025787;
}


th.nomwide, td.nomwide {
	width: 160px;
}

table.pac_terapeuta td {
	line-height: 16px;	
}

td textarea.comp {
	width: 95%;	
	min-height: 120px;
	margin-top: 32px;
}

/* Reportes */
table.existentes th.pacienterep {
	width: 110px;
}

table.existentes th.terapeuta {
	width: 100px;
}

table.existentes th.rep {
	font-size: 11pt;
}

/* Leyendas generales de codigos de color o instrucciones*/
.leyendas h1{
	font-size:12px;
	color:#FFFFFF;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#0099CC;
}
.leyendas-imp {
	height:35px;
}
.leyendas-imp h2{
	padding-top:5px;
	padding-left:30px;
	font-size:11px;
	color:#666666;
}
.leyendas-imp img{
	margin-top:5px;
	margin-bottom:5px;
	border-color:#999;
	border-width:thin;
	float:left;
}
/**Titulos de secciones*/

.tituloSeccion{
	text-align: left;
    color: #0071BC;
    font-weight: bold;
    font-size: 12pt;
    padding: 5px 0 5px 2px;
}

/* Validacion de existencia de pacientes o prospectos */

.validapaciente {
	margin-left:50px;
	margin-right:50px;
	width:100%;
	background-color:#C00;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
}

.validapaciente h1{
	color:#FFF;
	font-size:16px;
	
}

.validapaciente h2{
	padding-left:10px;
	color:#CCCCCC;
	font-size:14px;
	
}
.especialidades{
	color: red;
	background-color: blue;
}