/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Globales                             */
/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, sans-serif;
	background: #E5E5E5;  
  color: #666;
}

p,li {
  font-size: 13px;
  line-height: 1.6em;

}
p strong {
	color: #F68F2B;
}
a {
  text-decoration: none;
  font-weight: bold;
	color: #0B333C;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 30px;
	color: #999;
	margin-bottom: 20px;
}
ul {
  list-style: none;
}
img {
  border: 0;
}
iframe#iframe_comments {
  width: 620px;
  height: 850px;
  border: 0;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   clases comunes                          */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

div.clear {
  clear:both;
  display:block;
  height:0px;
  margin:0; padding:0;
  overflow:hidden;
  font-size:0px;
}
p.link a {
	float: left;
	display: block;
	color: #2F7CA8;
	font-weight: bold;
	padding: 4px 0 6px 25px;
	background: url(../images/link_arrow.gif) no-repeat left 7px;
	margin-top: 10px;
}
input.input_text {
  border: 1px solid #ccc;
  padding: 2px 5px;
  font-family: "Trebuchet MS", Verdana;
}
ul.list {
	margin-top: 0.4em;
}
ul.list ul {
	margin-top: 10px;
}
ul.list li {
	padding: 2px 0 2px 20px;
	background: url(../images/list_li_bullet.gif) no-repeat left 3px;
	font-weight: bold;
	color: #666;
}
h4.list_header {
	font-size: 14px;
	margin: 20px 0 5px 0;
	color: #333;
}
div.column_half_left,
div.column_half_right {
	width: 40%;
	float: left;
}
div.column_half_left {
	margin-right: 60px;
}
div.column_small {
	width: 25%;
	margin-right: 50px;
	float: left;
}
div.column_big {
	width: 65%;
	float: left;
}
.noMargin {
	margin: 0;
}
.marginTop {
	margin-top: 1em;
}
.marginBottom {
	margin-bottom: 1em;
}
.floatLeft {
	float: left;
	margin-left: 20px;
}
.errors_on_page {
	display: none;
}
div.error {
	padding: 4px 20px;
	margin: 5px 0;
	background: url(images/admin/warning.gif) no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   partes                   																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div#header {
	height: 80px;
	background: url(images/admin/header_bg.gif) no-repeat;
	position: relative;
}
div#container {
	padding: 15px;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   header partes                   																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div#brand_name {
	position: absolute;
	left: 300px;
	top: 45px;
}
div#brand_name h1 {
	color: #A2A6AA;
	font-size: 24px;
}
div#user_nav {
	position: absolute;
	top: 45px;
	right: 30px;
}
div#user_nav p,
div#user_nav a {
	color: #fff;
}

/** AJAX */
span.ajax_msg {
  font-size: 9px;
  font-weight: bold;
  padding: 5px 0 5px 20px;
  margin-left: 5px;
  background: url(../img/ajax_loader_1.gif) no-repeat 0 50%;
}
.saving_ajax {
	display:none;
	text-align: center;
	background: url(../img/ajax_big.gif) no-repeat center 50%;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.saving_ajax p {
	width: 100px;
	height: 70px;
	padding: 55% 0 0 0;
	margin: auto auto;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
div.saving {
	width: 100%;
	height: 100%;
	background: url(../img/ajax_loader_2.gif) no-repeat center 80%;
	text-align: center;
}
div.saving p {
	text-align: center;
	padding: 3em 0;
	font-size: 20px;
	font-weight: bold;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Navegación principal                           */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

div#navmain {
  font-family: "Trebuchet MS", sans-serif;
  clear: both;
  height: 30px;
  text-align: center;
	background: #000 url(images/admin/navmain_bg.gif) repeat-x;
}
ul#nav {
  height: 30px;
  width: auto;
  float: left;
	padding: 0 20px;
}
ul#nav li {
  float: left;
  position: relative;
  height: 35px;
  z-index: 39;
}
ul#nav li a {
  display: block;
  padding: 7px 15px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  height: 16px;
}
ul#nav li ul {
  position: absolute;
  top: 36px;
  left: 0;
  width: 200px;
  display: none;
  background: #fff url(images/admin/navmain_menu_bg.gif) repeat-x bottom;
}
html>body ul#nav li ul {
	top: 30px;
}
ul#nav li ul li {
  display: block;
  clear: both;
  width: 200px;
  text-align: left;
  overflow: hidden;
	border-bottom: 1px solid #eee;
}
ul#nav li ul li a {
  background: none;
  display: block;
  width: 200px;
	padding: 7px 15px;
  clear: both;
  text-transform: none;
	font-size: 14px;
	color: #2C2C2C;
}

ul#nav li:hover ul, ul#nav li.over ul {
  display:block;
  width: 200px;
  z-index: 4000;
}
ul#nav li:hover ul li:hover, 
ul#nav li.over ul li.over {
  background: url(images/admin/navmain_bg_over.gif) repeat-x;
}
ul#nav li:hover ul li:hover a, 
ul#nav li.over ul li.over a {
  background: url(images/admin/navmain_bg_over.gif) repeat-x;
	color: #fff;
}
ul#nav li:hover a, 
ul#nav li.over a {
  background: url(images/admin/navmain_bg_over.gif) repeat-x;
}
ul#nav li:hover ul li a, 
ul#nav li.over ul li a {
  background: none;
}
ul#nav li:hover ul li a:hover, 
ul#nav li.over ul li a:hover {
  text-decoration: none;
	color: #fff;
	background: url(images/admin/navmain_bg_over.gif) repeat-x;
  
}
ul#nav a:hover {
  text-decoration: none;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Content Header                   																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div#content_header {
	background: url(images/admin/content_header_bg.gif) repeat-x;
	height: 64px;
	padding-left: 35px;
}
div#content_header h1,
div#content_header ul {
	float: left;
	margin-right: 40px;
	padding-top: 18px;
}
div#content_header h1 {
	color: #DAE6F4;
	font-size: 24px;
}
ul.buttons_actions li,
ul.buttons_nav li,
ul.buttons_boxes li  {
	float: left;
	margin-right: 5px	;
}
ul.buttons_boxes li {
	margin-right: 10px;
}
ul.buttons_nav li.last,
ul.buttons_boxes li.last {
	margin-right: 0;
}
ul.buttons_actions li a,
ul.buttons_nav li a,
ul.buttons_nav li a {
	float: left;
	display: block;
}
ul.buttons_actions li.save {
	background: url(images/admin/button_save_l.gif) no-repeat left top;
}
ul.buttons_actions li.save a {
	background: url(images/admin/button_save_r.gif) no-repeat right top;
	padding: 3px 10px 4px 32px;
	color: #BBE1D9;
}
ul.buttons_actions li.cancel {
	background: url(images/admin/button_cancel_l.gif) no-repeat left top;
}
ul.buttons_actions li.cancel a {
	background: url(images/admin/button_cancel_r.gif) no-repeat right top;
	padding: 3px 10px 4px 32px;
	color: #DEBEC2;
}
ul.buttons_nav li a {
	color: #DAE6F4;
	padding: 3px 10px 4px 28px;
}
ul.buttons_nav li.new a {
	background: url(images/admin/button_new.gif) no-repeat left top;
}
ul.buttons_nav li.del a {
	background: url(images/admin/button_del.gif) no-repeat left top;
}
ul.buttons_nav li.list a {
	background: url(images/admin/button_list.gif) no-repeat left top;
}
ul.buttons_boxes {
	margin-top: 10px;
}
ul.buttons_boxes li a {
	color: #fff;
}
ul.buttons_boxes li.button_asset_del {
	background: url(images/admin/button_asset_del_l.gif) no-repeat left top;
}
ul.buttons_boxes li.button_asset_del a {
	background: url(images/admin/button_asset_del_r.gif) no-repeat right top;
	padding: 4px 10px 6px 27px;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   boxes                   																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.box_a_top_cont {
	background: url(images/admin/box_a_top_left.gif) no-repeat left top;
	margin-bottom: 20px;
}
div.box_a_top {
	background: url(images/admin/box_a_top_right.gif) no-repeat right top;
	padding: 17px 10px 10px 10px;
}
div.box_a_bottom_cont {
	background: url(images/admin/box_a_bottom_left.gif) no-repeat left bottom;
}
div.box_a_bottom {
	background: url(images/admin/box_a_bottom_right.gif) no-repeat right bottom;
	height: 14px;
}
div.box_content {
	padding: 0 20px;
}
div.box_space {
	height: 50px;
}
/** tamaños */
div.b_20 { width: 20%; }
div.b_30 { width: 30%; }
div.b_35 { width: 35%; }
div.b_40 { width: 40%; }
div.b_50 { width: 50%; }
div.b_60 { width: 60%; }
div.b_70 { width: 70%; }
div.b_80 { width: 80%; }

/** Fotos */
div.asset_thm {
	float: left;
	width: 74px;
	margin-right: 10px;
}
div.asset_thm img {
	border: 4px solid #ccc;
}
div.asset_content {
	float: left;
}
div.asset_container {
	margin-top: 15px;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Tabla                         */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

div.table {
	padding: 3px;
}
div.table table {
	width: 100%;
}
div.table table th {
	background: url(images/admin/table_th.gif) repeat-x;
	padding: 8px 10px;
	font-size: 14px;
	text-align: left;
}
div.table table th,
div.table table th a {
	color: #eee;
}
div.table table td {
	font-size: 14px;
	padding: 10px 10px;
}
div.table tr.odd td {
	background-color: #E9E9E9;
}
div.table td.icon a {
	display: block;
	width: 22px;
	height: 23px;
}
div.table td.small,
div.table td.icon {
	width: 30px;
}
/*
div.table td.med {
	width: 250px;
}

div.table td.grb {
		width: 400px;
}
*/
div.table td a.icon_edit {
	background: url(images/admin/list_ico_edit.gif) no-repeat;
}
div.table td a.icon_preview {
	background: url(images/admin/list_ico_preview.gif) no-repeat;
}
div.table td a.icon_delete {
	background: url(images/admin/list_ico_del.gif) no-repeat;
}


/** Listado de secciones */
div#list_sections {
}
div#list_sections ul {
	padding-left: 20px;
	margin-bottom: 5px; 
}
div#list_sections ul li {
	padding-left: 20px;
	padding: 5px 0;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
div#list_sections ul li img {
	margin-right: 5px;
}
div#list_sections ul li ul li{
	border-bottom: none;
	padding-bottom: 0;
}
div#list_sections ul li ul li a {
	font-weight: normal;
}
div#list_sections ul li ul li ul li {
	font-size: 11px;
}
div#list_sections li span {
	padding-left: 20px;
}
div#list_sections span {
	width: 400px;
}
div#list_sections li span.options {
	padding-left: 20px;
	width: 100px;
}
div#list_sections li span a{
	font-size: 10px;
	padding-right: 10px;
	font-weight: normal;
	color: #999;
}
div#list_sections li span a:hover {
	color: #333;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   tabs                   																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
ul.tabs {
	padding-left: 10px;
	height: 1px;
}
ul.tabs li {
	float: left;
	margin-right: 10px;
	height: 1px;
}
html>body ul.tabs,
html>body ul.tabs li,
html>body ul.tabs li a{
	height: 31px;
}
ul.tabs li a {
	display: block;
	float: left;
	background: url(images/admin/tab_active_right.gif) no-repeat right top;
	height: 1px;
	cursor: pointer;
	text-decoration: none;
}
ul.tabs li.active {
	background: url(images/admin/tab_active_left.gif) no-repeat left top;
}
ul.tabs li.active a {
	background: url(images/admin/tab_active_right.gif) no-repeat right top;
	padding: 5px 10px;
}
ul.tabs li.inactive {
	background: url(images/admin/tab_inactive_left.gif) no-repeat left top;
}
ul.tabs li.inactive a {
	background: url(images/admin/tab_inactive_right.gif) no-repeat right top;
	padding: 8px 10px 5px 10px;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   formularios                   																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
input.text,
textarea.text,
textarea.dictionary {
	background: #fff url(images/admin/input_text_bg.gif) repeat-x top;
	border: 1px solid #ccc;
	padding: 0.2em 0.5em;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size: 13px;
}
input.text:focus,
textarea.text:focus {
	background: none;
}

input.med {
	width: 85%;
}

input.just,
textarea.just {
	width: 95%;
}
input.big {
	font-size: 14px;
}
select option {
	padding: 2px 5px;
	background: #eee;
}
h4.label {
	font-size:14px;
	padding-top:10px;
	}
p.label {
	margin-top: 1em;
	font-weight: bold;
	position: relative;
}
p.label span { /* Idiomas */
	cursor: pointer;
	font-size: 11px;
	margin-left: 20px;
	color: #999;
}
p.label span.active {
	color: #000;
}
label.checkbox {
	font-size: 12px;
	position: relative;
}
textarea.dictionary {
	width: 95%;
	height: 60px;
	background
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Moderación                 																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.moderation_box {
	padding: 10px;
	margin-bottom: 20px;
}
div.moderation_status_0 {
	background-color: #FFCDCD;
}
div.moderation_status_0 p {
	color: #660000;
}
div.moderation_status_1 {
	background-color: #B3D1B3;
}
div.moderation_status_1 {
	color: #003300;
}

li.button_mod_0 a,
li.button_mod_1 a,
li.button_del a {
	padding: 3px 10px 4px 32px;
	color: #fff;
}
li.button_mod_0 {
	background: url(images/admin/button_mod_r.gif) no-repeat right top;
}
li.button_mod_0 a {
	background: url(images/admin/button_mod_0.gif) no-repeat left top;
}
li.button_mod_1 {
	background: url(images/admin/button_mod_r.gif) no-repeat right top;
}
li.button_mod_1 a {
	background: url(images/admin/button_mod_1.gif) no-repeat left top;
}
li.button_del {
	background: url(images/admin/button_mod_r.gif) no-repeat right top;
}
li.button_del a {
	background: url(images/admin/button_mod_del.gif) no-repeat left top;
}
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Librerias                 																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/** Scriptaculous sortable */
ul.sortable { 
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.sortable li {
	cursor:move;
	margin-top: 10px;
}
div.dropmarker {
	height:6px;
	margin-top:-3px;
	margin-left:-5px;
	z-index:1000;
	overflow: hidden;
}

/** Navegacion de archivos */
div#nav_pages {
background-color:#FFFFFF;
border:1px solid #DDDDDD;
}
div#nav_pages ul {
clear:both;
margin:5px 0pt;
padding-left:10px;
}
div#nav_pages h4 {
margin-top:5px;
}
div#nav_pages h4 span {
background:#DDDDDD url(images/admin/admin_folder.gif) no-repeat scroll 5px 2px;
border-bottom:1px solid #CCCCCC;
border-top:1px solid #CCCCCC;
cursor:pointer;
display:block;
margin-bottom:5px;
padding:5px 5px 5px 30px;
}
div#nav_pages li {
list-style-type:none;
}
div#nav_pages li.file {
background:transparent url(images/admin/admin_file.gif) no-repeat scroll 0%;
border-bottom:1px solid #DDDDDD;
cursor:pointer;
padding:1px 0pt 5px 20px;
}

/** Lightbox */
.lbClose, #lbClose {
	background:transparent url(images/admin/l_close.gif) no-repeat scroll left top;
	display:block;
	float:right;
	height:14px;
	position:absolute;
	right:10px;
	text-decoration:none;
	top:22px;
	width:14px;
	z-index:9001;
}
.lbClose:hover, #lbClose:hover {
	background:transparent url(images/admin/l_close_hover.gif) no-repeat scroll left top;
}

/** Cake */
.cake-stack-trace {
	background: #fff;
	padding: 10px;
	position: absolute;
	clear: both;
}
.cakeSqlLog {
	width: 80%;
	margin: 0 auto;
}
.cakeSqlLog th {
	font-size: 12px;
}
.cakeSqlLog td {
	font-size: 11px;
	color: #000;
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
}
