/* SVN FILE: $Id: cake.generic.css 6311 2008-01-02 06:33:52Z phpnut $ */
/**
 *
 * 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: 6311 $
 * @modifiedby		$LastChangedBy: phpnut $
 * @lastmodified	$Date: 2008-01-02 00:33:52 -0600 (Wed, 02 Jan 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
margin:0;
padding:0;
}

img {
	border-color: #fff;
}

/* General Style Info */
body {
	padding-top: 20px;
	background: url('/img/fondopagina.png');
	color: #4d4d4d;
	font-family: tahoma,verdana,helvetica,arial,sans-serif;
	font-size:12px;
	margin: 0;
}
a {
	background-color: inherit;
	color: #ed2c21;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	background-color: inherit;
	color: #ed2c21;
	text-decoration:none;
}
a:visited {
	color: #ed2c21;
}
h1 {
	
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	
	font-family:Tahoma,'lucida grande',helvetica, arial, sans-serif;
	font-size: 14px;
	padding-bottom: 5px;
}
h3 {
	font-family:Tahoma,'lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
	color: #000;
}
h4 {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.clr {
	clear: both;
}

div.center {
  		text-align: center;
}
div#wrapper {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        width: 918px;
          
}
div#header{
	    width: 918px;
        height: 114px;
 		float: left;       
}
div#cabizda {
	float: left;
	width: 10px;
	height: 113px;
	background: url('/img/cabeceraesquinaizda.png') no-repeat left top;
}
div#cabdha {
	float: right;
	width: 10px;
	height: 113px;
	
}
div#fondocabecera {
	float: left
	width: 908px;
	height: 113px;
	background: url('/img/fondocabecera.png') repeat-x;
}
div#logo {
		float: left;
		width: 700px;
		padding-top: 20px;
		padding-left: 30px;
		height: 93px;
		
}
div#idiomas {
		float: right;
		width: 150px;
		padding-top: 10px;
		height: 100px;
		padding-right: 30px;
		text-align: left;
}
#header h1 {
	color: #ed9d22;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 4px;
}

#header a {
	font-size: 9px;
	text-decoration:none;
	color: #fff;
	
}

#header a:hover {
	font-size: 9px;
	text-decoration: underline;
	color: #fff;
}

div#bodyc {
		width: 918px;
		background: #fff;
		text-align: left;
}

#footer {
	clear: both;
	background: url('/img/pieizda.png') top left no-repeat;
	float: left;
	height: 50px;
	width: 918px;
}

#footercontenido {
	background: url('/img/piecentro.png') repeat-x top;
	height: 50px;
	width: 912px;
	text-align: center;
	color: #000;
	padding-top: 15px;
	font-size: 11px;
	margin-left: 6px;
	float: left;
}

div#menutop {
	margin: 0; 
	position:relative; 
	width:918px; 
	height:15px; 
	z-index:100; 
	background: #ed9d22;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width:918px; height:16px; position:relative; z-index:100; background:#ed9d22;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:919px; w\idth:918px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:110px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:110px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:10px;text-decoration:none; color:#aa0000; width:100px; height:16px; background:#ed9d22; padding-left:10px; line-height:16px; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:110px; w\idth:99px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#ed9d22 no-repeat 91px center; }
/* style the second level hover */
.menu ul ul a.drop:hover{background:#fff;}
.menu ul ul :hover > a.drop {background:#ed9d22;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#ed9d22;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#fff;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:16px;left:0; width:110px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:13px;t\op:14px;}

/* position the third level flyout menu */
.menu ul ul ul{left:110px; top:-1px; width:110px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-110px; }

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#ed9d22; color:#aa0000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:1px 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:111px;w\idth:89px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#aa0000;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; background: #aa0000;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

div#logout {
	float: right;
	width: 316px;
	height: 16px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #ed9d22;
	text-align: right;
}

.blkdcha {
	background: url('/img/hdr_bg.jpg') repeat-x top #44433f;
	width: 189px; 
	padding-top: 15px; 
	padding-left: 15px; 
	padding-right: 10px; 
	padding-bottom: 15px;
	margin-bottom: 5px;
	margin-left: 2px;
	color: #fff;
	
}

.blkizda1 {
	background: url('/img/topblk1.png') no-repeat top right #edefeb;
	padding-left: 20px;
	width: 155px; 
	margin-left: 10px;
	color: #4d4d4d; 
	height: 140px;
	line-height: 1.5em;
	padding-top: 15px;
	padding-bottom: 20px;
}

.blkizda2 {
	background: url('/img/topblk1.png') no-repeat top right #edefeb;
	width: 155px; 
	padding-left: 20px;
	margin-left: 15px;
	color: #4d4d4d;
	height: 140px;
	line-height: 1.5em;
	padding-top: 15px;
	padding-bottom: 20px;
}
.blkdcha3 {
	background: url('/img/topblk3.png') no-repeat top right #edefeb;
	width: 275px; 
	padding-left: 20px;
	margin-left: 15px;
	color: #4d4d4d;
	height: 145px;
	line-height: 1.5em;
	padding-top: 15px;
	padding-bottom: 15px;
}

.blkizda3 {
	background: url('/img/topblk3.png') no-repeat top right #edefeb;
	width: 106px; 
	margin-left: 15px;
	padding-left: 20px;
	color: #4d4d4d;
	height: 140px; 
	padding-top: 15px;
	padding-bottom: 20px;
	line-height: 1.5em;
}

.textorojo {
 color: #9d0116;
 font-weight: bold;
}

div#blknoticias {
	background: #edefeb;
	padding: 0px 10px 0px 10px;
	float: right;
	height: 145px;
	width: 260px;
}

div#imagendinamica {
	float: left;
	text-align: center;
}

div#login {
	 width: 200px;
	 background: url('/img/fondologin.png') repeat-x;
	 padding-top: 4px;
}

.formintranet {
	 width: 500px;
	 background: url('/img/fondologin.png') repeat-x;
	 padding-top: 4px;
	 text-align: left;
	 
}


#admin {
	padding:10px;
	text-align:left;
	clear:both;
}

/* standard list style table */
table.adminlist {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
    width: 100%;
    border-collapse: collapse;
}

table.adminlist th {
    margin: 0px;
    padding: 6px 4px 2px 4px;
    height: 25px;
    background-repeat: repeat;
    font-size: 11px;
    color: #000;
}
table.adminlist th.title {
    text-align: left;
}

table.adminlist th a:link, table.adminlist th a:visited {
    color: #c64934;
    text-decoration: none;
}

table.adminlist th a:hover {
    text-decoration: underline;
}

table.adminlist tr.row0 {
    background-color: #F9F9F9;
}
table.adminlist tr.row1 {
    background-color: #FFF;
}
table.adminlist td {
    border-bottom: 1px solid #e5e5e5;
    padding: 4px;
    vertical-align: top;
}
table.adminlist tr.row0:hover {
    background-color: #f1f1f1;
}

table.adminlist tr.row1:hover {
    background-color: #f1f1f1;
}
table.adminlist td.options {
    background-color: #ffffff;
    font-size: 8px;
}

table.adminform {
    background: #fff;
    width: 100%;
}

table.adminform tr.row0 {
    background-color: #f9f9f9;
}
table.adminform tr.row1 {
    background-color: #eeeeee;
}

table.adminform td {
    padding: 5px;
    text-align: left;
}
table.adminform td.editor {
    font-size: 9px;
}
          
/* standard list style table */
table.galeria {
    background-color: #FFFFFF;
    margin: 0px;
    padding: 10px;
    border-spacing: 2px;
    padding-top: 5px;
    width: 670px;
    
        
}
table.galeria td {
    padding: 5px;
    width: 120px;
    height: 102px;
    text-align: left;
    border: 1px solid #fff;
}
          
           
                                       
.textonaranja {
	color: #ed9d22;
	text-decoration: none;
}
		
/* Layout */
#container {
	text-align: left;
}

#header h1 a {
	color: #ffffff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #ed2c21;
	background: #003d4c;
	text-decoration: underline;
}
#content{
	background-color: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}





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

/* Paging */
div.paging {
	color: #ccc;
	margin: 5px;
	
}
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;
	padding: 0;
	width: 100%;
}

fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 100%;
	font-weight: normal;
	margin-left: 20px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 2px;
	vertical-align: text-top;
}
form div.input {
	color: #444;
	
}
form div.required {
	color: #9999;
	
}
form div.submit {

	clear: both;
	margin-top: 10px;
	text-align: left;
	border: 0;
}

label {
	display: block;
	font-size: 80%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 9px;
	font-family: "tahoma", "lucida grande", "verdana", sans-serif;
	padding: 1px;
	border: 1px solid #000;
}
select {
	clear: both;
	font-size: 80%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 80%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	background: #f4f4f4;
	display: inline;
	font-size: 10px;
	padding: 2px;
	width: auto;
	vertical-align: bottom;
	border: 1px solid #000;
	
}
input[type=hidden] {
	border: 0;
}

input[type=image] {
	border: 0;
}

/* 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;
}
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-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: 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 {
	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: #000000;
	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: #FFFF00;
	padding: 4px;
}


        
        
