@charset "iso-8859-1";
/* CSS GENERAL RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, font, img,
ins, kbd, q, s, samp, small, strike,
sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline
}
body {
	background-image: url(img/fondo.jpg);
	background-repeat: repeat-x;
	background-color: #B5D1E6;
}


:focus {
     outline: 0
}

ol, ul {
     list-style: none
}

blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}

blockquote, q {
     quotes: "" ""
}

input, textarea {
     margin: 0;
     padding: 0
}

hr {
	margin: 0;
	padding: 0;
	color: #FFF;
	background-color: #FFF;
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}

td { vertical-align: middle; }


/* ZONAS DE LA WEB */

#web {
	text-align: left;
	padding: 0px;
	width: 998px;
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(img/fondoweb.jpg);
	background-repeat: repeat-y;
}

#cabecera {
	background-image: url(img/cabecera.jpg);
	height: 116px;
	background-color: #E2E7EB;
	background-repeat: no-repeat;
}
#cabecera .aviso { /* PARA MENSAJES DE ERROR EN LOGIN */
	color: #0D77C1;
	background-image: url(img/flecha.png);
	background-repeat: no-repeat;
	padding-top: 28px;
	margin-right: 15px;
	padding-right: 28px;
	background-position: right bottom;
	padding-bottom: 8px;
	float: right;
	clear: none;
}

#cuerpo {
	padding-top: 20px;
	padding-right: 43px;
	padding-bottom: 10px;
	padding-left: 43px;
	min-height: 350px;
    height: auto !important;
    height: 350px;
}

#cuerpo h1 {
	font-size: 24px;
	color: #A01F62;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 15px;
}

#menu { /* DIFERENTE PARA IEXPLORER */
	height: 41px;
	float: none;
	padding-top: 75px;
	padding-left: 291px;	
	*margin-top: 75px;
	*margin-left: 291px;
	*padding-top: 0 !important;
	*padding-left: 0 !important;	
}
/* ESTILO MENU NUEVO CON DESPLEGABLE */
.menu 	{display: block; font-family: 'Oswald', sans-serif;}
.menu * {box-sizing: border-box}
.menu li {
	float: left;
	padding: 0px;
}
.menu li a {
	color: #fff;
	display: block;
	font-weight: normal;
	margin: 0px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
}

.menu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #06C;
}
.menu ul li:hover a {
	text-decoration: none;
	background-color: #06C;
}
.menu li ul {
	display: none;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: absolute;
	z-index: 99900;
}
.menu > ul li:nth-of-type(2) ul {
	width: 143px;
	margin-left: 5px;
}

.menu li:hover ul {
    display: block;
}
.menu li li {
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.menu li:hover li a {
	background-color: #6C1543;
	color: #FFFFFF;
}
.menu li ul a {
	color: #000;
	display: block;
	height: auto;
	font-style: normal;
	margin: 0px;
	text-align: center;
	font-size: 16px;
	padding: 5px;
}

.menu li ul a:hover,
.menu li ul li:hover a {
	border: 0px;
	color: #ffffff;
	text-decoration: none;
	background-color: #C80D6F;
	height: auto;
}

/**************************/
#cuerpo p {
	text-align: justify;
	margin-bottom: 10px;
}


#login {
	float: right;
	width: 420px;
	padding-top: 30px;
	padding-right: 40px;
	height: 30px;
	position: relative;
	background-image: url(img/emai-clave.png);
	background-repeat: no-repeat;
}

#login_usuario { /*CUANDO EL USUARIO ESTÁ VALIDADO */
	background-image: url(img/login_usuario.png);
	float: right;
	width: 420px;
	padding-top: 36px;
	padding-right: 40px;
	background-repeat: no-repeat;
	height: 30px;
	text-align: left;
	color: #0D77C1;
	font-size: 14px;
}

#login #email, #login #clave {
	width: 100px;
	background-color: #FFFFFF;
	font-size: 12px;
	border: 1 solid #999999;
	margin-right: 15px;
	padding: 2px 5px;
	border-radius: 5px;
	color: #999999;
}
#login #email{
	/* [disabled]margin-bottom: 19px; */

	*margin-bottom: 14px;
}


#login #validar {
	margin-top: 5px;
	
	margin-left: 2px;
}

#apartado {
	background-image: url(img/fondoruta.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 56px;
}
#apartado  img {
	clear: left;
	float: left;
}

#ruta {
	font-size: 11px;
	float: right;
	height: 28px;
	width: 700px;
	padding-right: 40px;
	padding-left: 41px;
	padding-top: 4px;
}
#ruta a {
	color: #0B68A6;
	text-decoration: none;
}

#ruta a:hover {
	color: #A01F62;
	text-decoration: underline;
}

#ruta .separador { color: #999; }

#inicio {
	clear: right;
	float: right;
	height: 24px;
	width: 180px;
}

#inicio img {
	clear: none;
	float: right;
	margin-right: 24px;
}

#pie {
	background-image: url(img/fondopie.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 37px;
	font-size: 11px;
	color: #b4d2e6;
	padding-top: 18px;
}

#pie a {
	color: #b4d2e6;
	text-decoration: none;
}

#pie a:hover {
	color: #FFF;
	text-decoration: none;
}

#pie .separador {
	margin-right: 5px;
	margin-left: 5px;
}

/* AVISO LEGAL */

#aviso {
	text-align: left;
	width: 800px;
	margin-top: 16px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: thin solid #000;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
}

#aviso p {
	margin-bottom: 20px;
	text-align: justify;
}

#aviso h1 {
	font-size: 18px;
	font-weight: bold;
	color: #0D77C1;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #a01f62;
	padding-top: 10px;
}
#portada {
	/*background-image: url(img/inicial.gif);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	text-indent: 45px;*/
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 18px;
}
#inicial {
	margin-right: 5px;
}

/* ESTILO COMITE */
#listacomite { border-spacing: 10px 
}

.fichacomite {
	height: 100px;
	width: 421px;
	padding: 10px;
	background-color: #FFF;
	background-image: url(img/fondo_fichacomite.gif);
	border: 1px solid #CCC;
}


.fichacomite img {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	border: 1px solid #000;
}

.fichacomite li {
	margin-bottom: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.fichacomite em {
	color: #999;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.fichacomite .nombre {
	color: #0D77C1;
	font-size: 13px;
}

.fichacomite  a {
	color: #A01F62;
	text-decoration: none;
}

.fichacomite .separador { margin-bottom: 20px; }
.fichacomite .email {
	color: #0D77C1;
	margin-top: 10px;
}

.fichacomite .email a { color: #666; 
}

.fichacomite a:hover { text-decoration: underline; 
}
#datoscab { width: 912px; }

/* PAGINA DATOS */
#datoscab td { vertical-align: middle; }

#datoscab .boton {
	width: 33%;
	/* [disabled]text-align: center; */
	padding-bottom: 10px;
}

#buscadatos {
	background-color: #E3E3E3;
	border: 1px solid #999;
	width: 360px;
	background-image: url(img/lupapek.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 12px;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#buscadatos .selector {
	float: left;
	/* [disabled]clear: left; */
	width: 350px;
	overflow: visible;
	height: 30px;
	text-align: right;
	line-height: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
}


#buscadatos input { vertical-align: middle; }
#buscadatos input[type="text"], #buscadatos select {
	background-color: #FFF;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}
#buscadatos input[type="text"] {
	width: 320px;
	margin-right: 10px;
	padding: 5px;
}
#buscadatos select {
	width: 200px;
}

#pacientes {
	background-color: #B5D1E6;
	margin-top: 20px;
	width: 912px;
}

#pacientes th {
	color: #FFF;
	background-color: #0D77C1;
	padding: 4px;
	text-align: center;
}

#pacientes td {
	text-align: center;
	padding: 5px;
}

/* ALINEACION DE FOTOS */
.fotoder {
	float: right;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-top: 15px;
}
.fotoizq {
	float: left;
	margin-bottom: 5px;
	margin-right: 20px;
}

/* MARCAJE DE FILAS */
.filaimpar { background-color: #FFF; }

.filapar { background-color: #F0F4F7; 
}
.filamarcada {
	background-color: #D4C3CC;
}

#paginacion {
	color: #666;
	margin-top: 10px;
	font-weight: bold;
	font-size: 11px;
}
#paginacion a {
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: normal;
}
#paginacion a:hover {
	color: #000000;
	text-decoration: underline;
}

.adelante {
	font-weight: bold;
	color: #0D77C1;
	letter-spacing: 0.1em;
	padding-right: 15px;
	padding-left: 5px;
	background-image: url(img/adelante.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
}
.atras {
	font-weight: bold;
	color: #0D77C1;
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 15px;
	background-image: url(img/atras.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

/* CABECERA DE LAS PÁGINAS DE DATOS */
.id {
	font-weight: bold;
	color: #000;
	text-align: right;
	font-size: 14px;
	margin-bottom: 5px;
}

.fichacab {
	background-color: #E3E3E3;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #A01F62;
	color: #A01F62;
	font-size: 16px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A01F62;
	margin-bottom: 20px;
}

.fichacab td {
	/*padding: 10px;*/
	text-align: center;
	letter-spacing: 0.3em;
	width: 304px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #A01F62;
	border-right-color: #A01F62;
}
.fichacab td:hover { background-color: #E1D7DC; }

.fichacab  a {
	color: #666;
	text-decoration: none;
	display:block;
	width: 284px;
	padding: 10px;
}
.fichacab  a:hover { color: #A01F62; }

.fichacab .activo {
	font-weight: bold;
	background-color: #E1D7DC;
}

.informacion {
	background-color: #FFF;
	border: 1px solid #000;
	width: 100%;
	border-spacing: 10px;
	margin-bottom: 15px;
}
.informacion caption {
	font-weight: bold;
	color: #000;
	background-color: #CCC;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
}



.informacion td { padding: 10px; }

.informacion input[type="text"], .informacion textarea {
	background-color: #E8EEF2;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	width: 99%;
}

.informacion select {
	background-color: #E8EEF2;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
}

.informacion .literal {
	color: #0B639D;
	text-align: left;
	width: 33%;
	font-weight: bold;
}

.informacion .subliteral {
	color: #000;
	text-align: right;
	width: 33%;
	font-weight: normal;
	padding: 0px;
}

.informacion .valores {
	border: 1px dotted #CCC;
	font-size: 11px;
	width: 66%;
}
.informacion .nota {
	font-size: 11px;
	color: #999;
}

.informacion .adicional {
	margin-left: 15px;
	white-space: nowrap;
}




.botonform {
	text-align: center;
	padding-top: 15px;
}
.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el Ãºltimo elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}.titular {
	font-size: 16px;
	font-weight: bold;
	color: #A01F62;
	text-align: center;
}
.alternativo {
	color: #0076C2;
	font-weight: bold;
}
.subtitular {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.apartado {
	font-weight: bold;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #93C0DF;
	border-right-width: 15px;
	border-right-color: #93C0DF;
	border-right-style: solid;
	margin-top: 50px;
}

blockquote { padding: 30px; }

#recordatorio {
	background-color: #CDCDCD;
	padding: 30px;
	text-align: center;
	margin-left: 150px;
	width: 300px;
	float: left;
	border: 1px solid #000;
}

.confirma {
	padding: 30px;
	clear: left;
	float: left;
	width: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #A01F62;
	margin-left: 150px;
}

.volver {
	float: right;
	font-weight: bold;
	color: #A01F62;
	margin-bottom: 10px;
}
.volver a  {
	color: #0D77C1;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
}
.volver img  {
	vertical-align: middle;
	margin-left: 10px;
}

#pacientes caption, #listadocs caption {
	font-weight: bold;
	color: #000;
	background-color: #B5D1E6;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #B5D1E6;
	border-right-color: #B5D1E6;
	border-left-color: #B5D1E6;
}

#portada ul li {
	margin-bottom: 10px;
	padding-left: 5px;
	list-style-type: disc;
	margin-left: 30px;
}

#portada ul { margin-bottom: 30px; }

.intermedio { text-decoration: underline; }

.informacion li { margin-bottom: 5px; }
#listadocs .nombre {
	font-weight: bold;
	color: #0D77C1;
	text-align: left;
}
#listadocs .descripcion {
	font-weight: normal;
	color: #000;
	text-align: left;
}
#listadocs ul { 
padding-left: 10px;
*padding-left: 0px;
}

#listadocs  li {
	list-style-position: outside;
	list-style-image: url(img/icon/guardar.png);
	padding-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 25px;
}

#listadocs a {
	color: #A01F62;
	text-decoration: none;
}

#listadocs a:hover {
	color: #000;
	text-decoration: none;
}



#listadocs th {
	color: #FFF;
	background-color: #0D77C1;
	padding: 4px;
	text-align: center;
}

#listadocs td { padding: 5px; 
}

#listadocs {
	background-color: #B5D1E6;
	margin-top: 20px;
	width: 912px;
}

.separadatos {
	font-weight: bold;
	border-right-width: thick;
	border-bottom-width: thick;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E1D7DC;
	border-bottom-color: #E1D7DC;
	padding: 0px;
	padding-bottom: -10px;
}

.intro {
	font-size: 16px;
	font-weight: bold;
	color: #A01F62;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #FFF;
	border: 1px solid #000;
}

.visualize { border: 1px solid #888; position: relative; background: #fafafa; margin-top: 40px; margin-left: auto; margin-right: auto; }
.visualize canvas { position: absolute; }
.visualize ul,.visualize li { margin: 0; padding: 0;}

/*table title, key elements*/
.visualize .visualize-info { padding: 3px 5px; background: #fafafa; border: 1px solid #888; position: absolute; top: -20px; right: 10px; opacity: .8; }
.visualize .visualize-title { display: block; color: #333; margin-bottom: 3px;  font-size: 1.1em; }
.visualize ul.visualize-key { list-style: none;  }
.visualize ul.visualize-key li { list-style: none; float: left; margin-right: 10px; padding-left: 10px; position: relative;}
.visualize ul.visualize-key .visualize-key-color { width: 6px; height: 6px; left: 0; position: absolute; top: 50%; margin-top: -3px;  }
.visualize ul.visualize-key .visualize-key-label { color: #000; }

/*pie labels*/
.visualize-pie .visualize-labels { list-style: none; }
.visualize-pie .visualize-label-pos, .visualize-pie .visualize-label { position: absolute;  margin: 0; padding:0; }
.visualize-pie .visualize-label { display: block; color: #fff; font-weight: bold; font-size: 1em; }
.visualize-pie-outside .visualize-label { color: #000; font-weight: normal; }

/*line,bar, area labels*/
.visualize-labels-x,.visualize-labels-y { position: absolute; left: 0; top: 0; list-style: none; }
.visualize-labels-x li, .visualize-labels-y li { position: absolute; bottom: 0; }
.visualize-labels-x li span.label, .visualize-labels-y li span.label { position: absolute; color: #555;  }
.visualize-labels-x li span.line, .visualize-labels-y li span.line {  position: absolute; border: 0 solid #ccc; }
.visualize-labels-x li { height: 100%; }
.visualize-labels-x li span.label { top: 100%; margin-top: 5px; }
.visualize-labels-x li span.line { border-left-width: 1px; height: 100%; display: block; }
.visualize-labels-x li span.line { border: 0;} /*hide vertical lines on area, line, bar*/
.visualize-labels-y li { width: 100%;  }
.visualize-labels-y li span.label { right: 100%; margin-right: 5px; display: block; width: 100px; text-align: right; }
.visualize-labels-y li span.line { border-top-width: 1px; width: 100%; }
.visualize-bar .visualize-labels-x li span.label { width: 100%; text-align: center; }#certificado {
	text-align: right;
	margin-bottom: 5px;
	padding-right: 10px;
}
.opcional {
	float: right;
	height: 40px;
	width: 70px;
}
.opcional input {
	margin-right: 5px;
}
#buscadatos .buscador {
	float: right;
	/* [disabled]height: 50px; */
	width: 470px;
	text-align: right;
	padding-right: 30px;
}
#login #Validar {
	position: absolute;
	top: 30px;
	right: 95px;
}
