body{
	scrollbar-arrow-color : #009999;	   /* flechas */
	scrollbar-face-color : #016868;			/* scroll */
	scrollbar-track-color : #023536;		/* base */
	scrollbar-darkshadow-color : #023536;
	scrollbar-highlight-color : #016868;
	scrollbar-3dlight-color : #023536;
	scrollbar-shadow-color : #016868;
	margin : 0px 0px 0px 0px;			 	/* top right bottom left */
	background-color: #023536;		/* color de fondo principal */
	color: #FFFFFF;					/* color de los textos */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

img{
	border: 0px;
}

td{
	vertical-align: top;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.fndCabecera{
	background-color: #009899;
}

/* ENLACES */
a, a:link, a:visited, a:active{	
	vertical-align: middle;
	font-weight: bold;
	text-decoration: none;
	color: #A0CECE;
}
a:hover{
	color: #FFFFFF;
}

/* CONTENEDORES */
table.cntRaiz{
	width: 770px;
	margin: 0px 0px 0px 0px;
	border-style: solid;
	border-color: #016867;
	border-width: 0px 1px 1px 0px;
}

table.cntActualidad{
	border: 1px solid #016867;
	margin: 0px 0px 30px 0px;
}

table.cntActualidad img{
	border-right: 1px solid #016868;
	border-bottom: 1px solid #016868;    
    border-left: 0px;
    border-top: 0px;
}


table.cntContacto td {
	vertical-align: top;
	text-align: right;
	padding-right: 5px;
	padding-top: 4px;
}


table.cntRegistroPacientes .cntRegistroPacientesCentrado {
	text-align:center;
}
table.cntRegistroPacientes .cntRegistroPacientesCentrado td {
	text-align:center;
}
table.cntRegistroPacientes hr {
	color:#016868;
	border:1px solid #016868;
	width:100%;
}
table.cntRegistroPacientes td{
	vertical-align: top;
	padding-right: 5px;
	padding-top: 4px;
}


td.cntMenu{
	width: 160px;
	padding-left: 15px;
	background-color: #016867;
	text-align: right;
}

td.cntSeccion{
	width: 100%;
    padding: 20px 23px 20px 23px;
	text-align: justify;
	vertical-align: top;
}

td.cntDerecha{
	padding: 17px 19px 20px 0px;
}

.imagenesPersonal td{
	padding-bottom:6px;
}
.imagenesPersonal img{
	border: 1px solid #009899;
	width: 100px;
}
.rutaVirtual th{
	text-align:left;
	font-size:10px;
	padding-bottom: 4px;
	padding-left: 12px;
}
.rutaVirtual td{
	text-align: center;
	padding-bottom: 10px;
}
.rutaVirtual img{
	border: 1px solid #009899;
	width: 320px;
}
/* PARA LA CABECERA */
/* Espacio vacío que precede a la "barra de cabecera". */
td.cntEspIzquierdoBarraNavegacion{
    width: 160px;
	background-color: #009999;        
}

/* De cada uno de los elementos (casillas, etc.), excepto botones, que se recogen en la "barra de cabecera" */
td.cntElementoNavegacion{
    border-bottom: 1px solid #016868;
    vertical-align: middle;
    text-align: left;
}
.gifBuscar{
	padding-right:150px;
}
/* De los botones de "home" y "contacto" en la barra de cabecera. */
td.cntBtnNavegacion{
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #016868;
    border-bottom: 1px solid #016868;    
}

/* BOTON ATRAS */
img.btnAtras{
	margin: 8px 0px 0px 0px;
	float:right;
}	

/* PARA LA PAGINACION */
.cntPaginacion {
	text-align:right;
}
.cntPaginacion table {
	width:1px;
}


/* PARA LAS NOTICIAS DE PORTADA */
td.cntNoticiasPortada{
	padding: 10px 10px 10px 10px;
}

/* PARA LOS BANNERS DE LA ESQUINA INFERIOR DERECHA */
.cntBannerImagen{
	border: 1px solid #016868;
	margin-bottom:10px;
	width:198px;
	height:51px;
}



/* LISTADOS */
ol {
    list-style-type: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-image: none;    
}

li.lstOrdenadoUnico{
    list-style-type: none;
    margin: 0px 0px 15px 0px;
    padding: 0px;
	text-align: justify;   
    line-height: 15px;
}

/* Elemento de nivel 0 (sin padre), sin hijos, usado en la sección */
li.lstOrdenadoElemento0{
    list-style-type: none;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 0px 15px;
	background-image: url(img/bullet0.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;  /* horizontal - vertical */    
/*	text-transform: uppercase;
	font-weight: bold;*/
}

/* Elemento de nivel 0 y además con hijos */
li.lstOrdenadoElemento0#ConHijos{
    margin: 0px 0px 10px 0px;
}
/* Elemento de nivel 1 (es hijo de uno raíz) */
li.lstOrdenadoElemento1{
    list-style-type: none;
    margin: 0px 0px 2px 27px;
    padding: 0px 0px 5px 12px;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;    
	background-position: 0px 3px;  /* horizontal - vertical */
}
/* Último de los elementos hijos de un cierto padre raíz */
li.lstOrdenadoElemento1Ultimo{
    list-style-type: none;
    margin: 0px 0px 15px 27px;
    padding: 0px 0px 5px 12px;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;    
	background-position: 0px 3px;  /* horizontal - vertical */
}
/* Elemento de nivel 2 (es hijo de uno de nivel 1) */
li.lstOrdenadoElemento2{
    list-style-type: none;
    margin: 0px 0px 2px 40px;
    padding: 0px 0px 5px 10px;
	background-image: url(img/bullet2.gif);
	background-repeat: no-repeat;    
	background-position: 0px 3px;  /* horizontal - vertical */
}
/* Último de los elementos hijos de otro de nivel 1 */
li.lstOrdenadoElemento2Ultimo{
    list-style-type: none;
    margin: 0px 0px 10px 40px;
    padding: 0px 0px 5px 10px;
	background-image: url(img/bullet2.gif);
	background-repeat: no-repeat;    
	background-position: 0px 3px; 
}
/* Caso particular, correspondiente al menú "Tratamientos" */
li.lstOrdenadoElemento0EnTratamientos{
    list-style-type: none;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 15px;
    text-align: justify;   
    line-height: 15px;
    word-spacing: 2px;
	background-image: url(img/bullet0.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;  /* horizontal - vertical */ 
}

/* Para cuando el enlace es un fichero adjunto*/
li span {
	vertical-align: top;
	line-height: 15px;
	padding-bottom: 9px;
	color: #009999;
}

/*  PARA MOSTRAR EL MENU  */
.titMenu{
	text-align: right;
	padding: 0px 0px 5px 20px;
	border-bottom: 1px solid #016868;
}

/* PARA MOSTRAR EL SUBMENU */
.titSubmenu{
    padding: 5px 0px 25px 0px;
}

/* TITULAR CUANDO SE VA A OTRA PANTALLA EN EL LISTADO*/
.titInt{
	text-transform:uppercase;
	vertical-align: top;
	line-height: 15px;
	padding-bottom: 9px;
	color: #FFFFFF;
    text-align: left;
	font-weight: bold;
}
.tituloPersonal{
	text-transform:uppercase;
	vertical-align: top;
	line-height: 15px;
	padding-bottom: 9px;
	padding-left: 16px;
	color: #FFFFFF;
    text-align: left;
	font-weight: bold;
}

/* PARA LOS MENUS DE TEXTO */
.cntTexto{
	text-align: justify;
	vertical-align: top;
	line-height: 15px;
	padding-bottom: 9px;
}
.cntMapa{
    padding-bottom: 15px;
    vertical-align: top;
    text-align: center;
}
/* Para los listados integrados en una sección de tipo "cTexto". */
td.cntListadoIntegrado{
    padding: 10px 20px 0px 20px;
}


/* PARA LAS NOTICIAS */
.cntNoticia hr {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #016868;
	margin: 0px 0px 10px 0px;
}
.cntNoticia h1 {
	font-size:10px;
	line-height: 15px;
	text-align: justify;
	vertical-align: top;
	padding-bottom: 9px;
	padding-top:0px;
	font-weight:normal;
	margin:0px;
}

.cntNoticia h2 {
	font-size:10px;
	text-align: left;
	vertical-align: top;
	padding-bottom: 9px;
	padding-top:0px;
	margin:0px;
	text-transform:uppercase;
	line-height: 15px;
	color: #FFFFFF;
	font-weight: bold;
}

.cntNoticia h3 {
	font-size:10px;
	vertical-align: top;
	padding-top:0px;
	margin:0px;
	font-weight:normal;
    font-style: italic;
    padding-bottom: 10px;
	text-align: justify;
}

.cntNoticia p {
	text-align: justify;
	vertical-align: top;
	line-height: 15px;
	padding-bottom: 9px;
}


.imgcTexto{
	border: 1px solid #016868;
	margin-top: 10px;
	margin-bottom: 10px;
}



/* ELEMENTOS DE FORMULARIOS */

input{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
textarea{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #016868;
	width: 100%;
	height: 100px;
	border: 1px solid #016868;
	padding: 2px;
}
.caja{
	border: 1px solid #016868;
	color: #016868;
	height: 17px;
	width: 100%;
}

select.caja{
	border: 1px solid #016868;
	color: #016868;
	height: 17px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width:auto;
}

.caja#palabra{
	width: 100px;
}
.boton{
	font-weight: bold;
	border: 1px solid #016868;
	background-color: transparent;
	height: 17px;
	color: #009999;
    cursor: pointer;
    margin: 0px 2px 0px 2px;
}
.boton#busquedaAvanzada{
	width: 130px;
    margin: 0px 0px 0px 0px;
}

