/* SVN FILE: $Id: cake.generic.css 7690 2008-10-02 04:56:53Z nate $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2008, Cake Software Foundation, Inc.
 *								1785 E. Sahara Avenue, Suite 490-204
 *								Las Vegas, Nevada 89104
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, Cake Software Foundation, Inc.
 * @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package			cake
 * @subpackage		cake.app.webroot.css
 * @since			CakePHP(tm)
 * @version			$Revision: 7690 $
 * @modifiedby		$LastChangedBy: nate $
 * @lastmodified	$Date: 2008-10-02 00:56:53 -0400 (Thu, 02 Oct 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */

/* General Style Info */

/*
	paleta
	background: #666666 gris molt fort fons; color: #F5F5FF lletra blanca
	background: #A9A9A9 gris fort fons; color: #000000 lletra negra
	background: #DEDEDE gris fons; color: #6A6A6A lletra negra
	background: #DFDFFB gris blau fons; color: #000000 lletra negra
	background: #EEEEEE gris fluix
	color: #3C3C3B lletra negra gris
	color: #084A00 lletra verda
	color: #8CAFA4 lletra verda clareta
	
	
*/

* {
	margin:0px;
	padding:0px;
}

html { height: 100%; margin-bottom: 1px; } /* força a que es vegi la barra de scroll del navegador*/

body{
	font-family: 'lucida grande',verdana,helvetica,arial,sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
	/*font-size: 100%;*/
	/* margin: 5px;
	padding: 5px;*/
	/*background-color:#3C3C3B;*/
	/*background-image:url(../imatges/fondo3.jpg);*/
	/*color:#1C1C1B;*/
	color:#3C3C3B;
}

div {
	font-size:100%;
}

table, tr, th, td {
	font-size:90%;
}

input, select, option, label{
	/*
	font-size:80%;
	*/
}

label{
	font-size:75%;
}

p, pre {
	font-size:90%;
	margin-top:10px;
	margin-bottom:20px;
}

a {
	color:#006699;
	text-decoration: none;
	/*font-weight: bold;*/
}

a:hover {
	text-decoration: underline;
}

a img {
	border:none;
}

h1, h2, h3, h4 {
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}
h1 {
	background:#fff;
	color: #3C3C3B;
	font-size: 130%;
}
h2 {
	background:#fff;
	/* color: #e32; */
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 120%;
}
h3{
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 100%;
}
h3 a {
	/* color: #e32; */
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
}

h4 {
	color: #993;
	font-weight: normal;
}

/*
ul, li {
	margin: 0 12px;
}
*/
/* Layout */
.clear {
	clear:both;
}

.right {
	float:right;
}

.hidden {
	display:none;
}

.division {
	clear:both;
    border-bottom: 1px solid #C0C0C0 ;
    margin: 10px 0px 20px 0px;
}

#container { 
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
}

#header{
	border: 1px solid #3C3C3B; /* #3C3C3B; #64acd2;*/
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	
	/*padding: 10px 20px;*/
	padding: 10px 0px;
	/* background-color: #3C3C3B; */
	/*border-bottom: 2px solid;*/
	height:50px;
}
#header-logo {
	float:left;
}
#header-title {
	padding-top: 20px;
	padding-left: 300px;
}
#header ul {
	/*padding: 25px 0px 0px 0px;*/
}
#header h1 {
	color: #3C3C3B;
	/*padding: 10px 30px;*/
	padding: 5px 0px 5px 0px;
}
#header h1 a {
	/*color: #3C3C3B;
	color: #fff494;*/
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	text-decoration: underline;
}

#header-logout{
	float:right;
	margin-bottom:10px;
}
#header-logout a {
	color: #3C3C3B; /* #fff494; */
	font-weight: normal;
	text-decoration: none;
}
#header-logout a:hover {
	text-decoration: underline;
}

#menu-session {
	font-size:70%;
	text-align: right;
	float:right;
	width: 100%;
	/* background-color:#fbd17f; */
	background-color:#f3f4f5;
	border: 1px solid #993; /* #3C3C3B; #64acd2;*/
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	margin-bottom: 0px;
	padding: 2px 0px 2px 0px;
}

#menu-session-title {
	color: #993;
}

#menu-session a {
	/* background-color:#fbd17f; */
	background-color:#f3f4f5;
	color: #006699;
	font-weight: normal;
	text-decoration: none;
}
#menu-session a:hover {
	text-decoration: underline;
}

#content {
	background: #fff;
	clear: both;
	color: #333;
	/*padding: 10px 20px 40px 20px;*/
	padding: 10px 0px 10px 0px;
	overflow: auto;
	min-height:700px;
	height: expression( this.scrollHeight < 700 ? "700px" : "auto" ); /* consigue min-height IE */
}

#footer {
	border: 1px solid #3C3C3B; /*#64acd2;*/
	border-right: 0px;
	border-left: 0px;
	border-bottom: 0px;
	text-align: right;
	margin-top: 15px;
    font-size: 60% ;
    font-weight:normal;
}

#footer a {
    vertical-align: top ;
}

#footer a img {
    vertical-align: bottom ;
    margin-left: 1em ;
}

#pagina {
	min-height:700px;
	height: expression( this.scrollHeight < 700 ? "700px" : "auto" ); /* consigue min-height IE */
	padding: 0px 10px 0px 10px;
	/*
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:30px;
	*/
}

#pagina ul {
	/* margin: 0 20px; */
	padding: 0px 0px 0px 35px;
	list-style: disc;
}

#pagina ol {
    padding: 0px 0px 0px 35px;
}

#pagina li {
	/* margin: 0 20px; */
	font-size:90%;
}

/*


#header{
	padding: 10px 20px;
}
#header h1 {
	background: #ffa800;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #ffa800;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #ffa800;
	text-decoration: underline;
}
#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}
*/

/* Lists - Menus*/

.menu-title {
	margin-right: 10px;
	color:#993;
}

ul { 
	list-style:none;
	list-style-type:none; /*Quitamos viñeta*/
	/* IMPORTANT: cal eliminar sangria en totes les ul, no funciona en una en particular */
	margin-left:0px; /*Elimina sangría en IE6*/
	padding-left:0px;    /*Elimina sangría */
}

ul#menu, ul#menu-right { 
	float:left;
	margin-top:5px;
	margin-bottom:10px;
	font-size: 90%;

	padding:0px 5px 0px 5px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#3C3C3B;
}

ul#menu-right { 
	float:right;
}

#menu li, #menu-right li {
	float:left;
	vertical-align:bottom;
	padding:5px 0px 2px 0px;
}

#menu li a, #menu-right li a {
	/* color: #3C3C3B;*/
	color: #006699;
	font-weight:normal;
	border-style:solid;
	border-width:1px;
	padding:2px 8px 2px 8px;
	vertical-align:bottom;
}

#menu li a.option-disabled, #menu-right li a.option-disabled {
	background-color:#BDB576;
	border-color:#ddd;
}

#menu li a.option-enabled, #menu-right li a.option-enabled {
	background-color:#f3f4f5;
	border-color: #999;
	border-left-color:#ccc;
	border-top-color:#ccc;
	border-bottom-color:#3C3C3B;
}

#menu li a.option-selected, #menu-right li a.option-selected {
	font-weight:bold;
	/*font-size:20px;*/
	background-color:#f3f4f5;
	border-color:#3C3C3B;
	border-left-color:#777;
	border-top-color:#777;
	/*color: #e32;*/
	padding-top:4px;
	/*
	border-width:2px;
	padding-bottom:1px;
	*/
}

ul.menu-seccion, ul.menu-seccion-right { 
	float:left;
	font-size: 80%;
	margin-top:15px;
	margin-bottom:15px;

	padding:0px 5px 0px 5px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#3C3C3B;
	
}

ul.menu-seccion-right { 
	float:right;
}

.menu-seccion li, .menu-seccion-right li {
	float:left;
	vertical-align:bottom;
	padding:5px 0px 2px 0px;
}

.menu-seccion li a, .menu-seccion-right li a, .menu-seccion li span {
	/* color: #3C3C3B;*/
	color: #006699;
	font-weight:normal;
	border-style:solid;
	border-width:1px;
	padding:2px 8px 2px 8px;
	vertical-align:bottom;
}

.menu-seccion li a.option-disabled, .menu-seccion-right li a.option-disabled {
	background-color:#BDB576;
	border-color:#FFFFFF;
}

.menu-seccion li a.option-enabled, .menu-seccion-right li a.option-enabled {
	background-color:#f3f4f5;
	border-color: #999;
	border-left-color:#ccc;
	border-top-color:#ccc;
	border-bottom-color:#3C3C3B;
}

.menu-seccion li a.option-selected,
.menu-seccion-right li a.option-selected,
.menu-seccion li span.option-selected{
	font-weight:bold;
	/*font-size:14px;*/
	background-color:#f3f4f5;
	border-color:#3C3C3B;
	border-left-color:#777;
	border-top-color:#777;
	/* color: #e32; */
	padding-top:4px;
}

ul.menu-detail { 
	float:right;
	font-size: 70%;
}

.menu-detail li {
	float:left;
	/*vertical-align:bottom;*/
	display:inline;
	border-style:solid;
	border-width:0px 1px 1px 0px;
	border-color:#3C3C3B;
}

.menu-detail li a {
	margin:0px 2px 0px 2px;
}

ul.edit-options {
	float:right;
}

#session_flash {
	float:left;
	margin-left:20px;
	font-size:70%;
}

/* Tables */
/*
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}
*/
/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 0px;
	padding: 0;
	/*
	width: 80%;
	*/
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color:#993;
	/*	
	font-size: 160%;
	*/
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	/*
	font-size: 120%;
	*/
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: left;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}

form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}

label {
	display: block;
	/*
	font-size: 110%;
	*/
	padding-right: 20px;
}
input, textarea {
	clear: both;
	/*
	font-size: 140%;
	*/
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}

input[type=submit] {
	display: inline;
	/*
	font-size: 110%;
	*/
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #ffa800;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 75%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}

/* Cuadro flotante: <div>....<ul>..</ul></div> cuando se
 * pasa el ratón por encima del <div> se muestra el cuadro flotante
 * en <ul>
 *
 * div.mostrar_cuadro
 * div.mostrar_cuadro ul
 * div.mostrar_cuadro ul li
 * div.mostrar_cuadro:hover ul
 */
#pagina div.mostrar_cuadro {
    position:relative ;
    display:inline ;
    cursor: default;
}

#pagina div.mostrar_cuadro * {
	border-bottom: 1px dashed #006699;
}

#pagina div.mostrar_cuadro ul * {
	border-bottom:none ;
}
#pagina div.mostrar_cuadro ul {
    display:none;
    position:absolute;
    z-index: 100 ;
    background-color:#FFFFF0;
/*    top: 2em;*/
    min-width : 350px ;
    left:1em;
    color:#000000 ;
    border: 1px solid black ;
    list-style: decimal;
    list-style-position: outside;
}
#pagina div.mostrar_cuadro ul li {
    margin: 1em ;
}   
#pagina div.mostrar_cuadro:hover ul {
    display: block;
    margin-left: 3em;
}

#pagina div.ejemplos ul, #pagina div.ejemplos ol {
    list-style: decimal;
    list-style-position: outside;
}

#pagina div.ejemplos ul li {
    list-style: decimal;
    list-style-position: outside;
}

.infouser {
	font-size:75%;
}

.right {
	text-align:right;
}

.left {
	text-align:left;
}

/* ========================================================================== */
div.m0p0{
    margin: 0px;
    padding: 0px ;
}

div.formulario_valores {
    /*visibility:hidden;*/
    padding:12px;
    padding-top:0px;
    margin:0px;
    margin-left:112px;
}

div.formulario_valores span {
    font-size: 80% ;
}

div.formulario_valores span * {
    font-size: 100% ;
}

div.formulario_funciones {
    visibility:hidden;
    padding:12px;
    padding-top:0px;
    margin:0px;
    margin-left:112px;
}

div.formulario_funciones span {
    font-size: 80% ;
}

div.formulario_funciones span * {
	font-size: 100% ;
}

p.alignr, div.alignr_float, p.alignr_absolute {
	margin: 0px ;
	padding:7px ;
    padding-top: 4px ;
    width: 110px;
	text-align: right;
    height:15px ;
    /*background-color: #F9F9F9;*/
}

div.alignr_float {
	float:left ;
}

p.alignr_absolute {
    position:absolute;
}


div.nobackground, p.nobackground {
	background-color: transparent;
}

/* ========================================================================= */
div.bloque_ayuda {
	border: 1px solid #993; /*#CCCCCC ;*/
	/*background-color: #F8F8F0 ;*/
	font-size: 90%;
	padding:10px 15px 10px 15px;
	float:right;
}

div.bloque_ayuda_parent, div.bloque_ayuda_parent2 {
	width: 320px;
	margin-top:10px;
	float:right;
}

div.bloque_ayuda_parent2 {
	margin-top:20px;
}

div.divfieldsetconsultas {
 	clear:both;
 	float:left;
 	width:650px;
}
iframe.olddice {
	height: 750px;
	width: 96% ;
}

.glosa_consultageneral {
    font-size: 14px !important;
}


/* =========================== botón de búsqueda de lema en la página principal ============================== */

div.busqueda_lema {
    text-align: center;
    margin-top: 20px;
    border-bottom: 1px solid #006699;
    padding-bottom: 15px;
    padding-top: 14px;
    border-top: 1px solid #006699;
}


div.busqueda_lema ul {
    margin: initial !important;
    padding: 0px !important;
    list-style: none !important;
    text-align: initial;
}


div.busqueda_lema .busqueda {
    width: 70px;
    vertical-align: middle;
}

div.busqueda_lema .icono_busqueda {
    height: 20px;
}

div.busqueda_lema .awesomplete {
    vertical-align: middle;
    width: 200px;
}

div.error_busqueda {
    font-size: 14px;
    margin-top: 5px;
    color: red;
}

.invisible {
    display: none;
    visibility: hidden;
}