/* 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;
	font-family: Verdana, Arial, Sans-serif;
}
/* General Style Info */
body {
	background: #828F95 url(/img/margen.jpg) repeat-x;
	color: #fff;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	margin: 0;
}
a {
	background: transparent;
	color: #003d4c;
	text-decoration: none;
}
a:hover {
	background:#400080;
	color: #ffffff;
	text-decoration:none;
}
table tr td {
	border-right: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}

table tr.altrow td {
	background: #f4f4f4;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	background:#fff;
	color: #200060;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.3em;
}
h3 {
	color: #204;
	font-size: 165%;
	padding-bottom: 1em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	text-align: left;
}

#header{
	background: url('/img/header_bg.jpg');
	width: 1008 px;
	margin: 12px;
	height: 111px;
}
#header h1 {
	background: #003d4c url('../img/cake.icon.gif') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#contentframetable {
	border: 1px 1px 1px 1px;
	background: transparent;
}
#contentframetable tr, td {
	background: transparent;
	}
#contentframe {
	background: transparent url('/img/content_bg.jpg') no-repeat scroll 50% 0pt;
	padding: 12px 12px 0px 12px;
	margin: 0px;
}
#page-name {
	float: left;
	text-align: left;
	margin-top:4px;
	margin-left: 4px;
	color: #fff;
	font-weight: normal;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-size: 30px;
	width: 580px;
}
#searchbox {
	background: transparent;
	height: 86px;
	float:right;
}
#searchbox input {
	width: 240px;
	height: 22px;
	font-size: 11pt;
}
#searchbox div {
	padding: 0px 0px 0px 0px;
	margin: 4px 4px 4px 4px;
}
#searchbox div.submit {
	width: 100px;
	}
#searchbox input[type="submit"] {
	width: 100px;
	background: url(/img/tab.png);
	height: 30px;
	color: #83B1C0;
	font-size: 12pt;
	}

#content{
	background: #fff;
	width: 920px;
	clear: both;
	color: #333;
	padding: 20px 20px 40px 20px;
	overflow: auto;
	min-height: 380px;
}
#internalfooter {
	border: medium none;
	margin: 0px 0px 0px 12px;
	padding: 10px 10px 10px 10px;
	width: 940px;
	background: #DAE4E7;
	height: 20px;
	line-height: 1em;
	color: #000;
	text-align:right;
}
#internalfooter a {
	background: transparent;
	color: #000;
}
#footer {
	clear: both;
	border: medium none;
	padding: 6px 10px;
	text-align: right;
}

/* Tables */
/*table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}*/
table {
	border:0px;
	clear: both;
	color: #000;
	margin-bottom: 0px;
	/*width: 100%;*/
}
/*th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}*/
th {
	background: #f2f2f2;
	text-align: left;
	padding: 4px;
	border-bottom: 1px dotted #204;
}
/*th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}*/
th a {
	background: transparent;
	display: block;
	padding: 0px;
	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;
}*/
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 {
	text-align: center;
	width: 918px;
	border: 1px solid #000;
	padding-top: 4px;
	padding-bottom: 2px;
	background:#fff;
	color: #ccc;
	font-size: 11pt;
}
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: 20px;
	padding: 10px 10px 10px 10px;
	width: 900px;*/
	border: 1px solid #000;
}
fieldset {
	border: 0px;
/*	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;*/
}
fieldset legend {
	background:#fff;
	color: #200060;
	font-size: 160%;
	font-weight: bold;
}
/*
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}*/
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
/*	margin-left: 20px;*/
}
fieldset fieldset div {
	clear: left;
/*	margin: 0px;*/
}
form div {
	clear: both;
/*	margin-bottom: 0em;*/
	/*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: 0px;
	margin-left: 0px;*/
}
label {
	display: block;
	font-size: 12pt;
	padding-right: 20px;
}
*/
/*input, textarea {
	clear: both;
	display: block;
	font-size: 12px;
	padding: 2px;
	width: 100%;
}
*/
select {
	clear: both;
	font-size: 11pt;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 11pt;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	font-size: 11pt;
	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: #200060;
	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: #003d4c;
	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: 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: 11pt;
	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;
}


#navigation {
	font-size: 11pt;
	margin-bottom: 10px;
	min-height: 38px;
	padding-right: 12px;
	position: absolute;
	top: 85px;
	right: 10px;
}
#navigation ul{
	margin: 0pt auto;
	margin-left: 2em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
#navigation ul li {
	background: transparent url(/img/tab.png) repeat scroll left top;
	margin: 0px;
	}
#navigation li {
	float: left;
	list-style-type: none;
	position: relative;
}
#navigation ul li a {
	background: transparent url(/img/tab.png) repeat scroll right top;
	color: #83B1C0;
	display: block;
	margin-left: 3px;
	margin-right: -1px;
	text-decoration: none;
	padding: 10px 20px;
}
.comentario {
	background: #f8fff8;
	min-width: 600px;
	border: 1px;
	padding: 2px 2px 2px 2px;
}
.comentario a:hover {
	color: #003d4c;
}
.comentario_usuario {
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
}
.comentario_mensaje {
	text-align: left;
	font-size: 11pt;
	padding: 6px 6px 6px 6px;
}
.comentario_created {
	text-align: right;
	width: 100%;
	font-size: 10pt;
	font-style: italic;
}
.comentario_vetar {
	text-align: right;
	width: 100%;
	font-size: 11pt;
}
.comentario_vetar a {
	background: transparent;
}
#comentario tr:hover {
	background: #FFCC00;
}
.principal table {
	border: 1px solid #400080;
	background: #F8F0FF;
	font-size: 10pt;
	width: 440px;
	margin: 4px 4px 4px 4px;
}
.principal th {
	background: #400080 url(/img/principal_table_header.jpg);
	color: #FFFFFF;
	font-weight: strong;
	font-size: 12pt;
	text-align: left;
	padding: 4px 4px 4px 4px;
	height: 26px;
}
.principal td {
	padding: 4px 4px 4px 4px;
	border-bottom: 1px dotted #b6f;
}
.principal td:hover {
	border-bottom: 1px solid #204;
	background: #300060;
	color: #fff;
	font-weight: bold;
}
.principal td:hover a {
	color: #fff;
	}
.principal a:hover {
	background: #20040;
	color: #fff;
	display: block;
}
.principal a {
	background: transparent;
	display: block;
	color: #400080;
}
.movie {
	background: #F8F0FF;
	border: 1px solid #000;
	width: 920px;
}
.movie td {
	padding: 4px 4px 4px 4px;
	background: transparent;
}
.movie_data {
	width: 100%;
	vertical-align: top;
}
.movie_data_bottom {
	margin-top: 20px;
}
.movie tr:hover {
	background: #F0E0FF;
}

.subtitulo {
	background: #FFF8F0;
	border: 1px solid #FFCC00;
	width: 920px;
}
.subtitulo_data {
	width: 100%;
}

.subtitulo td {
	padding: 4px 4px 4px 4px;
	background: transparent;
	border-bottom: 1px dotted #FFCC00;
}

.subtitulo tr:hover {
	background: #FFF0E0;
}
.subtitulo tr {
}

.listado {
	background: #FFF8F0;
	border: 1px solid #FFCC00;
	width: 920px;
}
.listado th {
	padding: 4px 4px 4px 4px;
	background: #FFF8F0;
	border-bottom: 1px dotted #FFCC00;
}
.listado td {
	padding: 4px 4px 4px 4px;
	background: transparent;
	border-bottom: 1px dotted #FFCC00;
}
.listado tr:hover {
	background: #FFF0E0;
}
.listado a:hover {
	background: #FFE080;
	color: #000;
}
.remform {
	border-bottom: 1px dotted #666;
	width: 918px;
	padding: 10px 10px 10px 10px;
}
.remform_label {
	width: 300px;
	font-size: 12pt;
	font-weight: bold;
}
.remform label {
	font-size: 12px;
}
.remform_input {
	width: 600px;
}
.remform_input input {
	width: 400px;
}
.remform_input textarea {
	width: 595px;
}
.remform_help {
	color: #434;
	font-size: 10pt;
}
.formwrapper {
	border: 1px solid #000;
}
.formwrapper td:hover {
	background: #F8F8FF;
}
#actions {
	float: right;
	width: 200px;
	font-size: 10pt;
	border: 1px solid #200040;
}
#action_header {
	background: #200040;
	font-size: 11pt;
	font-weight: bold;
	color: #fff;
	padding: 2px 4px 2px 4px;
}
#action {
	padding: 2px 4px 2px 4px;
}
#action a:hover {
	display: block;
	background: #200040;
	color: #fff;
	font-weight: bold;
}
#actions div:hover {
	background: #200040;
	color: #fff;
}
#actions div:hover a {
	color: #fff;
	font-weight: bold;
}
#estrellas{
	border: 0px 0px 0px 0px;
}

#tdestrellas{
	border: 0px 0px 0px 0px;
}
.tdestrellas table {
	border: 0px;
	width: 200px;
	}
.tdestrellas td:hover {
	background: transparent;
	font-weight: normal;
}
.principal_voto td {
	padding: 0px 0px 0px 4px;
	color: #000;
}
.principal_voto td:hover {
	padding: 0px 0px 0px 4px;
	background: transparent;
	color: #000;
	font-weight: normal;
	border: 0px;
}
.principal_voto td:hover a {
	background: transparent;
	color: #200040;
	font-weight: normal;
	border: 0px;
}
.principal_voto tr:hover {
	border: 0px;
	font-weight: normal;
	background: transparent;
	color: #000;
}
.principal_voto table {
	border: 0px;
	width: 360px;
}
.usuario_ver table {
	border: 1px solid #000;
	padding: 4px;
	width: 500px;
	font-size: 11pt;
}
.avatar {
	width: 150px;
	height: 150px;
}
.usuario_ver_datos table {
	border: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.usuario_ver_datos td {
	padding: 2px;
}
.usuario_ver_datos_key {
	font-weight: bold;
	width: 140px;
}
.usuario_ver_datos_value {
}
.comentario_form table {
	margin-top: 4px;
	width: 920px;
}

.comentario_form textarea {
	width: 890px;
	font-size: 11pt;
	margin-bottom: 5px;
}
.comentario_form form {
	padding: 10px;
}
.comentarios table {
	width: 920px;
	border: 1px solid #204;
	padding: 4px;
	background: #f8fff8;
}
#loginbox table {
	position: absolute;
	top: 6px;
	right: 20px;
	font-size: 8pt;
	color: #fff;
}
#loginbox td {
	padding-right: 5px;
}
#loginbox input {
	width: 60px;
	font-size: 8pt;
	height: 14px;
}
#loginbox input[type="submit"] {
	height: 20px;
}
.horiz {
	text-align: center;
	width: 100%;
}
.horiz table {
	margin: 0 auto;
	border: 0px;
}
.horiz td {
	text-align: center;
	margin: 0 auto;
	width: 110px;
	height: 150px;
	padding: 3px 3px 3px 3px;
	vertical-align: middle;
}
.horiz td:hover {
	background: #F8F0FF;
}
.horiz td.horiz_nav:hover {
	background: transparent;
	color: #000;
}
.horiz td.horiz_nav:hover a {
	background: transparent;
	color: #000;
}
.horiz td.horiz_nav {
	min-width: 40px;
	width: 40px;
	height: 150px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
	margin: 0 auto;
	vertical-align: middle;
}
.logo {
	position:absolute; left: 20px; top: 10px; max-width: 200px; max-height: 200px;
}
.logo a:hover {
	background: transparent;
}
.counter img {
	width: 1px;
	height: 1px;
}
