body { background-color: #fff; color: #333; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
  margin: 0px;
  padding: 0px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000; }
a:visited { color: #666; }
a:hover { color: #fff; background-color:#000; }

blockquote {
	margin: 5px;
	padding: 10px;
	background-color: #FFF;
	quotes: "\201C" "\201D";
	border-left: 2px #3C78A7 solid;
	border-right: 2px #3C78A7 solid;
	font-size: 10px;
}
blockquote:before {
	margin-top: 10px;
	font-family: Times;
	font-size: 28px;
	content: open-quote;
	font-weight: bold;
} 


.fieldWithErrors {
  display: inline;
}

.fieldWithErrors label {
  color: #990000;
  font-weight: bold;
}

.fieldWithErrors input {
  background-color: #F8CDCC;
}

.fieldWithErrors textarea {
  background-color: #F8CDCC;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  margin-top: 5px;
  padding: 5px;
}

#errorExplanation ul {
  margin-left: 20px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

div.Left {
  width: 300px;
  float: left;
}

div.Right {
  float: left;
}

div.Clear {
  clear: both;
}

/* -- Photos ------------------------------- */

#photos ul {
  margin: 0px;
  padding: 0px;
}
#photos li {
  list-style-type: none;
  border:1px solid #2A2A2A;
  float:left;
  margin-bottom:22px;
  margin-left:5px;
  margin-right:10px;
  padding:3px 3px 3px;
  cursor: move;
  cursor: -moz-grab;
}

#elements {
  margin: 0px;
  padding: 0px;
}

.element:hover {
  background: url(../images/transparency.png);
}

#images {
  margin: 0px;
  padding: 0px;
}
#images li {
  list-style-type: none;
  border:1px solid #2A2A2A;
  float:left;
  margin-bottom:22px;
  margin-left:5px;
  margin-right:10px;
  padding:3px 3px 3px;
  cursor: move;
  cursor: -moz-grab;
}

/* -- Listado de Paginas ---------------*/

#pages {
  text-transform: none;
  letter-spacing: normal;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #262626;
}

#pages h1 {
  text-transform: none;
  letter-spacing: normal;
  font-family: verdana, arial, helvetica, sans-serif;
  padding: 5px 10px 5px 0px;
  margin: 5px 10px 25px 0px;
}

#pages a {
  color: #262626;
}

#pages a:hover {
  color: #fff;
  background-color: #262626;
}

#pages .root {
  margin-bottom: 5px;
}

#pages .root a {
  font-size: 22px;
}

#pages .root img {
  border: 0;
  vertical-align: middle;
}

#pages .child {
  margin-left: 4px;
}

#pages .child a {
  font-size: 14px;
}

#pages .child img {
  border: 0;
  vertical-align: middle;
}

#pages .grandson {
  margin-left: 40px;
}

#pages .grandson img {
  border: 0;
  vertical-align: middle;
}

#pages .great_grandson {
  margin-left: 76px;
}

#pages .great_grandson img {
  border: 0;
  vertical-align: middle;
}

/*-- Listado para ordenar las paginas ---*/

#order_menu {
  text-transform: none;
  letter-spacing: normal;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #262626;
}

#order_menu h1 {
  text-transform: none;
  letter-spacing: normal;
  font-family: verdana, arial, helvetica, sans-serif;
  padding: 5px 10px 5px 0px;
  margin: 5px 10px 25px 0px;
}

#order_menu h2 {
  font-size: 16px;
  text-transform: none;
  letter-spacing: normal;
  font-family: verdana, arial, helvetica, sans-serif;
  padding: 5px 10px 5px 0px;
  margin: 5px 10px 10px 0px;
}

#order_menu a {
  color: #262626;
}

#order_menu a:hover {
  color: #fff;
  background-color: #262626;
}

#order_menu .note {
  font-size: 12px;
  font-style: italic;
}

/*-- Tabs en la ventana para editar -----*/

#config .tabs {
	margin: 0px 0px 0px 0px;
	border:1px solid #262626;
}

#pages .tabs, #config .tabs {
  margin: 0px 0px 0px 0px;
}

#pages .tabs ul, #config .tabs ul {
  height: 24px;
  margin: 0px;
  padding: 0px;
}

#pages .tabs li, #config .tabs li {
  display: inline;
  list-style-type: none;
  border:1px solid #262626;
  border-bottom: none;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:10px;
  padding:7px 7px 7px;
}

#pages .form {
  padding: 10px;
  border: 1px solid #262626;
}

#pages .form h3 {
  font-size: 18px;
  color: #262626;
  border: none;
  text-transform: none;
  letter-spacing: normal;
  font-family: verdana, arial, helvetica, sans-serif;
  padding: 5px 10px 5px 0px;
  margin: 5px 10px 5px 0px;
}

#pages .form li {
  list-style-type: none;
  padding: 2px 0 0 10px;
  vertical-align: middle;
}

#pages .form li input {
  vertical-align: baseline;
}



/* -- Usuarios --------------------------*/

#users {
  text-transform: none;
  letter-spacing: normal;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #262626;
}

#users h1 {
  text-transform: none;
  letter-spacing: normal;
  font-family: verdana, arial, helvetica, sans-serif;
  padding: 5px 10px 5px 0px;
  margin: 5px 10px 15px 0px;
}

#users ul {
  margin-left: 20px;
}

#users li {
  list-style: none;
  margin-bottom: 10px;
}

#users .username {
  font-weight: bold;
}

#users a {
  color: #990000;
  text-decoration: none;
}

#users a:hover {
  color: #fff;
  background-color: #262626;
  text-decoration: none;
}

#users .new_user a {
  background: url(../images/new_page.png) 5px 5px no-repeat;
  color: #262626;
  text-decoration: none;
  padding: 5px 10px 5px 30px;
}

#users .new_user a:hover {
  background: url(../images/new_page.png) 5px 5px no-repeat;
  color: #fff;
  background-color: #262626;
  text-decoration: underline;
  padding: 5px 10px 5px 30px;
}

#users div.Left {
  width: 300px;
  float: left;
}

#users div.Right {
  float: left;
}

#users .designs h3 {
  font-size: 16px;
  color: #262626;
  border: none;
  text-transform: none;
  letter-spacing: normal;
  font-family: verdana, arial, helvetica, sans-serif;
  padding: 5px 10px 5px 0px;
  margin: 5px 10px 5px 0px;
}

#users .Right h3 {
  font-size: 16px;
  color: #262626;
  border: none;
  text-transform: none;
  letter-spacing: normal;
  font-family: verdana, arial, helvetica, sans-serif;
  padding: 5px 10px 5px 0px;
  margin: 5px 10px 5px 0px;
}

#users .Right li {
  list-style-type: none;
  padding-left: 5px;
}

/* -- Estilos Generales -----------------*/

#general {
  text-transform: none;
	text-align: left;
  letter-spacing: normal;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #262626;
}

#general h1 {
  text-transform: none;
  letter-spacing: normal;
  font-family: verdana, arial, helvetica, sans-serif;
  padding: 5px 10px 5px 0px;
  margin: 5px 10px 15px 0px;
}

#general a {
  color: #990000;
  text-decoration: none;
}

#general a:hover {
  color: #fff;
  text-decoration: none;
background: transparent;
}

#general div.Left {
  width: 300px;
  float: left;
}

#general div.Right {
  float: left;
}

#general .designs h3 {
  font-size: 16px;
  color: #262626;
  border: none;
  text-transform: none;
  letter-spacing: normal;
  font-family: verdana, arial, helvetica, sans-serif;
  padding: 5px 10px 5px 0px;
  margin: 5px 10px 5px 0px;
}

#general li {
  list-style-type: square;
  padding-left: 5px;
  margin-left: 20px;
}

#general .Right h3 {
  font-size: 16px;
  color: #262626;
  border: none;
  text-transform: none;
  letter-spacing: normal;
  font-family: verdana, arial, helvetica, sans-serif;
  padding: 5px 10px 5px 0px;
  margin: 5px 10px 5px 0px;
}

#general .Right li {
  list-style-type: none;
  padding-left: 5px;
}

#general th {
  padding: 2px 5px;
  color: #fff;
  background-color: #262626;
  text-align: left;
}


#general td.medium {
  width: 80px;
}

.big_explanation {
  background-color: #eeeeee;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  margin: 15px 0;
  padding: 10px;
}

#general #photos ul {
  margin: 0px;
  padding: 0px;
}
#general #photos li {
  list-style-type: none;
  border:1px solid #2A2A2A;
  float:left;
  margin-bottom:22px;
  margin-left:5px;
  margin-right:10px;
  padding:3px 3px 3px;
  cursor: move;
  cursor: -moz-grab;
}

#general img {
	border: none;
}


/* The Notice */
#notice {
	border: 1px solid #B2E0C1;
	background: #E5F5EA url(../images/bien.gif) no-repeat 5px 50%;
	margin-bottom: 10px;
	padding: 10px 5px 10px 45px;
	color: #009933;
}
#error {
	border: 1px solid #E0B2B2;
	background: #F5E5E5 url(../images/mal.gif) no-repeat 5px 50%;
	margin-bottom: 10px;
	padding: 10px 5px 10px 40px;
	color: #990000;
}
#information {
	background: #FEF5DA url(../images/info_grande.png) no-repeat 5px 50%;
	padding: 10px 5px 10px 40px;
	border: 1px solid #FCEBB4;
	color: #3E1F02;
}

#publish_tags {
	font-style: italic;
}

/* --- Barra de Administracion ----------*/

#admin_bar {
  font-family: verdana, arial, helvetica, sans-serif;
  color: #000000;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
}

#admin_bar #admin_bar_content {
  padding: 5px;
  height: 30px;
}

#admin_bar #innku_logo {
 float: left;
}

#innku_logo img {
  border: none;
}

#admin_bar #innku_menu {
  float: right;
}

#innku_menu li {
  display: block;
  float: right;
  width: 90px;
  height: 30px;
  text-align: center;
  list-style-type: none;
  background: url(../images/menu_button.png) left top no-repeat;
  margin-bottom:5px;
  margin-left:0px;
  margin-right:10px;
  padding-top: 6px;
}

#innku_menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  padding: 2px 4px 2px 4px;
}

#innku_menu li a.active {
	
}

#innku_menu li a:hover {
  color: #fff;
  background: none;
  font-weight: 500;
  text-decoration: underline;
}

#page_tools {
  background: #ffffff;
  background: url(../images/page_tools_back.png);
  width: 100%;
  height: 30px;
}

#page_tools .admin_bar_content {
  text-align: right;
  padding: 7px 20px;
}

#page_tools a {
  color: #000000;
}

#page_tools .new_page a {
  background: url(../images/new_page.png) 0px -1px no-repeat;
  padding-left: 25px;
  margin-left: 10px;
}

#page_tools .edit_page a {
  background: url(../images/edit.png) 0px 0px no-repeat;
  padding-left: 25px;
  margin-left: 10px;
}

#page_tools .user_name {
  padding-left: 20px;
}

/* -- Footer Innku ------------------- */

#innku_footer {
  font-size: 10px;
  text-align: right;
  padding-right: 10px;
}

#innku_footer a {
  color: #aaa;
  font-size: 10px;
}

/* -- Handle Elementos --------------- */

.editable_region {
	min-height: 50px;
}

.hover_region {
	border: 3px dashed #626262;
}

.handle {
  position: relative;
  color: #eeeeee;
  font-weight: bold;
  width: 100%;
  height: 20px;
  background-color: #000000;
  margin: 10px 0 10px;
  padding: 4px 0 4px 8px;
  cursor: move;
}

.handle_title {
    display: block;
    background: transparent url(../images/edit.png) 0 0 no-repeat;
    padding-left: 20px;
    position: absolute;
    top: 6px;
    font: bold 12px Arial;
    float: left;
}

.handle_title .downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.handle_title .rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

.handle_title ul {
  font-family: Arial, Verdana;
  margin: 0;
  padding: 0;
  list-style: none;
}
.handle_title ul li {
	width: 120px;
  display: block;
  position: relative;
  float: left;
  list-style: none;
}

.handle_title ul li ul li {
	z-index: 999;
	width: 129px;
}
.handle_title li ul {
        list-style: none;
        display: none;
        margin-left: -29px;
    }
.handle_title ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  border-top: 1px solid #1b1b1b;
  padding: 5px 15px 5px 15px;
  background: #000;
  margin-left: 1px;
  white-space: nowrap;
}
.handle_title ul li a:hover { background: #111; }
.handle_title li:hover ul {
  display: block;
  position: absolute;
}
.handle_title li:hover li {
  float: none;
  font-size: 11px;
}
.handle_title li:hover a { background: #000; }
.handle_title li:hover li a:hover { background: #1b1b1b; }

/* -- Herramientas en elementos -------*/

#element_tools {
  height: 25px;
}

#element_tools a {
  float: left;
  color: #fff;
  display: block;
  background: url(../images/element_button.png) left top no-repeat;
  width: 80px;
  height: 25px;
  text-align: center;
  padding: 3px 0 0 0;
  margin: 0 2px 0 2px;
  text-decoration: none;
}

#element_tools a:hover {
  float: left;
  color: #fff;
  display: block;
  background: url(../images/element_button.png) left top no-repeat;
  width: 80px;
  height: 25px;
  text-align: center;
  padding: 3px 0 0 0;
  margin: 0 2px 0 2px;
  text-decoration: underline;
}

.new_element {
  margin-bottom: 5px;
}

.new_element a {
  display: block;
  width: 112px;
  height: 23px;
  background: url(../images/new_element.png) left top no-repeat;
  color: #fff;
  padding: 3px 0 0 28px;
  text-decoration: none;
}

.new_element a:hover {
  color: #fff;
  background-color: transparent;
  padding: 3px 0 0 28px;
  text-decoration: underline;
}

.add_element {
  color: #DADADA;
  background: url(../images/new_element_back.png) left top no-repeat;
  height: 108px;
  width: 230px;
  padding: 2px 10px 10px 10px;
}

.add_element select {
  margin: 8px 0 10px 0;
}

.add_element div {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: none;
  border: none;
  margin-bottom: 5px;
}

.add_element a {
  color: #fff;
  text-decoration: none;
}

.add_element a:hover {
  color: #fff;
  text-decoration: underline;
}

#element_buttons {
  height: 35px;
  margin-top: 5px;
  padding-left: 0px;
}

#element_buttons a.button {
	background: transparent url(../images/button_right.png) no-repeat scroll top right; 
	display: block;
	float: left;
	height: 34px; 			/* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 12px; 	/* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	
	text-decoration: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#element_buttons a.button span {
	background: transparent url(../images/button_left.png) no-repeat; 
	display: block;
	line-height: 24px; 			/* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 7px 0 5px 12px;
} 
#element_buttons a.button:hover span{
	text-decoration:underline;
}

/* -- Nueva Forma -------------------- */

#new_form {
  float: none;
  text-transform: none;
  letter-spacing: normal;
  font-family: verdana, arial, helvetica, sans-serif;
  color: #262626;
}

#new_form h1 {
  text-transform: none;
  letter-spacing: normal;
  font-family: verdana, arial, helvetica, sans-serif;
  padding: 5px 10px 5px 0px;
  margin: 5px 10px 15px 0px;
}

#new_form h4 {
  font-size: 16px;
  color: #262626;
  text-transform: none;
  letter-spacing: normal;
  text-decoration: none;
  border: none;
  font-family: verdana, arial, helvetica, sans-serif;
  padding: 5px 10px 5px 0px;
  margin: 5px 10px 15px 0px;
}

#new_form a {
  color: #990000;
  text-decoration: none;
}

#new_form a:hover {
  color: #fff;
  background-color: #262626;
  text-decoration: none;
}

#new_form .save_form a {
  float: right;
  color: #990000;
  font-size: 18px;
  text-decoration: none;
  padding: 5px;
}

#new_form .save_form a:hover {
  float: right;
  color: #fff;
  background-color: #262626;
  text-decoration: none;
  padding: 5px;
}

#new_form ul {
  margin-left: 20px;
}

#new_form #field_types {
  float: left;
  width: 250px;
  border: 1px solid #ccc;
}

#field_types h2 {
  color: #fff;
  background-color: #262626;
  text-transform: none;
  letter-spacing: 0;
  padding: 10px;
}

#field_types a {
  display: block;
  color: #990000;
  font-size: 16px;
  text-decoration: none;
  padding: 4px 2px 4px 6px;
  border-bottom: 1px dotted #ccc;
}

#field_types a:hover {
  display: block;
  color: #fff;
  background-color: #262626;
  text-decoration: none;
  padding: 4px 2px 4px 6px;
  border-bottom: 1px dotted #ccc;
}

#field_types .explanation {
  padding: 8px 6px 8px 6px;
}

#new_form #form {
  margin-left: 50px;
  float: left;
}

#form #fields div {
  position: relative;
  width: 400px;
  padding: 7px 7px 7px 7px;
  margin-bottom: 5px;
  border-width: 1px;
  border-color: #dddddd;
  border-style: dotted;
  cursor: move;
}

#form #fields form div {
  border-style: none;
}

#form #fields img {
  border-style: none;
}

#form #fields .note {
  border-width: 0px;
  color: #777777;
  font-style: italic;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}

#form #fields .delete {
  position: absolute;
  right: 5px;
  top: 5px;
}

.hint {
	float: right;
	z-index: 20;
	background: #FDF5FB;
	width: 250px;
	border: 1px solid #990000;
}
.hint_title {
	color: #ffffff;
	margin: 0px;
	background: #990000;
	font-weight: bold;
	padding: 5px;
}
.hint_body {
	padding: 2px 5px 2px 5px;
}

.tip {
	border: 1px solid #ccc;
	background: #FEF5DA url(../images/tip.png) no-repeat 18px 50%;
	margin-bottom: 10px;
	padding: 0px 5px 0 45px;
	color: #FF8C10;
}


.tip_body {
	font-size: 12px;
	margin: 22px 5px 2px 5px;
}

/*-- Show Forma ----------------*/

#show_form #show_fields div {
  position: relative;
  width: 400px;
  padding: 7px 7px 7px 0px;
  margin-bottom: 5px;
}

#show_form #show_fields .note {
  border-width: 0px;
  color: #777777;
  font-style: italic;
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}

#show_form #show_fields .delete {
  position: absolute;
  right: 5px;
  top: 5px;
}

/* -- Links -------------------*/

.links {
  list-style-type: none;
  padding-left: 5px;
}

.links img {
  border: 0;
  vertical-align: middle;
}

.links .link_handle {
  cursor: move;
}

/* -- Register Website --------*/

#register {
  font-family: verdana, arial, helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #fff;
}

#register .fields {
  width: 500px;
  border: 3px #f2f2f2 dashed;
  background: #fff;
  color: #262626;
}

#register .fields h1 {
  display: block;
  background: #262626;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  margin-top: 0px;
}

#register form {
  margin-bottom: 0;
  padding: 10px 20px 0 20px;
}

#register label {
  font-weight: bold;
}

#register div {
  margin-bottom: 10px;
} 

#register p {
  margin-bottom: 10px;
}

#register .text_field {
  margin-bottom: 20px;
}

#register .nota {
  margin-bottom: 20px;
  font-size: 12px;
  font-style: italic;
}

#register .next {
  background-color: #FFECE0;
  margin: 0 -20px;
  padding: 10px 20px;
  text-align: right;
}

#register .back {
  float: left;
}

#register .next input {
	font-size:1.1667em;
	font-weight:bold;
	padding:0.25em;
}

#register .plans {
  width: 700px;
  background: #fff;
  color: #262626;
}

#register .plans h1 {
  display: block;
  background: #262626;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#register .plans table {
  border: 4px solid #710101;
}

#register .plans th {
  padding: 5px;
  font-size: 18px;
  border-left: 1px solid #990000;
}

#register .plans td {
  text-align: center;
  padding: 7px;
  border-top: 1px solid #990000;
  border-left: 1px solid #990000;
}

#register .plans .variables {
  font-weight: bold;
  text-align: right;
  padding: 7px;
  border-top: 1px solid #990000;
  border-left: 1px none #990000;
}

#register .plans .th_noline {
  font-weight: bold;
  text-align: right;
  padding: 7px;
  border-top: 1px none #990000;
  border-left: 1px none #990000;
}

#register .plans .price {
  color: #990000;
  font-size: 16px;
  font-weight: bold;
}

#register .plans a {
  display: block;
  color: #fff;
  padding-top: 6px;
  height: 34px;
  width: 100px;
  text-decoration: none;
  background: url(../images/select_plan.png) 0 0 no-repeat;
}

#register .plans a:hover {
  display: block;
  color: #eee;
  padding-top: 6px;
  height: 34px;
  width: 100px;
  text-decoration: underline;
  background: url(../images/select_plan_hover.png) 0 0 no-repeat;
}

#register .next_plans {
  padding: 5px;
  width: 690px;
  background: #fff;
  color: #262626;
}

#register #create_user {
  margin-bottom: 0px;
}

#register #create_user label {
	display:block;
	float:left;
	line-height:2em;
	margin-right:0.5em;
	text-align:right;
	width:140px;
}

#register #create_user input {
	font-size:1.1667em;
	font-weight:bold;
	padding:0.25em;
}

#register #create_user .explain {
  padding-left: 150px;
  color: #666;
  margin-bottom: 40px;
  font-size: 12px;
  font-style: italic;
}

.register_content {
  margin: 0;
  padding: 30px;
}

#register .info {
  text-shadow: #333 1px 1px 1px;
  margin-left: 550px;
}

#register #payment {
  margin-bottom: 0px;
}

#register #payment .explain {
  padding-left: 0px;
  color: #666;
  margin-bottom: 20px;
  font-size: 12px;
  font-style: italic;
}

#register #payment .price {
  color: #990000;
  font-weight: bold;
  font-size: 14px;
}

#register #payment .monthly {
  color: #999;
  font-weight: normal;
  font-size: 12px;
}

#register #payment .total {
  color: #990000;
  font-weight: normal;
  font-size: 12px;
  font-style: italic;
}

#register #payment td {
  width: 110px;
}

#register #payment td.total {
  width: auto;
}

#register #success {
  margin-bottom: 0px;
}

#register #success .content {
  padding: 10px 20px 0 20px;
  margin-bottom: 0px;
}

#register #success .content a {
  color: #990000;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 1px 0;
  margin-top: 5px;
}

#register #success .content a:hover {
  color: #fff;
  background-color: #262626;
  text-decoration: none;
  padding: 1px 0;
  margin-top: 5px;
}

#register #success .next {
  height: 20px;
}

/*-- Cuenta del CMS --*/

#account {
	margin: 10px;
}

#account .title {
  background-color: #262626;
  width: 100%;
}

#account .title h1 {
  color: #fff;
  margin: 0;
  padding: 15px;
}

#account #submenu { 
  font-size: 90%;
  margin-left: 15px;
  margin-bottom: 30px;
} 

#account #submenu ul { 
  list-style: none; 
  margin: 0; 
  padding: 0; 
  padding-top: 1em; 
} 

#account #submenu li { 
  display: inline; 
} 

#account #submenu a:link, #account #submenu a:visited { 
  font-weight: bold;
  padding: 0.4em 1em 0.4em 1em; 
  color: #262626; 
  background-color: #fff; 
  text-decoration: none; 
  border: 1px solid #262626; 
}

#account #submenu a:hover { 
  color: #262626; 
  background-color: #cccccc;
  text-decoration: underline;
  font-weight: bold; 
} 

#account #submenu a.active { 
  color: #262626; 
  background-color: #cccccc;
  text-decoration: underline;
  font-weight: bold; 
}

#account #dashboard {
  margin-left: 15px;
  margin-right: 15px;
}

#account #dashboard .section {
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #262626;
}

#account #config {
  margin-left: 15px;
  margin-right: 15px;
}

#account #config .submit {
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #262626;
}

#account #billing_info {
	padding: 5px;
	border: #ccc solid;
	border-width: 1px;
}

#account #billing_info .div_left {
  padding: 10px;
  float: left;
}

#account #billing_info span {
  margin: 10px;
}

#account #billing_info p {
  border-bottom: #ccc dotted;
  border-bottom-width: 1px;

}

#account #billing_info .div_clear {
  clear: both;
  border-bottom: #ccc dotted;
  border-bottom-width: 1px;
}

#account #payments {
	padding: 5px;
	border: #ccc solid;
	border-width: 1px;
}

#account #limits {
  margin-left: 15px;
  margin-right: 15px;
}

#tabla_plans {
	background-color: #000000;
	border-collapse: separate;
}

#tabla_plans .titulo {
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	padding: 5px;
	font-weight: bold;
	border: #FFFFFF solid;
	border-width: 1px;
}

#tabla_plans .opcion {
	text-align: center;
	background-color: #FFFFFF;
	border: #CDCDCD dotted;
	border-width: 1px;
}

#tabla_plans span {
	color: #CDCDCD;
}

.limits_grafica {
	border: #C0C0C0 solid;
	border-width: 1px;
	width: 200px;
	height: 20px;
}

.limits_grafica .limits_barra {
	border: #C0C0C0 solid;
	border-width: 0px 1px 0px 0px;
	background-color: #EEEEEE;
	height: 100%;
}

#config .box {
	width: 400px;
	/*height: 130px;*/
	border: #C0C0C0 solid;
	border-width: 1px;
}

#config .box td {
	padding: 10px;
	vertical-align: bottom;
}

#config .box .config_attribute {
	margin-left: 5px;
	color: #000000;
}

#config .box .change_attr {
	text-align: right;
}

#article_body_parent td {
  padding: 1px;
}

#unauthorized_users {
	padding-left: 50px;
}

.help {
	border: 1px solid #B2E0C1;
	background: #CADDF5 url(../images/hint.gif) no-repeat 5px 50%;
	margin-bottom: 10px;
	padding: 10px 5px 10px 45px;
	color: #0066CC;
}

.help p {
	margin-left: 20px;
}

#design_help {
	border: 1px solid #B2E0C1;
    background: #CADDF5;
	margin-bottom: 10px;
	padding: 10px 20px 10px 20px;
	color: #0066CC;
	font-size: 11px;
}

#design_help .close_button {
	padding: 10px;
	text-align: right;
}

#design_help li {
	font-size: 11px;
}

#design_help #example {
	border: 1px solid #CCCCCC;
	font-size: 9px;
	background: #FFFFFF;
}

#domains_config {
	border: #CCCCCC solid;
	border-width: 1px;
	padding: 10px;
}

.comment_owner {
	border: #C0C0C0 dotted;
	border-width: 1px 0px 0px 0px;
}

/*-- Layout Global del CMS --*/

#global_content {
	background: #fff;
}

#global_content #general {
	margin: 30px;
}

#global_content .title {
  background-color: #262626;
  width: 100%;
}

#global_content .title h1 {
  color: #fff;
  margin: 0;
  padding: 15px;
}

#global_content p {
	padding: 10px;
}

#global_content #innku_footer {
	height: 40px;
	line-height: 40px;
	vertical-align: bottom;
	background: #000000 url(../images/footer.gif);
}

#store #menu_bar {
	background: #000 url(../images/store_menu_bg.png) repeat-x;
	height: 38px;
	position: relative;	
}

#store #menu_bar ul {
	position: absolute;
	bottom: 3px;
	text-align: center;
	color: #FFF;
	list-style: none;
	margin: 0;
	padding: 0;
}

#store #menu_bar ul li {
	float: left;
}

#store #menu_bar ul li a {
	padding: .5em; 
	display: block; 
	text-decoration: none;
	color: #ccc;
}

#store #menu_bar ul li a:hover {
	background: none;
	color: #fff;
}

#store #content #gral_preferences {
	margin: 20px 0px 0px 10px;
	width: 700px;
	min-width: 400px;
	float: left;
}

#store #content #gral_preferences .title {
	padding: 20px;
	background: none;
	color: #760000;
	font-size: 16px;
	font-weight: bold;
}

#store #content #gral_preferences .block {
	margin: 10px;
	background: #ECE9FF;
}

#store #content #preferences_menu {
	height: 100%;
	width: 240px;
	border: 1px #ccc solid;
	background: #ECF2F5;
	float: right;
}

#store #content #preferences_menu ul {
	position: relative;
	list-style: none;
}

#store #content #preferences_menu ul li.active {
	position: relative;
	left: -1px;
	display: block;
	padding-left: 35px;
	border: #fff solid;
	background: #fff;
	margin: 0px;
}

#store #content #preferences_menu ul li a {
	display: block;
	text-decoration: none;
	vertical-align: middle;
	color: #407696;
}

#store #content #preferences_menu ul li a:hover {
	background: none;
}

#design_help {
	min-width: 800px;
}

#design_help ul li {
	padding: 4px;
}

#design_help #example {
	padding: 10px;
}

.example_tag {
	color: #ccc;
}

#general #copy_urls {
	width: 400px;
	padding: 10px;
	border: #ccc solid;
	border-width: 1px;
	background: #ffe;
}

#general #main {
	float: left;
}

#general #sidebar {
	float: right;
	height: 300px;
}

#sidebar .title {
	color: #fff;
}

#sidebar #locations {
	margin: 0px;
}

#sidebar #locations tr {
	border: 1px #ddd solid;
	margin: 0px;
}

#copy_locations {
    overflow-y: scroll;
}

#copy_location_pages {
    width: 400px;
    height: 400px;
	text-align: left;
}