/* SVN FILE: $Id: cake.generic.css 7118 2008-06-04 20:49:29Z gwoo $ */
/**
 *
 * 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: 7118 $
 * @modifiedby		$LastChangedBy: gwoo $
 * @lastmodified	$Date: 2008-06-04 13:49:29 -0700 (Wed, 04 Jun 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */


* {
	margin:0;
	padding:0;
}

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

/* General Style Info */
body {
	/*background: #3C3C3B;*/
	/* color: #fff; */
	font-family: 'lucida grande',verdana,helvetica,arial,sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Verdana, Arial, Helvetica, Times, sans-serif;
	font-size:95%;
}


div {
	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;
}

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

input, select, option, label{
	font-size:88%;
}

label{
	font-size:75%;
}

p, pre {
	font-size:100%;
}

a {
	background:#fff;
	color: #3C3C3B;
	text-decoration: none;
	/*font-weight: bold;*/
}

a:hover {
	text-decoration: underline;
}

a img {
	border:none;
}

h1, h2, h3, h4 {
	font-weight: normal;
	margin-top: 10px;
	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; */
	color: #006699;
	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;
}

#container {
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	/* background-color: #3C3C3B; */
	/* border-style:solid;
	border-width: 1px; //0px 2px 0px 2px
	border-bottom-color:#FFFFFF;*/
	
}

#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 #ca4c37; /* #3C3C3B; #64acd2;*/
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	margin-bottom: 0px;
	padding: 2px 0px 2px 0px;
}

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

#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, #content-login{
	background: #fff;
	clear: both;
	color: #333;
	/*padding: 10px 20px 40px 20px;*/
	padding: 10px 0px 10px 0px;
	overflow: auto;
}

#content{
	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 ;
}

/* 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#admin-menu, ul#admin-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#admin-menu-right { 
	float:right;
}

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

#admin-menu li a, #admin-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;
}

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

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

#admin-menu li a.option-selected, #admin-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; */
	color: #006699;
	padding-top:4px;
	/*
	border-width:2px;
	padding-bottom:1px;
	*/
}

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

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

ul.admin-menu-entidad-right { 
	float:right;
}

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

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

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

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

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

#session_flash {
	float:left;
	margin-left:20px;
}



/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 5px;
	width: 100%;
}
th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
	padding:3px;
}

th.headergroup {
	background: #e2e2e2;
}
th.separator {
	background: #fff;
	border:0px;
	border-right:1px solid #bbb;
	width:10px;
}

th.left {
	text-align:left;
	padding-left: 6px;
}

th a {
	background:#f2f2f2;
	display: block;
	padding: 1px 2px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	/*background: #fff;*/
	border-right: 1px solid #ccc;
	padding: 2px;
	text-align: center;
	vertical-align: top;
}
/* table tr.altrow td { */
table tr.altrow {
	background: #f4f4f4;
}
table tr.altrow-green {
	background: #ECECCE;/*#E3E3B7;*/
}
table tr.altrow-green-2 {
	background: #E7E7D2;
}
/* table tr.currentrow td { */
table tr.currentrow {
	background: #fff494;
}

table tr:hover, table tr.altrow:hover {
	background: #ffc494;
}

table tr.currentrow:hover {
	background: #FFD2C4;
}

table td.left {
	text-align:left;
	padding-left: 8px;
}

td a {
	background: transparent;
	color: #006699;
}
td input {
	margin-left:10px;
	text-align: center;
	white-space: nowrap;
}
td input[type="checkbox"] {
	clear: none;
	float: none;
	text-align: center;
	white-space: nowrap;
	margin: auto;
	width: auto;
}
td.actions {
	text-align: center;
	white-space: nowrap;
	width: 10px;
}
td.actions a {
	margin: 0px 6px;
}

td.largetext {
	/*margin: 0px 6px;*/
	text-align:left;
	padding:2px 10px;
}

.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #333;
	margin-bottom: 5px;
	font-size: 80%;
}
div.paging div.disabled {
	color: #ccc;
	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;
}
dl.currentrow {
	background: #ff3424;
}
dt {
	font-weight: bold;
	padding-left: 2px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

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

form div.button {
	clear: none;
}

label {
	display: block;
	/*font-size: 100%;*/
	padding-right: 20px;
}

label.inline {
	display: inline ;	
}

form input, form textarea {
	clear: both;
	display: block;
	font-size: 80%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 600px;
}

form input.inline {
	display:inline ;	
}

form div.submit input, form div.button input {
	width: 100px;
}

select {
	clear: both;
	/*font-size: 100%;*/
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	/*font-size: 100%;*/
	padding: 0 3px;
}

input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width:300px;
}

form div.checkbox label, form div.checkbox input {
	width:200px;
}

/*
input[type=submit], input[type=button] {
	display: inline;
	padding: 2px 2px;
	width: 100px;
	clear: left;
	float:left;
}*/

input[type=text], input[type=password], input[type=textarea] {
	background:#FFFEC4;
	width:300px;
}

input.search-param {
	width:250px;
	background:#FFFEC4;
}

fieldset.search-param {
	display:block ;
	clear:both;
	width:250px;
}
fieldset.search-param.w520 {
	width:520px;
}

#form-col-left {
	width:420px;
	float:left;
}

#form-col-right {
	width:420px;
	float:right;
	clear:none;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	/*font-size: 100%;*/
	font-size: 80%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
	font-size: 80%;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	/*font-size: 100%;*/
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 120%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	/*font-size: 100%;*/
	line-height: 120%;
	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: #3C3C3B;
	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: 120%;*/
	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: 100%;*/
	line-height: 120%;
	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;
}



/* Clases espec�ficas para el gestor de contenidos de DBLOOP */

/* Pagina de administracion */

#menu-admin {
	margin-top: 20px;
	margin-bottom: 20px;
}

#menu-admin li {
	list-style: none;
}

#menu-admin .menu-admin-icon {
	float:left;
}

#menu-admin .menu-admin-desc {
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:80px;
	height:64px;
}

/* Definicio per menu de navegacio */
#nav-menu {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* Definicio per clase image assignada a paragraph */
.image-assigned {
	border-color: red;
	border-width: 5px;
	border-style: solid;
}

.image-not-assigned {
	border-color: #eee;
	border-width: 5px;
	border-style: solid;
}

#images-to-gallery {
	width: 900px;
}

#images-to-gallery ul {
	list-style: none;
	list-style-type: none;
}

#images-to-gallery li {
	padding: 5px;
}

/* Clases genericas */
.hidden {
	display:none;
}

.infouser {
	font-size:75%;
}

.infosave {
	font-size:75%;
	clear:none;
	float:left;
	width: auto;
	margin:10px;
	padding: 5px;
	color: #990000;
	background: #f3f4f5;
	border: 1px solid #990000;
}
.cuenta_estadosedicion {
	display:inline ;
	font-size: 70% ;
	font-style: italic;
	padding-top: 0.5em ; padding-left: 1em ;
}

.cuadro_estadoedicion {
		margin: 0px;
		padding: 6px 8px 6px 8px;
}
