/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   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;
}
.marginTopBig {
	margin-top: 2em;
}
.marginBottom {
	margin-bottom: 1em;
}
.marginBottomLite {
	margin-bottom: .5em;
}
.marginTopLite {
	margin-top: .5em;
}


.floatLeft {
	float: left;
	margin-right: 30px;
}
.errors_on_page {
	display: none;
}
p.flash_message {
	background: #CFEAE4;
	border: 1px solid #BBD6D0;
	padding: 10px 20px;
	font-weight: bold;
	color: #0C9277;
	margin: 15px 0;
}
.error {
	color: #990000;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 5px 3px 25px;
	margin: 5px 0;
	background: url(images/admin/alert.gif) no-repeat;
}
div.error-message {
	padding: 4px 20px;
	margin: 5px 0;
	background: url(images/admin/warning.gif) no-repeat;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
ul.bullets {
	list-style: disc;
	margin-left: 1em;
}
p.add a {
  background: url(images/admin/add.gif) no-repeat;
  padding-left: 20px;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   partes                   																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div#header {
	height: 30px;
	background: #53575C url(images/admin/header_bg.gif) no-repeat;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
div#container {
	padding: 15px;
}

/** Cabecera fija */
div#header,
div#navmain,
div#content_header {
  position: fixed;
	width: 100%;
}
div#header {
  top: 0;
  z-index: 40;
}
div#navmain {
  top: 31px;
  z-index: 121;
}
div#content_header {
  top: 61px;
  z-index: 120;
}
html>body div#container {
  margin-top: 110px;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   header partes                   																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div#brand_name {
	position: absolute;
	left: 120px;
	top: 9px;
}
div#brand_name h1 {
	color: #A2A6AA;
	font-size: 24px;
}
div#user_nav {
	position: absolute;
	top: 5px;
	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;
}
div.float_locale {
  width: 40%;
  float: left;
  margin-right: 20px;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   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: 110;
}


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;
  z-index: 119;
}

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.png) repeat-x;
	height: 54px;
	padding-left: 35px;
}
div#content_header h1,
div#content_header ul {
	float: left;
	margin-right: 40px;
	padding-top: 12px;
}
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_actions li.preview {
	background: url(images/admin/button_prev_l.gif) no-repeat left top;
}
ul.buttons_actions li.preview a {
	background: url(images/admin/button_prev_r.gif) no-repeat right top;
	padding: 3px 10px 4px 32px;
	color: #BCBFE9;
}
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;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Botones interiores                   																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
p.button_add_1,
p.button_add_2 {
  margin-top: 1em;
}
p.button_add_1,
p.button_add_2,
p.button_add_1 a,
p.button_add_2 a {
  height: 24px;
  display: block;
  float: left;
}
p.button_add_1 a,
p.button_add_2 a {
  padding: 0 10px 0 25px;
  text-decoration: none;
  font-size: 12px;
  line-height: 2em;
}
p.button_add_1 {
  background: url(images/admin/add_1_l.png) no-repeat;
}
p.button_add_1 a {
  background: url(images/admin/add_1_r.png) no-repeat right;
  color: #fff;
}
p.button_add_2 {
  background: url(images/admin/add_2_l.png) no-repeat;
}
p.button_add_2 a {
  background: url(images/admin/add_2_r.png) no-repeat right;
}
a.del {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  background: url(images/admin/button_del_2.png) no-repeat;
}
p.del_tab {
  background: url(images/admin/del_tab_l.gif) no-repeat;
  float: right;
  height: 23px;
  padding-left: 25px;
}
p.del_tab a {
  background: url(images/admin/del_tab_r.gif) no-repeat right;
  display: block;
  font-size: 11px;
  height: 23px;
  padding-right: 10px;
}
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   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;
}

div.content_iframe {
  background: #fff;
}
/** 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%; }
div.b_90 { width: 90%; }
div.b_100 { width: 100%; }
/** Fotos */
div.asset_thm {
	float: left;
	width: 74px;
	margin-right: 10px;
}
div.asset_thm img {
	border: 4px solid #ccc;
}

div.asset_container {
	margin-top: 15px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	border-bottom: 2px solid #ddd;
	border-right: 2px solid #ddd;
	background: #eee;
}
div.asset_container p {
  position: relative;
}
/** Assets */
p.file_icon a {
	font-size: 12px;
	padding: 0px 0 10px 35px;
	display: block;
	float: left;
}
p.file_icon a.pdf {
	background: url(images/admin/file_pdf.gif) no-repeat 0 3px;
}
p.file_icon a.doc {
	background: url(images/admin/file_doc.gif) no-repeat 0 3px;
}
p.file_icon a.ppt {
	background: url(images/admin/file_ppt.gif) no-repeat 0 3px;
}

/** Buscar */
div.search {
	padding-top: 10px;
}
div.search label {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	margin-right: 5px;
}
div.search input {
	border: none;
	padding: 2px 10px;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Tablas                        */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

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.med {
	width: 20%;
}

div.table td.gr {
	width: 40%;
}

div.table td.grb {
	width: 60%;
}
div.table td.small {
  font-size: 11px;
}
div.table td.small,
div.table td.icon {
	width: 30px;
}
a.icon_edit {
	background: url(images/admin/list_ico_edit.gif) no-repeat;
}
a.icon_preview {
	background: url(images/admin/list_ico_preview.gif) no-repeat;
}
a.icon_delete {
	background: url(images/admin/list_ico_del.gif) no-repeat;
}

/** Infos */
div.table_info table {
	margin: 20px 0;
}
div.table_info table td,
div.table_info table th {
	font-size: 12px;
	padding: 3px 10px;
	border-bottom: 1px solid #ccc;
}
h4.header_h4 {
	background: #BBBBBB;
	color: #fff;
	font-size: 14px;
	padding: 3px 5px;
}



/** Listado de secciones */
div#list_sections {
  margin-top: 2.5em;
}
div#list_sections ul {
	padding-left: 20px;
	margin-bottom: 5px; 
}
div#list_sections ul.nicemenu_ul {
  padding-left: 0;
  margin-bottom: 0;
}

div#list_sections ul li.big {
  font-size: 16px;
}

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: 12px;
	padding-right: 10px;
	font-weight: normal;
	color: #999;
}
div#list_sections li span a:hover {
	color: #333;
}
div#list_sections li span.testings_link {
  font-size: 11px;
  background: url(images/admin/test_icon.gif) no-repeat;
  padding-left: 13px;
  margin-left: 5px;
}
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   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;
}
div.asset_container textarea.text {
  height: 60px;
}
input.just,
textarea.just {
	width: 95%;
}
input.big {
	font-size: 18px;
}
input.big_lite {
  font-size: 14px;
  font-weight: bold;
}
input.superbig {
	font-size: 24px;
}
select option {
	padding: 2px 5px;
	background: #eee;
}
p.label {
	margin-top: 1em;
	font-weight: bold;
	position: relative;
	line-height: 1.2em;
}

p.label span { /* Idiomas */
	cursor: pointer;
	font-size: 11px;
	margin-left: 20px;
	color: #999;
}
p.label span.active {
	color: #000;
}
p.label_big {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding: 0px 10px;
	background: #3A74C1;
}
label.checkbox {
	font-size: 12px;
}
textarea.dictionary,
p.dictionary {
	width: 95%;
	height: 60px;
}
p.dictionary {
	border: 1px solid #eee;
	background: #fff;
	padding: 10px;
}
h3.chapter {
  font-size: 16px;
  border-bottom: 2px solid #ccc;
}
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   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;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Usuarios                 																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

div.user_data_main {
	margin-top: 20px;
}
p.confirmed,
p.no_confirmed {
	text-transform: uppercase;
	font-size: 12px;
	margin: 10px 0;
}
p.confirmed {
	color: #0C9277;
}
p.no_confirmed {
	color: #8A1927;
}

div.page {
	background: #fff;
	padding: 20px;
	margin: 20px;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Tests                 																				*/
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.question {
  border: 1px solid #ccc;
  background: #eee;
  padding: 0 1em 1em 1em;
  margin-top: 1em;
}
div.question p.label {
  margin-top: 0;
}
div.question textarea {
  font-size: 16px;
}
div.question textarea:focus,
div.question input:focus {
  background: #fff;
}
div.answers {
  padding-left: 2em;
  margin-top: 1em;
}
div.question_photo {
  width: 150px;
}
div.question_photo input.file {
  width: 10px;
}

p.test_result_0,
p.test_result_1 {
  display: block;
  padding: 0 0 0 25px;
  font-weight: bold;
  margin-bottom: .3em;
  font-size: 12px;
}
p.test_result_0 {
  background: url(images/message_warning.gif) no-repeat;
  color: #990000;
}
p.test_result_1 {
  background: url(images/message_success.gif) no-repeat;
  color: #0C9277;
}

/** Control Modal del Livepipe */
#control_overlay {
			background-color:#000;
		}

		.modal {
			background-color:#fff;
			padding:10px;
			border:1px solid #333;
		}

		.tooltip {
			border:1px solid #000;
			background-color:#fff;
			height:25px;
			width:200px;
			font-family:"Lucida Grande",Verdana;
			font-size:10px;
			color:#333;
		}

		.simple_window {
			width:250px;
			height:50px;
			border:1px solid #000;
			background-color:#fff;
			padding:10px;
			text-align:left;
			font-family:"Lucida Grande",Verdana;
			font-size:12px;
			color:#333;
		}

		.window {
			background-image:url("/stylesheets/window_background.png");
			background-position:top left;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			padding:10px;
			font-family:"Lucida Grande",Verdana;
			font-size:13px;
			font-weight:bold;
			color:#fff;
			text-align:center;
			min-width:150px;
			min-height:100px;
		}

		.window .window_contents {
			margin-top:10px;
			width:100%;
			height:100%;	
		}

		.window .window_header {
			text-align:center;
		}

		.window .window_title {
			margin-top:-7px;
			margin-bottom:7px;
			font-size:11px;
			cursor:move;
		}

		.window .window_close {
			display:block;
			position:absolute;
			top:4px;
			left:5px;
			height:13px;
			width:13px;
			background-image:url("/stylesheets/window_close.gif");
			cursor:pointer;
		    cursor:hand;
		}




/** Este codigo es para ver bonitos los errores del CAKE */

/** Cake */

.cake-stack-trace,
.cake-debug {
	background: #000;
	padding: 40px;
	clear: both;
	z-index: 4000;
	text-align: left;
	border: 2px solid #ccc;
	color: #fff;
	margin: 0 20px;
}
.cake-debug {
	z-index: 5000;
	margin-bottom: 20px;
	padding: 10px;
}
.cake-stack-trace a {
	text-decoration: underline;
}
.cake-stack-trace a:hover {
	color: #fff;
}
.cake-sql-log {
	width: 80%;
	margin: 0 auto;
}
.cake-sql-log th {
	font-size: 12px;
}
.cake-sql-log td {
	font-size: 11px;
	color: #000;
	border: 1px solid #ccc;
	padding: 4px;
	background: #fff;
	text-align: left;
}

.nicemenu { margin:0 auto; margin-top:10px; border-bottom:dotted 1px #E5E5E5; }
.nicemenu a { color:#0066CC; text-decoration:none; }
.nicemenu a:hover { text-decoration:underline; }	
.nicemenu li { display:inline; position:relative; }
.nicemenu li span { position:relative; padding:4px 4px 4px 6px;  border-bottom:none; line-height:18px; }	
.nicemenu li span a { font-weight:bold; padding:0 6px 0px 2px;  }	
.nicemenu li span.over { padding:4px 3px 4px 5px;  border-top:solid 1px #E5E5E5; border-left:solid 1px #E5E5E5;  border-right:solid 1px #999999; border-bottom:solid 1px #fff;  }
*+html .nicemenu li span.over {  border-top:solid 2px #E5E5E5; padding-bottom:3px; } /* IE6 */
.nicemenu li span.over a { }
.nicemenu li span.over a:hover { text-decoration:none; }
.nicemenu li span.active { padding:4px 3px 4px 5px;  border-top:solid 1px #E5E5E5; border-left:solid 1px #E5E5E5;  border-right:solid 1px #999999; border-bottom:solid 1px #fff;  }
*+html .nicemenu li span.active {  border-top:solid 2px #E5E5E5; padding-bottom:3px; }
.nicemenu li span.active a { }
.nicemenu li span.active a:hover { text-decoration:none; }	
.nicemenu img.arrow { /*margin-left:4px;*/ cursor:pointer; }
.nicemenu div.sub_menu { display:none; position:absolute; left:0; top:0px; margin-top:18px; border-top:solid 1px #E5E5E5; border-left:solid 1px #E5E5E5; border-right:solid 1px #999999; border-bottom:solid 1px #999999; padding:4px; top:2px; width:160px; background:#FFFFFF; }
* html .nicemenu div.sub_menu { margin-top:23px; } /* IE6 */
*+html .nicemenu div.sub_menu { margin-top:23px; } /* IE7 */
.nicemenu div.sub_menu a:link, 
.nicemenu div.sub_menu a:visited, 
.nicemenu div.sub_menu a:hover{ display:block; font-size:11px; padding:4px;}	
.nicemenu a.item_line { border-top:solid 1px #E5E5E5; padding-top:2px !important; margin-top:1px; }


/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width:600px;
	height:500px;
	margin:-220px 0 0 -250px;
	background: url(images/admin/ajax_loader_2.gif) no-repeat center;
	text-align:left;
	overflow: hidden;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
#overlay[id]{
	position:fixed;
}
