<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
	Nombre: Molino Labs
	Autor: Molino de Ideas, S.A.
	Ãšltima modificaciÃ³n: Junio 2011
*/
@import url("reset.css");

* {
	outline: 0;
}

/* ---------------------------------------------------------------------------------------------- */
/* Internacionalizacion */
#es,#de,#it,#fr,#en {
	cursor: pointer;
}

/* ---------------------------------------------------------------------------------------------- */
/* General */
body {
	margin: 0 auto;
	min-width: 1020px;
	font: 13px/22px Helvetica, Arial, sans-serif;
	background: #fff;
}

h1,h2 {
	margin: 0;
	font-family: "Times New Roman";
	letter-spacing: 0.10em;
}

p {
	margin: 0;
	color: #222222;
}

a {
	color: #1487D8;
	text-decoration: none;
}

/* FIN General */
/* ---------------------------------------------------------------------------------------------- */
/* Header */
header { /*	position: relative;*/
	/*	width: 100%;*/
	height: 30px;
	/*	-moz-box-shadow: 1px 0px 3px #111;*/
	/*	-webkit-box-shadow: 1px 0px 3px #111;*/
	/*	box-shadow: 1px 0px 3px #111;*/
	/*	background-image: url('../img/2.jpg');*/
}

/* Barra Molino */
#headerWrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 40px;
}

#iconBox,#icon,#title,#iconBox a {
	float: left;
}

#iconBox {
	width: 140px;
	height: auto;
}

#icon {
	width: auto;
	margin-right: 20px;
	height: 40px;
}

#title {
	margin-left: -8px;
	height: 20px;
}

#iconBox a {
	float: left;
	height: 20px;
	text-decoration: none;
	letter-spacing: 0.70em;
	font-size: 10px;
	color: #c0c0c0;
}

#iconBox span {
	color: #f1f1f1;
}

#iconBox a:hover {
	color: #ffffff;
}

/* Menu Apps Molino */
#appsNav {
	float: left;
	width: auto;
	height: 40px;
}

#appsNav ul {
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}

#appsNav ul li {
	float: left;
	display: inline;
}

#appsNav ul li a {
	float: left;
	padding: 12px 9px 6px 8px;
	font-family: "Times New Roman";
	font-size: 13px;
	letter-spacing: 0.10em;
	color: #c0c0c0;
}

#appsNav ul li:hover {
	box-shadow: inset 0px 1px 1px #666;
	-moz-box-shadow: inset 0px 1px 1px #666;
	-webkit-box-shadow: inset 0px 1px 1px #666;
	background: #826A83;
}

/* Menu Idioma */
#language {
	float: right;
	font-size: 11px;
}

#language ul {
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

#language ul li {
	display: inline;
	letter-spacing: 0.10em;
	margin-left: 10px;
}

#appsNav ul li a,#language a {
	color: #c0c0c0;
}

#appsNav #seleApp,#appsNav ul li a:hover,#language a:hover {
	color: #ffffff;
}

/* FIN Header */
/* ---------------------------------------------------------------------------------------------- */
/* Titulo Labs */
#labsTitle {
	width: 100%;
}

.titleWrapper {
	margin: 0 auto;
	width: 960px;
}

.titleHome {
	height: 45px;
	padding-top: 40px;
	margin-bottom: 30px;
}

.titleApp {
	margin: 0 auto;
	clear: both;
	width: 960px;
	height: 40px;
	padding-top: 30px;
}

.titleSeparator {
	border-bottom: solid 1px #ccc;
}

#labsTitle img {
	float: left;
	margin-top: -8px;
	height: 35px;
}

.titleHome h1 {
	float: left;
	margin: 0;
	margin: 0px 0px 0px 15px;
	font-family: "Times New Roman";
	font-size: 40px;
	letter-spacing: 0.20em;
	color: #666666;
}

.titleApp h1 {
	float: left;
	margin: 0;
	margin: 5px 0px 0px 0px;
	font-family: "Times New Roman";
	font-size: 30px;
	letter-spacing: 0.20em;
	color: #666666;
}

#socialBox {
	float: right;
	width: auto;
	margin-top: 10px;
}

#twitterShare {
	float: right;
}

#facebookLike {
	float: right;
}

#googlePlus {
	float: right;
	width: 75px;
}

/* FIN TÃ­tulo Labs */
/* ---------------------------------------------------------------------------------------------- */
/* NavegaciÃ³n Labs */
/* MenÃº de navegaciÃ³n de la pÃ¡gina de inicio */
#labsNavHome {
	overflow: hidden;
	width: 100%;
	min-height: 181px;
	margin-top: 30px;
	padding: 30px 0px 0px 0px;
	background-image: url(../img/back5.png);
	border-top: dashed 1px #ccc;
}

/* MenÃº de navegaciÃ³n en las pÃ¡ginas especÃ­ficas de cada Molino Labs */
#labsNav {
	width: 100%;
	height: 105px;
	padding-top: 0px;
	background-image: url('../img/back5.png');
	border-bottom: dashed 1px #ccc;
}

.linkLab {
	float: left;
	width: 120px;
	height: 90px;
}

/* ---------------------------------------------------------------------------------------------- */
/* Slide Panel */
#slides {
	position: inherit;
	margin: 0 auto;
	width: 1000px;
}

.slides_container {
	margin: 0 auto;
	width: 960px;
}

#slides .colWrapper {
	
}

.prev,.next {
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -50px;
}

.prev {
	float: left;
}

.next {
	float: right;
}

.pagination {
	margin: 0 auto;
	width: 60px;
}

.pagination li {
	display: inline;
	list-style: none;
}

.pagination li a {
	float: left;
	overflow: hidden;
	display: block;
	width: 12px;
	height: 0;
	margin-left: 5px;
	padding-top: 12px;
	background-image: url(../img/pagination.png);
	background-position: 0 0;
}

.pagination li.current a {
	background-position: 0 -12px;
}

/* FIN Slide Panel */
/* ---------------------------------------------------------------------------------------------- */
/* Logos Home */
/* AquÃ­ se ddefine el diseÃ±o de los logos en la pÃ¡gina de inicio */
.labTitulo {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #555555;
	padding-top: 22px;
}

.logoBotton {
	float: left;
	width: 63px;
	height: 64px;
	margin-right: 15px;
	margin-top: -22px;
}

.labTitulo .logoBotton {
	background-repeat: no-repeat;
	background-size: 190px;
	background-position: 0 0;
}

.labTitulo:hover .logoBotton {
	background-position: -64px 0;
}

.labTitulo:active .logoBotton {
	background-position: -128px 0px;
}

.col .labTitulo:hover {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: inset 0px 5px 80px #ffffff;
	-webkit-box-shadow: inset 0px 5px 80px #ffffff;
	box-shadow: inset 0px 5px 80px #ffffff;
}

.col p {
	float: left;
	margin: 5px 0px 0px 15px;
}

/* ---------------------------------------------------------------------------------------------- */
/* Logos App especÃ­fica */
/* AquÃ­ se define el diseÃ±o de los logos en el menÃº de navegaciÃ³n de los Molino Labs */
.labTituloNav {
	float: left;
	width: 100%;
	height: 90px;
	margin-top: 1px;
	padding-top: 9px;
	padding-bottom: 5px;
	text-align: center;
	line-height: normal;
	color: #777777;
	font-size: 15px;
	font-family: "Times New Roman";
}

.prox {
	color: #e1e1e1;
}

.logoBottonNav {
	float: left;
	width: 51px;
	height: 54px;
	margin-left: 34px;
	margin-bottom: 3px;
}

.labTituloNav .logoBottonNav {
	background-repeat: no-repeat;
	background-size: 152px;
	background-position: 0 0;
}

.labTituloNav:hover .logoBottonNav {
	background-position: -51px 0;
}

.labTituloNav:active .logoBottonNav {
	background-position: -102px 0px;
}

.labTituloNav:hover {
	position: relative;
	-moz-box-shadow: inset 0px 5px 80px #ffffff;
	-webkit-box-shadow: inset 0px 5px 80px #ffffff;
	box-shadow: inset 0px 5px 80px #ffffff;
}

/* ---------------------------------------------------------------------------------------------- */
/* Tool Tip Viejo */
.tipLab {
	position: relative;
	position: absolute;
	width: 130px;
	height: auto;
	margin-top: 90px;
	margin-left: -15px;
	padding: 20px 10px 10px 10px;
}

.tipLabFondo {
	background-image: url('../img/tooltip.png');
	background-repeat: no-repeat;
	background-size: 150px 100%;
	padding-bottom: 10px;
}

.tipLab p {
	overflow: hidden;
	font-size: 12px;
	text-align: center;
	line-height: 1.5em;
	color: #888888;
}

/* ---------------------------------------------------------------------------------------------- */
/* Colores generales a los links de navegaciÃ³n de los Molino Labs*/
.labTitulo:hover,.labTituloNav:hover,.seleLab a {
	color: #1487D8;
}

/* Iconos especÃ­ficos */
.silabeador {
	background-image: url('../img/silabeador.png');
}

.acentuador {
	background-image: url('../img/acentuador.png');
}

.masculinizador {
	background-image: url('../img/masculinizador.png');
}

.feminizador {
	background-image: url('../img/feminizador.png');
}

.genaro {
	background-image: url('../img/genaro.png');
}

.corpus {
	background-image: url('../img/corpus.png');
}

.singularizador {
	background-image: url('../img/singularizador.png');
}

.pluralizador {
	background-image: url('../img/pluralizador.png');
}

.numara {
	background-image: url('../img/numara.png');
}

.insultador {
	background-image: url('../img/insultador.png');
}

.crucigramador {
	background-image: url('../img/crucigramador.png');
}

.anagramador {
	background-image: url('../img/anagramador.png');
}

.lematizador {
	background-image: url('../img/lematizador.png');
}

.ciervantes {
	background-image: url('../img/ciervantes.png');
}

.mezclarefran {
	background-image: url('../img/mezclarefran.png');
}

.chiflasyletras {
	background-image: url('../img/chiflasyletras.png');
}

.exagerardo {
	background-image: url('../img/exagerardo.png');
}

.donbenito {
	background-image: url('../img/donbenito.png');
}

.rebuscador {
	background-image: url('../img/rebuscador.png');
}

.descrabel {
	background-image: url('../img/descrabel.png');
}

.analizadordementes {
	background-image: url('../img/analizadordementes.png');
}

.frecuentimetro {
	background-image: url('../img/frecuentimetro.png');
}

.labOscuro {
	background-image: url('../img/labOscuro.png');
}

/* FIN NavegaciÃ³n Labs */
/* ---------------------------------------------------------------------------------------------- */
/* Contenido */
#contenido {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
	padding: 0px 0px 100px 0px;
}

#contenidoHome {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
	padding: 0px 0px 0px 0px;
}

#contenidoDescribe {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
	padding: 0px 0px 50px 0px;
}

.colWrapper {
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
}

.col {
	float: left;
	width: 220px;
	margin: 0px 10px 20px 10px;
}

/* FIN Contenido */
/* ---------------------------------------------------------------------------------------------- */
/* PresentaciÃ³n (se usa en la pÃ¡gina de inicio) */
#presentaBox {
	float: left;
	width: 450px;
	height: auto;
}

#presentaBox h2 {
	float: left;
	margin: 0;
	margin: 8px 0 20px 0;
	font-size: 24px;
	font-style: italic;
	color: #7B4286;
}

#presentaBox a label {
	cursor: pointer;
}

#presentaBox p {
	float: left;
	margin-left: 15px;
	margin-bottom: 5px;
}

/* News */
#newsBox {
	float: right;
	width: 330px;
	height: auto;
	min-height: 150px;
	margin-top: 10px;
	margin-right: 20px;
	padding-left: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	box-shadow: inset 0px 0px 3px #999;
	border: solid 5px #f8f8f8;
	background-image: url(../img/infobox.jpg);
}

#newsBox_libro {
	float: right;
	width: 330px;
	height: 298px;
	min-height: 150px;
	margin-top: 10px;
	margin-right: 20px;
	padding-left: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: inset 0 0 3px #999;
	-webkit-box-shadow: inset 0 0 3px #999;
	box-shadow: inset 0 0 3px #999;
	border: solid 5px #f8f8f8;
	background-image: url(../img/bannerlibro_noticias.png);
	background-repeat: no-repeat;
}

.botonpaypal_banner {
	margin-top: 85px;
	margin-left: 130px;
}

#ribbonNews {
	margin-top: -20px;
	margin-left: 185px;
	width: 163px;
	height: 165px;
	background-image: url('../img/ribbonNoticias.png');
	background-repeat: no-repeat;
}

#newsBox h2 {
	margin-top: -130px;
	font-size: 18px;
	color: #7B4286;
}

#newsBox h3 {
	margin-bottom: 5px;
	font-size: 11px;
	font-style: italic;
	color: #999999;
}

#newsBox p {
	margin-right: 60px;
}

/* FIN PresentaciÃ³n */
/* ---------------------------------------------------------------------------------------------- */
/* Footer */
footer {
	margin: 0 auto;
	float: left;
	width: 100%;
	padding: 10px 0px 10px 0px;
	border-top: solid 1px #444444;
	-moz-box-shadow: inset 0px 2px 10px #666666;
	-webkit-box-shadow: inset 0px 2px 10px #666666;
	box-shadow: inset 0px 2px 10px #666666;
	color: #c0c0c0;
	background-image: url('../img/3.jpg');
}

.colFooter {
	font-size: 11px;
	letter-spacing: 0.20em;
}

.left {
	float: left;
	margin-top: 20px;
}

.center {
	margin: 0 auto;
	width: 180px;
}

.right {
	float: right;
	margin-top: 17px;
}

.left ul li {
	display: inline;
	margin-right: 10px;
}

footer a {
	color: #c0c0c0;
}

footer a:hover {
	color: #f9f9f9;
}

.right ul li {
	display: inline;
	float: left;
}

.socialLogo {
	cursor: pointer;
	float: left;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 0 0;
}

.social span {
	height: 26px;
	padding-left: 35px;
	padding-top: 5px;
}

.social a .socialLogo:hover {
	background-position: 0 -32px;
}

.email {
	background-image: url('../img/socialEmail.png');
}

.twitter {
	background-image: url('../img/socialTwitter.png');
}

.facebook {
	background-image: url('../img/socialFacebook.png');
}

.linkedin {
	background-image: url('../img/socialLinkedin.png');
}

#logoFooter {
	margin: 0 auto;
	width: 40px;
	height: 50px;
	background-image: url('../img/iconoFooter.jpg');
	background-repeat: no-repeat;
	background-size: 40px 50px;
}

#end {
	margin: 0 auto;
	width: auto;
	height: auto;
	font-family: "Times New Roman";
	text-align: center;
	font-size: 12px;
	letter-spacing: 0.20em;
}

/* FIN Footer */
/* ---------------------------------------------------------------------------------------------- */
/* Generales a cada App */
.descripcionApp {
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0px 5px 0px;
	margin-bottom: 40px;
	border-top: dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;
	color: #444444;
}

.floatLeft {
	float: left;
	width: 430px;
}

.floatRight {
	float: right;
	width: 430px;
}

.descripcionApp h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 12px;
}

.descripcionApp span {
	font-size: 15px;
	color: #7c4186;
}

.descripcionApp a label {
	cursor: pointer;
}

.boxDescripcionLinguistica {
	margin: 0 auto;
	clear: both;
	width: 100%;
	overflow: hidden;
}

.triggerDescripcionLinguistica {
	float: left;
	width: 100px;
	height: 25px;
	padding-top: 6px;
	background-image: url(../img/infoMas.png);
	background-repeat: no-repeat;
	background-position: right;
}

.infoMas {
	background-image: url(../img/infoMenos.png);
	background-repeat: no-repeat;
	background-position: right;
}

.descripcionLinguistica {
	float: left;
	clear: both;
	overflow: hidden;
}

.descripcionLinguistica span {
	font-size: 18px;
	font-family: "Times New Roman";
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #826288;
}

.descripcionLinguistica ul {
	margin: 0 auto;
	overflow: hidden;
	margin-left: 20px;
	text-align: center;
}

.descripcionLinguistica ul li {
	float: left;
	margin: 0 auto;
	margin: 10px 15px 10px 0px;
	padding: 10px;
	text-align: center;
	font-size: 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: dashed 1px #e1e2e6;
	color: #444444;
}

.descripcionLinguistica ul li img {
	margin-top: 10px;
	border: solid 2px #f9f9f9;
	-moz-box-shadow: 1px 1px 3px #999999;
	-webkit-box-shadow: 1px 1px 3px #999999;
	box-shadow: 1px 1px 3px #999999;
}

.descripcionLinguistica p {
	float: left;
	margin-top: 5px;
}

.descripcionLinguistica p img {
	float: left;
	margin-right: 10px;
}

.descripcionLinguistica a {
	float: left;
	margin-top: 5px;
}

/* FIN Generales */
/* ---------------------------------------------------------------------------------------------- */
/* Caja de BÃºsqueda */
.cajaBusquedaWrapper {
	width: 590px;
	clear: both;
	margin: 0 auto;
	padding: 0 auto;
	padding: 10px;
	text-align: center;
	border-radius: 8px;
	-moz-border-radius: 18px;
	-webkit-border-radius: 8px;
	background: #f1f1f1;
}

.cajaOculta {
	display: none;
	width: 590px;
	margin-top: 10px;
	/*	text-align: center;*/
	/*	border-radius: 5px;*/
	/*	-moz-border-radius: 5px;*/
	/*	-webkit-border-radius: 5px;*/
}

.cajaBusquedaAnagramador {
	position: relative;
	width: 33em;
	height: 35px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	font-size: 13px;
	letter-spacing: 0.10em;
	border: solid 1px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ffffff;
	color: #9C9C9C;
}

.cajaBusquedaAnagramador:focus,.cajaFormulario:focus { /* onBlur */
	-moz-box-shadow: 0px 0px 4px #8D99A2;
	-webkit-box-shadow: 0px 0px 4px #8D99A2;
	box-shadow: 0px 0px 4px #8D99A2;
	border: solid 1px #8D99A2;
	color: #444444;
}

.cajaBusqueda {
	position: relative;
	width: 35em;
	height: 35px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	font-size: 13px;
	letter-spacing: 0.10em;
	border: solid 1px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ffffff;
	color: #9C9C9C;
}

.cajaBusqueda:focus,.cajaFormulario:focus { /* onBlur */
	-moz-box-shadow: 0px 0px 4px #8D99A2;
	-webkit-box-shadow: 0px 0px 4px #8D99A2;
	box-shadow: 0px 0px 4px #8D99A2;
	border: solid 1px #8D99A2;
	color: #444444;
}

.cajaLetra {
	position: relative;
	width: 1.5em;
	height: 35px;
	padding: 0px 0px 0px 10px;
	text-align: left;
	font-size: 13px;
	letter-spacing: 0.10em;
	border: solid 1px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ffffff;
	color: #9C9C9C;
}

.cajaLetra
:focus
,
{ /* onBlur */
-moz-box-shadow
:
 
0
px
 
0
px
 
4
px
 
#8D99A2
;

	
-webkit-box-shadow
:
 
0
px
 
0
px
 
4
px
 
#8D99A2
;

	
box-shadow
:
 
0
px
 
0
px
 
4
px
 
#8D99A2
;

	
border
:
 
solid
 
1
px
 
#8D99A2
;

    
color
:
 
#444444
;


}
.botonEjecutar,.botonEjecutar:visited {
	cursor: pointer;
	width: auto;
	height: 33px;
	padding: 0px 15px 0px 15px;
	margin-left: 3px;
	font-size: 13px;
	border: none;
	background: transparent;
	background-image: url('../img/boton.png');
	background-size: 100% 100%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
}

.botonEjecutar:hover {
	background-image: url('../img/botonHover.png');
}

.botonEjecutar:active,.botonSeleccionado,.botonSeleccionado:hover {
	background-image: url('../img/botonSelected.png');
}

.botonDisabled {
	background: #ffffff;
	color: #444444;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.botonDisabled:hover {
	cursor: default;
	background: #ffffff;
	color: #444444;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.oculto {
	display: none;
}

#descripcionsilabas {
	margin-bottom: 5px;
	margin-top: 10px;
	text-align: center;
}

#silabas {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}

#tipo_palabra {
	margin-top: 10px;
}

.subNivel { 
	height: auto;
    margin-bottom: 10px;
}

/* FIN Caja de bÃºsqueda */
/* ---------------------------------------------------------------------------------------------- */
/* Caja de Opciones */
.opcionesWrapper {
	margin: 0 auto;
	margin-top: 20px;
	width: 8x;
	color: #444444;
}

/* FIN Caja de opcioens */
/* ---------------------------------------------------------------------------------------------- */
/* Caja de Resultados */
#resultados {
	display: none;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 0.20em;
}

.resultados {
	margin: 0 auto;
	width: 600px;
	height: auto;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	line-height: 1.50em;
}

/* Para el Silabeador */
.tonica {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.10em;
}

.resultados label {
	font-size: 1.70em;
	font-weight: bold;
	letter-spacing: 0.20em;
	color: #7B4286;
}

.resultadosCrucigramador {
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	line-height: 1.50em;
	display: none;
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: 0.20em;
}

.colorResaltado {
	color: #7B4286;
}

.cabeceraListaRespuestas {
	text-align: justify;
}

.listaRespuestas {
	margin-bottom: 20px;
}

/* FIN Caja de Resultados */
/* ---------------------------------------------------------------------------------------------- */
/* Incidencias */
.triggerIncidencias {
	display: none;
	margin: 0 auto;
	margin-top: 10px;
	width: 600px;
	text-align: center;
	border-top: dashed 1px #ccc;
}

.triggerIncidencias a {
	cursor: pointer;
	margin: 0 auto;
	width: 200px;
	font-size: 12px;
	color: #1487D8;
}

.triggerIncidencias a label {
	cursor: pointer;
}

.incidencias {
	display: none;
	margin: 0 auto;
	margin-top: 10px;
	padding: 10px 20px 10px 20px;
	width: 460px;
	text-align: center;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f1f1f1;
}

.lineaFormulario {
	overflow: hidden;
	float: left;
	width: 98%;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 10px 10px 10px 0px;
	height: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f9f9f9;
}

.lineaFormulario p {
	float: left;
	color: #666666;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 13px;
}

.cajaMail,.cajaComentario {
	float: right;
	width: 27em;
	max-width: 27em;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: solid 1px #ccc;
	color: #444444;
	background: #ffffff;
}

.cajaComentario {
	height: 150px;
}

/* FIN Incidencias */
/* ---------------------------------------------------------------------------------------------- */
/* Describe */
.describeIntro {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0px 10px 0px;
	margin-bottom: 10px;
	border-top: dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;
	color: #444444;
}

.describeIntro h2 {
	margin-bottom: 10px;
	font-family: "Times New Roman";
	font-size: 18px;
	color: #7c4186;
}

.describeIntro p {
	margin-bottom: 10px;
	width: 468px;
}

.describeIntro span {
	font-size: 15px;
}

.describe {
	width: 100%;
	height: auto;
	min-height: 400px;
	overflow: hidden;
	padding-bottom: 50px;
}

.describe p {
	margin-bottom: 10px;
}

.labTrigger {
	float: left;
	clear: both;
	width: 180px;
	cursor: pointer;
	margin-top: 5px;
	padding: 10px 0px 10px 30px;
	font-family: "Times New Roman";
	font-size: 16px;
	letter-spacing: 0.10em;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #666666;
	background: #f1f1f1;
}

.labTrigger:hover {
	background: #f5f5f5;
}

.labTriggerActive,.labTrigger:active {
	-moz-box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	box-shadow: inset 0px 0px 3px #999;
	background: #f5f5f5;
}

.describeLab {
	position: absolute;
	float: right;
	margin-left: 270px;
	width: 690px;
	max-width: 690px;
	padding: 10px 0px 0px 0px;
	margin-bottom: 10px;
}

.describeLab h2 {
	margin-bottom: 10px;
	font-family: "Times New Roman";
	font-size: 22px;
	color: #7c4186;
}

.describeLab h3,.describe span,.describeIntro h3 {
	margin-bottom: 10px;
	font-family: "Times New Roman";
	font-size: 16px;
	font-weight: bold;
	color: #555555;
}

.describeLab span {
	color: #222;
	font-weight: bold;
}

.describeLab img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.describeEnd {
	width: 100%;
	height: 100px;
}

/* ---------------------------------------------------------------------------------------------- */
/* Alertas */
#popup_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: outset 2px #7c4186; /*color del borde del mensaje */
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #7c4186;
	background: #999 url(../img/alerts/title.gif) top repeat-x;
	/*border: solid 1px #999;
	border-bottom: solid 1px #999;*/
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(../img/alerts/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(../img/alerts/info.gif);
}

#popup_content.confirm {
	background-image: url(../img/alerts/important.gif);
}

#popup_content.prompt {
	background-image: url(../img/alerts/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_ok {
	background: #999 url(../img/alerts/title.gif) top repeat-x;
	border: outset 2px #7c4186; /*color del borde del mensaje */
	cursor: pointer;
}

/* FIN Alertas */
/* ---------------------------------------------------------------------------------------------- */
/* ERROR 404 */
#contenidoError {
	margin-top: -31px;
	min-height: 419px;
	background-image: url(../img/back5.png);
}

.facePalm {
	margin: 0 auto;
	text-align: center;
	padding-top: 30px;
	width: 960px;
}

.facePalm img {
	border: solid 5px #fff;
	box-shadow: 1px 2px 3px #444;
	-moz-box-shadow: 1px 2px 3px #444;;
	-webkit-box-shadow: 1px 2px 3px #444;;
}

.error {
	margin: 0 auto;
	width: 960px;
}

.error p {
	margin-top: 20px;
	font-size: 16px;
	text-align: center;
	color: #444;
}

/* INICIO CSS TRADUCCIONES */
#info_general h1 {
	font-size: 14px;
	color: #000;
	margin-bottom: 25px;
	margin-left: 10px;
	background-image: url(../img/2.0/Fondo_verbos_h2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#info_general h2 {
	font-size: 12px;
	color: #000;
	margin-bottom: 25px;
	margin-left: 10px;
	background-image: none;
	font-weight: normal;
}

#info_general h2 A {
	color: #323232;
	text-decoration: none;
}

#info_general h2 A:hover {
	text-decoration: underline;
	color: #7c4186;
}

#instrucciones {
	font-size: 12px;
	margin-top: 25px;
}

#instrucciones ul li {
	list-style: circle;
	list-style-type: circle;
	margin-left: 25px;
}

#instrucciones ul li label {
	margin-left: 25px;
}

.buscador {
	overflow: hidden;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	margin-bottom: 20px;
}

.buscador form {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

.buscador div {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

#invisible {
	clear: both;
}

.buscador .imputTxt {
	float: left;
	width: 250px;
	border: 1px solid #92AEC5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-right: 10px;
	padding: 2px;
}

.buscador .textArea {
	float: left;
	width: 440px;
	border: 1px solid #92AEC5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-right: 10px;
	padding: 2px;
}

.buscador .btnBuscar {
	cursor: pointer;
	float: left;
	width: 85px;
	height: 19px;
	padding-top: 1px;
}

.buscador .btnBuscarHidden {
	cursor: pointer;
	float: left;
	width: 85px;
	height: 19px;
	padding-top: 1px;
	display: none;
}

.buscador .btnBuscar:hover {
	float: left;
	width: 85px;
	height: 19px;
	padding-top: 1px;
}

.buscador .tilde {
	float: left;
	height: 18px;
	width: 20px;
	margin-right: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-align: center;
}

.buscador A {
	text-decoration: none;
	color: #7c4186;
	cursor: pointer;
}

.buscador A:hover {
	text-decoration: underline;
	cursor: pointer;
}

.imputTxt {
	width: 250px;
	border: 1px solid #92AEC5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-right: 10px;
	padding: 2px;
}

#capaDatosTraducir {
	font-size: 12px;
}

#capaDatosTraducir .rojo {
	font-weight: bold;
	color: red;
}

#capaDatosTraducir .verde {
	font-weight: bold;
	color: green;
}

#capaDatosTraducir .tArea {
	vertical-align: middle;
	margin-left: 50px;
	size: 200px;
}

#capaDatosTraducir .imputTxt {
	float: none;
	width: 400px;
	border: 1px solid #92AEC5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 5px;
	padding: 2px;
}

#capaDatosTraducir a {
	cursor: pointer;
}

/* logo boton mail*/
.mailImg {
	background-image: url('../img/logoMail.png');
}

.logoMail {
	width: 150px;
	height: 20px;
	margin-bottom: 20px;
}

.divBotonMail .logoMail {
	margin-left: 150px;
	float: left;
	background-repeat: no-repeat;
	background-size: 120px;
	background-position: 0 0;
}

.divBotonMail:hover .logoMail {
	background-position: 0 -21px;
}

.divBotonMail:active .logoMail {
	background-position: 0 -41px;
}

/* FIN logo boton mail*/
/* FIN CSS TRADUCCIONES */
/* CONFIGURACION*/
.cajaConfiguracion {
	position: relative;
	width: 8em;
	height: 20px;
	padding: 0px 0px 0px 5px;
	text-align: left;
	font-size: 10px;
	letter-spacing: 0.05em;
	border: solid 1px #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #ffffff;
	color: #9C9C9C;
}

.cajaConfiguracion:focus { /* onBlur */
	-moz-box-shadow: 0px 0px 4px #8D99A2;
	-webkit-box-shadow: 0px 0px 4px #8D99A2;
	box-shadow: 0px 0px 4px #8D99A2;
	border: solid 1px #8D99A2;
	color: #444444;
}

.configuracioncuestionario {
	text-align: left;
	float: left;
	width: 130px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-left: 1px dashed #CCC;
}

.configuracionFila {
	clear: both;
}

.tituloconfiguracioncuestionario {
	font-size: 15px;
	margin-bottom: 10px;
}
/*FIN CONFIGURACION*/


/*
 *  File:         demo_table.css
 *  CVS:          $Id$
 *  Description:  CSS descriptions for DataTables demo pages
 *  Author:       Allan Jardine
 *  Created:      Tue May 12 06:47:22 BST 2009
 *  Modified:     $Date$ by $Author$
 *  Language:     CSS
 *  Project:      DataTables
 *
 *  Copyright 2009 Allan Jardine. All Rights Reserved.
 *
 * ***************************************************************************
 * DESCRIPTION
 *
 * The styles given here are suitable for the demos that are used with the standard DataTables
 * distribution (see www.datatables.net). You will most likely wish to modify these styles to
 * meet the layout requirements of your site.
 *
 * Common issues:
 *   'full_numbers' pagination - I use an extra selector on the body tag to ensure that there is
 *     no conflict between the two pagination types. If you want to use full_numbers pagination
 *     ensure that you either have "example_alt_pagination" as a body class name, or better yet,
 *     modify that selector.
 *   Note that the path used for Images is relative. All images are by default located in
 *     ../img/corpusOnline/ - relative to this CSS file.
 */

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Estilo del Corpus */
.descripcionCorpus {
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0px 10px 0px;
	margin-bottom: 20px;
	border-top: dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;
	color: #444444;
}

.descripcionCorpus h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	font-size: 12px;
}

.descripcionCorpus span {
	font-size: 15px;
	color: #7c4186;
}

.descripcionCorpus a label {
	cursor: pointer;
}

#opcionesCorpus {
	margin: 0 auto;
	clear: both
	width: 100%;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	margin-bottom: 30px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	border-radius: 8px;
	background: #f6f6f6;
}

.boxOpcionesCorpus {
	float: left;
	width: auto;
	max-width: 280px;
	margin-left: 10px;
	margin-right: 10px;
}

.boxOpcionesCorpus h2, .boxOpcionesCorpus h3 {
	font-family: "Times New Roman";
}

.boxOpcionesCorpus h2 { /* Nï¿½mero de las instrucciones */
	font-size: 18px;
	font-weight: bold;
	color: #7c4186;
}

.boxOpcionesCorpus h3 { /* Tï¿½tulo de las instrucciones */
	margin-bottom: 10px;
	font-size: 15px;
	color: #444444;
}

.boxOpcionesCorpus span {
	font-weight: bold;
	font-size: 14px;
}

#resultadosSolr {
	margin-top: 20px;
	margin-bottom: 500px;
	padding: 10px 0px 100px 0px;
}

#resultadosSolr h2 {
	float: left;
	margin-bottom: 20px;
	font-family: "Times New Roman";
	font-size: 16px;
	color: #555555;
}

#resultadosSolr h2 span {
	font-weight: bold;
	color: #7c4186;
}

#infoTabla {
	color: #444444;
}

#tableBody em { /* Color de la palabra o frase buscada */
	font-style: normal;
	font-size: 13px;
	color: #444444;	
	font-weight: bold;
} 

/* Caja flotante donde aparece el texto completo del resultado */

.textoCompleto { 		
	position: absolute;
	max-height: 500px; 
	overflow: scroll;
	margin: 0 auto;
	margin-top: 10px;
	left: 2%;
	width: 89%;
	padding: 10px 30px 20px 30px;
	-moz-border-radius: 5px:
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 8px #444;
	-webkit-box-shadow: 1px 1px 8px #444;
	box-shadow: 1px 1px 8px #444;
	background: #fff;
}

.cerrarTextoCompleto {
	cursor: pointer;
	float: right;
	clear: both;
	width: 60px;
	height: 20px;
	margin-bottom: 10px;
	margin-right: -15px;
	font-size: 12px;
	letter-spacing: 0.10em;
	color: #777777;
	background-image: url(../img/infoCerrar.png);
	background-repeat: no-repeat;
	background-position: right; 
}

.cerrarTextoCompleto:hover {
	color: #444444;
}

.textoCorpus {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 0px 10px 0px;
	border-top: solid 1px #e1e2e6;
	border-bottom: solid 1px #e1e2e6;
	color: #444444;
}

.fuente {
	float: left;
	width: 100%;
	color: #666666;
	font-size: 12px;	
}

.fuente span {
	color: #666666;
	font-weight: bold;
}


/* ------------------------------------------------------------------------------------------- */

/* TABLES CSS ORIGINAL */

.dataTables_wrapper {
	position: relative;
	min-height: 302px;
	clear: both;
	_height: 302px;
	zoom: 1; /* Feeling sorry for IE */
}

.dataTables_processing {
	position: absolute;
	position: fixed;
	overflow: visible;
	top: 0;
	left: 0;
	top: 30%;
	left: 35%;
	width: 30%;
	height: 30%;
	background: #444;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background-image: url('../img/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.dataTables_length {
	float: right;
	width: auto;
	letter-spacing: 0.10em;
	font-family: "Times New Roman";
	font-size: 14px;	
	color: #777777;
}

.dataTables_filter {
	width: 50%;
	float: right;
	text-align: right;
}

.dataTables_info {
	width: 60%;
	float: left;
}

.dataTables_paginate {
	width: 88px;
	* width: 100px;
	float: right;
	text-align: right;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next, .paginate_disabled_last, .paginate_enabled_last, .paginate_disabled_first, .paginate_enabled_first {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
/*	background-image: url('../img/corpusOnline/back_disabled.jpg');*/
}

.paginate_enabled_previous {
	background-image: url('../img/corpusOnline/anterior.png');
	cursor:pointer;
}

.paginate_disabled_next {
/*	background-image: url('../img/corpusOnline/forward_disabled.jpg');*/
}

.paginate_enabled_next {
	background-image: url('../img/corpusOnline/siguiente.png');
	cursor:pointer;
}

.paginate_disabled_last {
}

.paginate_enabled_last {
	background-image: url('../img/corpusOnline/ultima.png');
	cursor:pointer;
}

.paginate_disabled_first {
}

.paginate_enabled_first {
	background-image: url('../img/corpusOnline/primera.png');
	cursor:pointer;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables display
 */

table.display {
	clear: both;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 20px;
	border-top: solid 1px #e1e2e6;
	border-bottom: solid 1px #e1e2e6;
	
	/* Note Firefox 3.5 and before have a bug with border-collapse
	 * ( https://bugzilla.mozilla.org/show%5Fbug.cgi?id=155955 ) 
	 * border-spacing: 0; is one possible option. Conditional-css.com is
	 * useful for this kind of thing
	 *
	 * Further note IE 6/7 has problems when calculating widths with border width.
	 * It subtracts one px relative to the other browsers from the first column, and
	 * adds one to the end...
	 *
	 * If you want that effect I'd suggest setting a border-top/left on th/td's and 
	 * then filling in the gaps with other borders.
	 */
}

table.display thead th, table.display tfoot th { /* Tï¿½tulo y pie de la tabla de resultados */
	padding: 3px 5px 3px 5px;
	text-align: left;
	letter-spacing: 0.10em;
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

table.display thead th {
	cursor: pointer;
	* cursor: hand;
	border-bottom: 1px solid #e1e2e6;
}

table.display tfoot th {
	border-top: 1px solid #e2e2e6;
}

table.display tr.heading2 td {
	border-bottom: 1px solid #ccc;
}

table.display td {
	padding: 10px 5px 10px 8px;
}

table.display td.center {
	text-align: center;	
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../img/corpusOnline/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('../img/corpusOnline/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('../img/corpusOnline/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('../img/corpusOnline/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('../img/corpusOnline/sort_desc_disabled.png') no-repeat center right;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */

table.display tr.odd.gradeA {
	background-color: #ddffdd;
}

table.display tr.even.gradeA {
	background-color: #eeffee;
}

table.display tr.odd.gradeC {
	background-color: #ddddff;
}

table.display tr.even.gradeC {
	background-color: #eeeeff;
}

table.display tr.odd.gradeX {
	background-color: #ffdddd;
}

table.display tr.even.gradeX {
	background-color: #ffeeee;
}

table.display tr.odd.gradeU {
	background-color: #ddd;
}

table.display tr.even.gradeU {
	background-color: #eee;
}


tr.odd { /* Aquï¿½ se define el color de las lï¿½neas intermedias de la tabla de resultados */
	background: #f6f6f6;
}

tr.even {
	background-color: white;
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */
.dataTables_scroll {
	clear: both;
}

.dataTables_scrollBody {
	*margin-top: -1px;
}

.top, .bottom {
	padding: 15px;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
}

.top .dataTables_info {
	float: none;
}

.clear {
	clear: both;
}

.dataTables_empty {
	text-align: center;
}

tfoot input {
	margin: 0.5em 0;
	width: 100%;
	color: #444;
}

tfoot input.search_init {
	color: #999;
}

td.group {
	background-color: #d1cfd0;
	border-bottom: 2px solid #A19B9E;
	border-top: 2px solid #A19B9E;
}

td.details {
	background-color: #d1cfd0;
	border: 2px solid #A19B9E;
}


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers {
	width: 400px;
	height: 22px;
	line-height: 22px;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers span.paginate_button {
	background-color: #ddd;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	background-color: #99B3FF;
}

table.display tr.even.row_selected td {
	background-color: #B0BED9;
}

table.display tr.odd.row_selected td {
	background-color: #9FAFD1;
}


/*
 * Sorting classes for columns
 */
/* For the standard odd/even */
tr.odd td.sorting_1 {
	background-color: #D3D6FF;
}

tr.odd td.sorting_2 {
	background-color: #DADCFF;
}

tr.odd td.sorting_3 {
	background-color: #E0E2FF;
}

tr.even td.sorting_1 {
	background-color: #EAEBFF;
}

tr.even td.sorting_2 {
	background-color: #F2F3FF;
}

tr.even td.sorting_3 {
	background-color: #F9F9FF;
}


/* For the Conditional-CSS grading rows */
/*
 	Colour calculations (based off the main row colours)
  Level 1:
		dd &gt; c4
		ee &gt; d5
	Level 2:
	  dd &gt; d1
	  ee &gt; e2
 */
tr.odd.gradeA td.sorting_1 {
	background-color: #c4ffc4;
}

tr.odd.gradeA td.sorting_2 {
	background-color: #d1ffd1;
}

tr.odd.gradeA td.sorting_3 {
	background-color: #d1ffd1;
}

tr.even.gradeA td.sorting_1 {
	background-color: #d5ffd5;
}

tr.even.gradeA td.sorting_2 {
	background-color: #e2ffe2;
}

tr.even.gradeA td.sorting_3 {
	background-color: #e2ffe2;
}

tr.odd.gradeC td.sorting_1 {
	background-color: #c4c4ff;
}

tr.odd.gradeC td.sorting_2 {
	background-color: #d1d1ff;
}

tr.odd.gradeC td.sorting_3 {
	background-color: #d1d1ff;
}

tr.even.gradeC td.sorting_1 {
	background-color: #d5d5ff;
}

tr.even.gradeC td.sorting_2 {
	background-color: #e2e2ff;
}

tr.even.gradeC td.sorting_3 {
	background-color: #e2e2ff;
}

tr.odd.gradeX td.sorting_1 {
	background-color: #ffc4c4;
}

tr.odd.gradeX td.sorting_2 {
	background-color: #ffd1d1;
}

tr.odd.gradeX td.sorting_3 {
	background-color: #ffd1d1;
}

tr.even.gradeX td.sorting_1 {
	background-color: #ffd5d5;
}

tr.even.gradeX td.sorting_2 {
	background-color: #ffe2e2;
}

tr.even.gradeX td.sorting_3 {
	background-color: #ffe2e2;
}

tr.odd.gradeU td.sorting_1 {
	background-color: #c4c4c4;
}

tr.odd.gradeU td.sorting_2 {
	background-color: #d1d1d1;
}

tr.odd.gradeU td.sorting_3 {
	background-color: #d1d1d1;
}

tr.even.gradeU td.sorting_1 {
	background-color: #d5d5d5;
}

tr.even.gradeU td.sorting_2 {
	background-color: #e2e2e2;
}

tr.even.gradeU td.sorting_3 {
	background-color: #e2e2e2;
}


/*
 * Row highlighting example
 */
.ex_highlight #example tbody tr.even:hover, #example tbody tr.even td.highlighted {
	background-color: #ECFFB3;
}

.ex_highlight #example tbody tr.odd:hover, #example tbody tr.odd td.highlighted {
	background-color: #E6FF99;
}

.ex_highlight_row #example tr.even:hover {
	background-color: #ECFFB3;
}

.ex_highlight_row #example tr.even:hover td.sorting_1 {
	background-color: #DDFF75;
}

.ex_highlight_row #example tr.even:hover td.sorting_2 {
	background-color: #E7FF9E;
}

.ex_highlight_row #example tr.even:hover td.sorting_3 {
	background-color: #E2FF89;
}

.ex_highlight_row #example tr.odd:hover {
	background-color: #E6FF99;
}

.ex_highlight_row #example tr.odd:hover td.sorting_1 {
	background-color: #D6FF5C;
}

.ex_highlight_row #example tr.odd:hover td.sorting_2 {
	background-color: #E0FF84;
}

.ex_highlight_row #example tr.odd:hover td.sorting_3 {
	background-color: #DBFF70;
}


/*
 * KeyTable
 */
table.KeyTable td {
	border: 3px solid transparent;
}

table.KeyTable td.focus {
	border: 3px solid #3366FF;
}

table.display tr.gradeA {
	background-color: #eeffee;
}

table.display tr.gradeC {
	background-color: #ddddff;
}

table.display tr.gradeX {
	background-color: #ffdddd;
}

table.display tr.gradeU {
	background-color: #ddd;
}

div.box {
	height: 100px;
	padding: 10px;
	overflow: auto;
	border: 1px solid #8080FF;
	background-color: #E5E5FF;
}

.textoCompletoTrigger{
	cursor:pointer;
}


/* LEMATIZADOR*/

.categoriaTabla{
	font-weight: normal;
}


.cabeceraTabla{ /* Tï¿½tulo y pie de la tabla de resultados */
	padding: 3px 5px 3px 5px;
	text-align: center;
	letter-spacing: 0.10em;
	font-family: "Times New Roman";
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	border-bottom: 1px solid #e1e2e6;
}
body{
padding:0;
margin:0;
}
.menu{
	top:0;
	left:0px;
	width:100%;
	font:13px/27px Arial,sans-serif;
	color:#83568F;
	height:30px;
	background-image: url(../img/2.jpg);
}
.menu a:hover{
	background-color:#785B84;
	color:#E6E6E6;
}
.menu a{
text-decoration:none;
padding:6px 8px 7px;
color:#CCCCCC;
outline:none;
}
.menu ul{
list-style:none;
margin:0;
padding:0 0 0 10px;
}
.menu ul li{
	padding:0;
	float:left;
}
.single ul{
display:block !important;
}
.menu ul li ul li{
padding:0;
float:none;
margin:0 0 0 0px;
width:100%;
}
.menu ul li ul{
position:absolute;
border:1px solid #C3D1EC;
/*box-shadow*/
-webkit-box-shadow:0 1px 5px #CCCCCC;
   -moz-box-shadow:0 1px 5px #CCCCCC;
        box-shadow:0 1px 5px #CCCCCC;
margin-top:-1px;
display:none;
padding:0px 16px 0px 0;
}
.active ul{
display:block !important;
}
.active a{
	background-color:white;
	border:1px solid #C3D1EC;
	border-bottom:0;
	/*box-shadow*/
-webkit-box-shadow:0 -1px 5px #CCCCCC;
	-moz-box-shadow:0 -1px 5px #CCCCCC;
	box-shadow:0 -1px 5px #CCCCCC;
	display:block;
	height:29px;
	padding:0 8px 0 8px;
	position:relative;
	z-index:1;
	color:#60C;
}
/*Styling for the link of the current page*/
.current a{
/*	background-color:#52365A;*/
/*	border-top:2px solid #609;red ribbon at top*/
/*	border-bottom:0;*/
/*	display:block;*/
/*	height:25px;*/
/*	padding:0 8px 0 8px;*/
/*	position:relative;*/
/*	z-index:1;*/
/*	color:#FFFFFF;*/
/*	font-weight:bold;*/
}

.active a:hover{
	background-color:white;
	color:#684472;
}
.active ul a:hover{
	background-color:#DED6E0;
}
.active ul a{
border:0 !important;
/*box-shadow*/
-webkit-box-shadow:0 0 0 #CCCCCC;
   -moz-box-shadow:0 0 0 #CCCCCC;
        box-shadow:0 0 0 #CCCCCC;
border:0;
width:100%;
}
.arrow{
border-color:#C0C0C0 transparent white;
border-style:solid dashed dashed;
margin-left:5px;
position:relative;
top:10px;
}
.mid-line{
background-color:#FFF;
border-top:1px solid #e5e5e5;
font-size:0;
}
#gbg {
right: 0;
padding-right: 5px;
}

#gbz, #gbg {
position: absolute;
white-space: nowrap;
top: 0;
height: 30px;
z-index: 1000;
}
</pre></body></html>