/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Globales                             */
/**  '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Trebuchet MS", Arial, sans-serif;
	background: #999 url(../images/body_bg.jpg) repeat-x;  
  color: #666;
}

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

}
p strong {
	color: #D17025;
}
a {
  text-decoration: none;
  font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
div#content a {
	text-decoration: underline;
	color: #D17025;
}
h1 {
	font-size: 30px;
	color: #999;
	margin-bottom: 20px;
}
h5 a {
  color: #990000;
}
h5 a:hover {
  color: #005252;
}
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;
}
.floatLeft {
	float: left;
	margin-right: 2em;
}
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   partes                         */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div#header_cont {
	text-align: center;
	height: 84px;
}
div#content_cont {
	width: 914px;
	background: url(../images/content_bg.jpg) repeat-y;
	margin: 0 auto;
}
div#header,
div#nav {
	width: 900px;
	padding: 0 7px;
	margin: 0 auto;
}
div#header {
	position: relative;
}
div#content,
div#foot {
	width: 850px;
	padding: 40px 32px 20px 32px;
}
body.videos_publikr_long div#content,
body.solutions_cds_solutions div#content{
	background: none;
}
div#content {
	background: url(../images/content_top_bg.jpg) no-repeat center top;
	padding-bottom: 40px;
}
body.tickets_index div#content,
body.tickets_show div#content,
body.users_new div#content,
body.users_create div#content,
body.users_index div#content,
body.users_activate div#content,
body.users_forgot_password div#content,
body.users_retrieve_password div#content {
	background: none;
}

div#foot {
	background: url(../images/foot_bg.jpg) no-repeat center top;
	padding-top: 25px;
	padding-bottom: 10px;
}
div#nav {
	height: 34px;
	background: url(../images/nav_bg.jpg) no-repeat center top;
}
div.content_body {
	padding-left: 50px;
}
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   navegacion                         */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div#nav li {
	float: left;
	margin-right: 20px;
}
div#nav a {
	display: block;
	float: left;
	color: #fff;
}
div#nav ul {
	padding: 0 20px;
}
ul#navmain {
	float: left;
	padding-left: 40px;
}
ul#navmain li a {
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 8px;
}
ul#navutil {
	float: right;
}
ul#navutil li a {
	padding-top: 7px;
}

div#nav_user {
	float: right;
	margin: 10px 10px 0 0;
}
div#nav_user ul li {
	float: left;
	margin-left: 20px;
}
div#nav_user ul li,
div#nav_user ul li a {
	color: #ccc;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   foot                         */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div#foot p {
	text-align: right;
	color: #fff;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   foot                         */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div#logo {
	position: absolute;
	width: 260px;
	height: 80px;
	top: 10px;
	left: 20px;
}
div#logo a {
	display: block;
	width: 260px;
	height: 80px;
	background: url(../images/logo_locarea.jpg) no-repeat top left;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   homepage                         */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.homepage {
	background: url(../images/adv_publikr.jpg) no-repeat right 190px;
}
div.homepage_col_right, 
div.homepage_col_left {
	width: 280px;
}
div.homepage_col_left {
	float: left;
	margin-right: 20px;
}
div.homepage_col_right {
	float: left;
}
div.home_block {
	background: url(../images/list_h3_bullet.gif) no-repeat left top;
	padding-left: 40px;
	margin-bottom: 30px;
}
div.home_block h3 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #333;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   formulario                         */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.form {
	width: 600px;
}
p.label {
	color: #333;
	margin: 20px 0 5px 0;
	font-weight: bold;
	line-height: 1.2em;
}
input.text,
textarea.text {
	border: 1px solid #ccc;
	padding: 3px 5px;
  font-family: "Trebuchet MS", Arial, sans-serif;
}
input.big {
	font-size: 16px;
}
textarea.high {
	height: 200px;
}
input.large {
	width: 90%;
}
input.text:focus,
textarea.text:focus {
	border-color: #F68F2B;
	background: #FDE9D5;
}
input.large {
	width: 540px;
}
p.error {
	color: #990000;
	font-weight: bold;
}
p.submit {
	margin-top: 20px;
}
p.submit input {
	background: #F5F5F5 url(../images/submit_arrow.gif) no-repeat 2px 2px;
	padding: 3px 8px 3px 24px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	border: 2px solid #ccc;
}
div.fieldWithErrors input.text,
div.fieldWithErrors textarea.text {
	border-color: #990000;
}
div.form select {
	border: 1px solid #ccc;
}
div.form option {
	border-color: #F68F2B;
	background: #FDE9D5;
}

/** Mensajes de error */
div.flash_message_error,
div.flash_message_success,
div.flash_message_warning {
	width: 400px;
	font-size: 14px;
	font-weight: bold;
	background: #EBCDCD url(../images/flash_message.gif) no-repeat 10px 5px;
	padding: 10px 10px 10px 60px;
	color: #990000;
	margin-bottom: 15px;
}
div.flash_message_success {
	background: #CBEEDD url(../images/message_info.gif) no-repeat 10px 5px;
	color: #224534;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   tablas                         */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.table table td,
div.table table th {
	font-size: 13px;
	padding: 5px 10px;
	text-align: left;
}
div.table table {
	width: 100%;
}
div.table table td.main {
	width: 300px;
}
div.table table td {
	border-bottom: 1px solid #ccc;
}
div.table table th {
	color: #fff;
}
div.table table th {
	background: #AE6520 url(../images/table_header_bg.gif) repeat-x;
}


/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   tickets                         */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.ticket {
}
div.ticket div.table table tr {
	
}
div.ticket_header {
	background: #F4F4F4;
	padding: 10px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
div.ticket_block {
	float: left;
	margin: 0 20px 10px 0;
}
div.ticket_header p.label {
	background: #CFCFCF url(../images/ticket_label_bg.gif) repeat-x;
	padding: 3px 10px;
	font-size: 12px;
	font-weight: bold;
}
div.ticket_header p {
	padding: 0px 10px;
	font-size: 13px;
}
div.ticket h3 {
	background: url(../images/ticket_icon.gif) no-repeat;
	padding: 10px 0 10px 30px;
	font-size: 14px;
	color: #333;
}
div.ticket h4 {
	font-weight: bold;
	color: #000;
	padding: 4px 10px;
	font-size: 12px;
}
div.ticket h4.priority_4 {
	background: #ccc url(../images/ticket_priority_low.gif) no-repeat;
}
div.ticket h4.priority_8 {
	background: #FFEA8C url(../images/ticket_priority_standard.gif) no-repeat;
}
div.ticket h4.priority_12 {
	background: #E1B3B3 url(../images/ticket_priority_high.gif) no-repeat;
}
div.ticket h4.priority_16 {
	background: #C26767 url(../images/ticket_priority_super_high.gif) no-repeat;
}
p.ticket_new a {
	display: block;
	padding: 5px 0 5px 25px;
	background: url(../images/ticket_new.gif) no-repeat;
}

/** Message */
div.ticket div.message_header {
	background: #fff url(../images/ticket_comment_header.gif) repeat-x bottom;
	margin: 10px 0 5px 0;
	padding: 0 10px 0 0;
}
div.ticket div.message_header p.from,
div.ticket div.message_header p.date {
	font-weight: bold;
}
div.ticket div.message_header p.from {
	float: left;
	padding: 30px 0 0 40px;
	background:url(../images/ticket_comment_icon.gif) no-repeat left bottom;
	width: 300px;
}
div.ticket div.message_header p.date {
	float: right;
	text-align: right;
	width: 250px;
	padding: 30px 0 0 0;
}
div.ticket div.message_body {

}
div.ticket div.message_answer h2 {
	font-size: 16px;
	margin-top: 1em;
	background: #eee;
	padding: 5px 10px;
	margin: 15px 5px 0 0;
}
div.ticket div.message_answer textarea {
	height: 100px;
}

/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   Registro                         */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
div.signup_info {
  
}
div.signup_info ul li {
  float: left;
  width: 125px;
  margin-right: 20px;
  padding-top: 72px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
div.signup_info ul li.signup_info_form {
  background: url(../images/user_signup_form.gif) no-repeat center top;
}
div.signup_info ul li.signup_info_mail {
  background: url(../images/user_signup_mail.gif) no-repeat center top;
}
div.signup_info ul li.signup_info_blog {
  background: url(../images/user_signup_blog.gif) no-repeat center top;
}
div.signup_info ul li.signup_info_arrow {
  background: url(../images/user_signup_arrow.gif) no-repeat center 50%;
  width: 60px;
}
div#users_panel fieldset {
  border: 2px solid #EAEAEA;
  padding: 15px;
  width: 70%;
  margin-top: 20px;
  background: #fff url(../images/userpanel_bg_fieldset.gif) repeat-x top;
}
div#users_panel legend {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  padding: 0 10px;
}
div#users_panel h1 {
	margin-bottom: 0;
}
div#users_panel h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
div#users_panel h4 {
	font-size: 16px;
	margin-top: 20px;
}
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
/**   ejemplos                         */
/**  ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */
p.image_example {
	margin: 10px 0;
}
p.image_example img {
	border: 2px solid #ccc;
}
div.video p.image {
	margin: 10px 0;
}
div.video p.image img {
	border: 2px solid #ccc;
}

div.video {
	margin: 0 0 20px 40px;
	padding: 10px 10px 0 10px;
	background: #eee;
	border: 1px solid #ccc;
}
div.video h3 {
	font-size: 16px;
}