html {
  font-size: 100%;
  overflow-x: hidden !important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin:0px !important;
  font-size: 13px;
  line-height: 1.231;
  padding: 0;

  
}

body,
input,
select,
textarea {
  font-family: sans-serif;
  color: #000;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
small {
  font-size: 85%;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 30px;
}
img {
  border: 0;
  vertical-align: middle;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  padding:10px;
}
input {
  line-height: normal;
  *overflow: visible;
	border-color: #cccccc !important;
  
}
table input {
  *overflow: auto;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
    padding:10px;
	background:#265B57;
	color:#FFF;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	border:2px solid #FFF !important;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background:transparent;
	color:#265B57;
	border:2px solid #265B57 !important;
}





input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th,
td {
  vertical-align: top;
}
th {
  text-align: left;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset {
  margin: 0;
  padding: 0;
}
/* Typography */
a {
  color: #839896;
  text-decoration: none;
}
h1 {
  color: #FDA228;
  font-weight: normal;
  font-size: 20px;
}
h3 {
    font-size: 23px;
    color: #fff;
    margin: 22px 0;
	text-align: left;
	text-transform: uppercase;

}


/*h3 {
    font-size: 25px !important;
    color: #fff !important;
    margin: 22px 0 !important;
    border-bottom: 1px solid #ccc !important;
    padding: 20px 0 20px !important;
    background-color: transparent !important;
    font-weight: bold !important;
   border-top: 1px solid #ccc !important;
}*/ 

.form-header b {
    font-size: 23px;
    color: #265B57;
    margin: 22px 0;
}

h2, .subject {
  font-size: 16px;
  color: black;
}
/* Helpers */
.centered {
  text-align: center;
}
.clear {
  clear: both;
  height: 0px;
  visibility: none;
}
.hidden {
  display: none;
}
.faded {
  color: #666;
}
/* Pagination */
#pagination {
  border: 0;
  margin: 0 0 40px 0;
  padding: 0;
}
#pagination li {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 11px;
  list-style: none;
  display: inline;
}
#pagination li a {
  margin-right: 2px;
  display: block;
  float: left;
  padding: 3px 6px;
  text-decoration: none;
}
#pagination li a:hover {
  color: #ff0084;
}
#pagination .previousOff,
#pagination .nextOff {
  color: #666;
  display: block;
  float: left;
  font-weight: bold;
  padding: 3px 4px;
}
#pagination .next a,
#pagination .previous a {
  font-weight: bold;
}
#pagination .active {
  color: #000;
  font-weight: bold;
  margin-right: 2px;
  display: block;
  float: left;
  padding: 3px 6px;
  text-decoration: none;
}
/* Alerts & Notices */
#msg_notice {
  margin: 0;
  padding: 5px 10px 5px 36px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  border: 1px solid #075f92;
  background: url('../images/icons/ok.png') 10px 50% no-repeat #0a80c3;
  color:#FFF;
  font-size:14px;
}
#msg_warning {
  margin: 0;
  padding: 5px 10px 5px 36px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  border: 1px solid #b94108;
  background: url('../images/icons/alert.png') 10px 50% no-repeat #f26522;
  color:#FFF;
  font-size:14px;
}
#msg_error {
  margin: 0;
  padding: 5px 10px 5px 36px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
  border: 1px solid #9c0b0b;
  background: url('../images/icons/error.png') 10px 50% no-repeat #c00404;
  color:#FFF;
  font-size:14px;
}

#msg_info { margin: 0; padding: 5px; margin-bottom: 10px; color: #3a87ad; border: 1px solid #bce8f1;  background-color: #d9edf7; }
.warning {
  background: #ffc;
  font-style: italic;
}
.warning strong {
  text-transform: uppercase;
  color: #a00;
  font-style: normal;
}
.error {
  color: #f00;
}
.error input {
  border: 1px solid #f00;
}
.button,
.button:visited {
  background: #222;
  display: inline-block;
  font-size: 16px;
  padding: 8px 16px 6px 16px;
  max-width: 220px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
  font-family: helvetica, arial, sans-serif;
}
.button:hover {
  background-color: #111;
  color: #fff;
}
.button:active {
  top: 1px;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.button,
.button:visited,
.green.button,
.green.button:visited {
  background-color: #048592;
}
.green.button:hover {
  background-color: #0299d2;
}
.blue.button,
.blue.button:visited {
  background-color: #048592;
}
.blue.button:hover {
  background-color: #0299d2;
}
body {
  background:#004b41 url(../images/fondo.jpg) no-repeat center center;
  background-size:cover;
	background-position: top;

}
#container {
    background: transparent;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 30px;
}
.header-full {
  color: white;
  background-color:transparent;
  position: relative;
  height: 71px;
  padding: 0 20px;
  padding-top:20px;
}
#header {
    max-width: 1200px;
    width: 100%;
    margin: 1.2% auto;
    float: left;
}
#logo {
    height: 100%;
}
#header #logo img {
  max-height: 65px;
  max-width: 380px;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.valign-helper {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
#header p {
  width: 400px;
  margin: 0;
  padding: 10px 0 0;
}

.menu-full {
  margin-top:10px;
  padding:4px;
  background: rgba(108,135,133,0.5);
  width:100%;
  
}
#nav {
  margin: 0 auto;
  padding:5px;
  height: 30px;
  width:100%;
  max-width:1200px;
  

}
#nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  text-transform:uppercase;
  font-weight:bold;
  font-size:12px;
}
#nav li a {
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 20px;
  margin-left: 10px;
  color: #FFF;
 
}
.rtl #nav li a {
  background-position: right center;
  background-position: calc(100% - 10px) center;
  padding-left: 10px;
  padding-right: 32px;
  margin-right: 10px;
  margin-left: 0;
}
#nav li a.active {
  background-color: #FFF;
  color: #004b41;
}
#nav li a:hover {
  background-color: #3E6A66;
  color: #FFF;
}
/* Menu 
#nav li a.home {
  background-image: url('../images/icons/home.png');
}
#nav li a.kb {
  background-image: url('../images/icons/kb.png');
}
#nav li a.new {
  background-image: url('../images/icons/new.png');
}
#nav li a.status {
  background-image: url('../images/icons/status.png');
}
#nav li a.tickets {
  background-image: url('../images/icons/tix.png');
}

*/

#bottom1 {
 
  color: #FFF;
  background:#02504B;
  padding:20px;
  margin-top:50px;
  border-top:10px solid #839896;
  width:100%;
  margin-right:0px !important;
}

/*#footer {
    text-align: center;
    font-size: 11px;
    color: #FFF;
    background: #265B57;
    padding: 20px;
    width: 100%;
    position: absolute;
    bottom: 0;
}*/


#footer {
    text-align: center;
    font-size: 11px;
    color: #FFF;
    background: #265B57;
    padding: 10px 0 10px;
    width: 100%;
    position: fixed;
    bottom: 0px;
}

#footer a {
  color: #333;
}
#footer p {
  margin: 10px 0 0 0;
}
#footer #poweredBy {
  display: none;
  width: 126px;
  height: 23px;
  outline: none;
  text-indent: -9999px;
  margin: 0 auto;
  background: url('../images/poweredby.png') top left no-repeat;
  background-size: auto 20px;
  cursor:pointer;
  margin-top:5px;
}
.front-page-button {
}
#landing_page #new_ticket {
  margin-top: 40px;
  background: url('../images/new_ticket_icon.png') top left no-repeat;
}
#landing_page #new_ticket,
#landing_page #check_status,
.front-page-button {
  width: 295px;
  padding-left: 75px;
}
#landing_page #check_status {
  margin-top: 40px;
  background: url('../images/check_status_icon.png') top left no-repeat;
}
.rtl #landing_page #new_ticket,
.rtl #landing_page #check_status,
.rtl .front-page-button {
  padding-left: 0;
  padding-right: 75px;
  background-position: top right;
}
/* Landing page FAQ not yet implemented. */
#faq {
  clear: both;
  margin: 0;
  padding: 5px;
}
#faq ol {
  font-size: 15px;
  margin-left: 0;
  padding-left: 0;
  border-top: 1px solid #ddd;
}
#faq ol li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #999;
}
#faq ol li a {
  display: block;
  padding: 5px 0;
  height: auto !important;
  overflow: hidden;
  margin: 0;
  border-bottom: 1px solid #ddd;
  line-height: 16px;
  padding-left: 24px;
  background: url('../images/icons/page.png') 0 50% no-repeat;
}
#faq ol li a:hover {
  background-color: #e9f5ff;
}
#faq .article-meta {
  padding: 5px;
  background: #fafafa;
}
#kb {
  margin: 2px 0;
  padding: 5px;
  overflow: hidden;
}
#kb > li {
  padding: 10px;
  height: auto !important;
  overflow: hidden;
  margin: 0;
  background: url(../images/kb_category_bg.png) bottom left repeat-x;
  border-bottom: 1px solid #ddd;
}
#kb > li h4 {
  padding-bottom: 3px;
  margin-bottom: 3px;
}
#kb > li h4 span {
  color: #666;
}
#kb > li h4 a {
  font-size: 14px;
}
#kb li i {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 6px;
  background: url(../images/kb_large_folder.png) top left no-repeat;
}
#kb-search {
  padding: 10px 0;
  overflow: hidden;
}
#kb-search div {
  clear: both;
  overflow: hidden;
  padding-top: 5px;
}
#kb-search #query {
  margin: 0;
  display: inline-block;
  float: left;
  width: 200px;
  margin-right: 5px;
}
#kb-search #cid {
  margin: 0;
  display: inline-block;
  float: left;
  width: 200px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
#kb-search #topic-id {
  margin: 0;
  display: inline-block;
  float: left;
  width: 410px;
}
#kb-search #searchSubmit {
  margin: 0;
  display: inline-block;
  float: left;
  position: relative;
  top: 2px;
}
#kb-search #breadcrumbs {
  color: #333;
  margin-bottom: 15px;
}
#kb-search #breadcrumbs #breadcrumbs a {
  color: #555;
}
#ticketForm div.clear,
#clientLogin div.clear {
  clear: both;
  padding: 3px 0;
  overflow: hidden;
}
#ticketForm div label,
#clientLogin div label {
  display: block;
}
label.required {
  font-weight: bold;
}
#ticketForm div label.required,
#clientLogin div label.required {
  text-align: left;
}
#ticketForm div input,
#clientLogin div input,
#ticketForm div textarea,
#clientLogin div textarea {
  width: auto;
 /* border: 1px solid #aaa;*/
  background: #fff;
  display: block;
}
#ticketForm div input[type=file],
#clientLogin div input[type=file] {
  border: 0;
}
#ticketForm div select,
#clientLogin div select {
  display: block;
  float: left;
}
#ticketForm div div.captchaRow,
#clientLogin div div.captchaRow {
  line-height: 31px;
}
#ticketForm div div.captchaRow input,
#clientLogin div div.captchaRow input {
  position: relative;
  top: 6px;
}
#ticketForm > table {
    table-layout: fixed;
}
#ticketForm > table td {
    width: 160px;
}
#ticketForm > table td + td {
    width: auto;
}
#ticketForm td textarea,
#clientLogin td textarea,
#ticketForm div textarea,
#clientLogin div textarea {
  width: 600px;
}
#ticketForm td em,
#clientLogin td em,
#ticketForm div em,
#clientLogin div em {
  color: #777;
}
#ticketForm td .captcha,
#clientLogin td .captcha,
#ticketForm div .captcha,
#clientLogin div .captcha {
  width: 88px;
  height: 31px;
  background: #000;
  display: block;
  float: left;
  margin-right: 20px;
}
#ticketForm td label.inline,
#clientLogin td label.inline,
#ticketForm div label.inline,
#clientLogin div label.inline {
  width: auto;
  padding: 0 10px;
}
#ticketForm div.error input,
#clientLogin div.error input {
  border: 1px solid #a00;
}
#ticketForm div.error label,
#clientLogin div.error label {
  color: #a00;
}
#ticketTable th {
  font-weight: normal;
  text-align: left;
}
#ticketTable th.required,
#ticketTable td.required {
  font-weight: bold;
  text-align: left;
}
#clientLogin {
  display: block;
  margin-top: 0;
  padding:10px;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  background:#FFF;
  width:100%;
  max-width:350px;
  float:right;
}
.rtl #clientLogin {
    background-position: 5% 50%;
}
#clientLogin .instructions {
    display:block;
	background:#F5F2F2;
	padding:20px 30px;
	color:#004b41;
}
.rtl #clientLogin .instructions {

    padding-right:0;
    padding-right: 2em;
    padding-left:90px;
}
#clientLogin p {
	
}
#clientLogin strong {

  color: #d00;

}
#clientLogin #email,
#clientLogin #ticketno {
  margin-right: 0;
}
#clientLogin input[type=text],
#clientLogin input[type=password] {
    padding: 10px;
    margin-bottom: 15px;
	border-bottom:2px solid #d8d8d8 !important;
	width:76%;
	color: #9E9E9E;
	font-size:14px;
	
}
#clientLogin input[type=submit] {
    padding:10px;
	width:82%;
	background:#02504B;
	color:#FFF;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	border:2px solid #FFF !important;
}
#clientLogin input[type=submit]:hover {
	background:#FFF;
	color:#02504B;
	border:2px solid #02504B !important;
}
#reply {
  margin-top: 20px;
  padding: 10px 5px;
  background: #f9f9f9;
  border: 1px solid #ccc;
}
#reply h2 {
  margin-bottom: 10px;
}
#reply > table {
  width: auto;
}
#reply table td {
  vertical-align: top;
}
#reply textarea {
  width: 628px !important;
}
#reply input[type=text],
#reply #response_options textarea {
  border: 1px solid #aaa;
  background: #fff;
}
/* Ticket icons */
.Icon {
  width: auto;
  padding-left: 20px;
  background-position: top left;
  background-repeat: no-repeat;
  color: #006699;
  text-decoration: none;
}
.Icon.Ticket {
  background-image: url('../images/icons/ticket.gif');
}
.Icon.webTicket {
  background-image: url('../images/icons/ticket.png');
}
.Icon.emailTicket {
  background-image: url('../images/icons/ticket_source_email.gif');
}
.Icon.phoneTicket {
  background-image: url('../images/icons/ticket_source_phone.gif');
}
.Icon.otherTicket, .Icon.apiTicket  {
  background-image: url('../images/icons/ticket_source_other.gif');
}

.Icon.attachment {
  background-image: url('../images/icons/attachment.gif');
}
.Icon.file {
  background-image: url('../images/icons/attachment.gif');
}
.Icon.refresh {

  width: 40px;
  height:40px; 
  border: 1px solid #265B57;
  padding-right:8px;
  color: #265B57;
  background:#FFF url(../images/icons/refresh2.png) no-repeat left center;
}
.Icon.refresh:hover {

  border: 2px solid #FFF;
  color: #FFF;
  background-repeat: no-repeat;
  background-image: url('../images/icons/refresh3.png') !important;
  background-color:#265B57;
}

.Icon.thread {
  font-weight: bold;
  font-size: 1em;
  background-image: url('../images/icons/thread.gif?1319556657');
}
.Icon:hover {
  text-decoration: underline;
}
#ticketTable {
  border: 0px solid #aaa;
  border-left: none;
  border-bottom: none;
  margin-bottom:20px;
}
#ticketTable caption {
  padding: 10px;
  text-align: left;
  color: #FFF;
  background: #004b41;
  border-bottom: none;
  font-weight: bold;
}
#ticketTable th {
  height: 30px;
  line-height: 30px;
  background: #265B57;
  border-right: 1px solid #FFF;
  padding:5px !important;
}
#ticketTable th a {
  color: #004b41;
}
#ticketTable td {
  padding: 5px;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #ddd;
  line-height: 30px;
}
#ticketTable tr.alt td {
  background: #f9f9f9;
}
#ticketSearchForm {
  display: inline-block;
  float: left;
  padding: 0 0 5px 0;
}
a.refresh {
  display: block;
  width: auto;
  float: right;
  line-height: 20px;
  text-align: center;
  padding: 10px 10px 10px 40px;
  border: 2px solid #265B57;
  margin-left: 10px;
  color: #265B57;
  background-repeat: no-repeat;
  background-image: url('../images/icons/refresh2.png');
}
a.refresh:hover {

  border: 2px solid #FFF;
  color: #FFF;
  background-repeat: no-repeat;
  background-image: url('../images/icons/refresh3.png') !important;
  background-color:#265B57;
}
.infoTable {
  background:none;
  }
.infoTable th {
  text-align: left;
  padding:10px;
  background:#eee;
  border-bottom:1px solid #ddd;
  margin-left:10px;
  font-weight:bold;
  color:#555555;
}
.infoTable td {
	padding:10px;
	border-bottom:1px solid #265B57;
}
#ticketThread table.response,
#ticketThread table.message {
  margin-top: 10px;
  border: 0px solid #aaa;
  border-bottom: 2px solid #265B57;
}
#ticketThread table th {
  text-align: left;
  border-bottom: 1px solid #aaa;
  font-size: 12px;
  padding: 5px;
}
#ticketThread table th span {
  font-weight: normal;
  color: #FFF;
  padding-left: 20px;
}
#ticketThread .message th {
  background: #265B57;
  padding:10px;
}
#ticketThread .response th {
  background: #ddd;
  padding:10px;
}
#ticketThread .info {
  padding: 2px;
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  height: 16px;
  line-height: 16px;
}
#ticketThread .info a {
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding-left: 24px;
  height: 16px;
  line-height: 16px;
  background-position: 0 50%;
  background-repeat: no-repeat;
}
.action-button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #777 !important;
  display: inline-block;
  border: 1px solid #aaa;
  cursor: pointer;
  font-size: 11px;
  height: 18px;
  overflow: hidden;
  background-color: #dddddd;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100% #dddddd));
  background-image: -webkit-linear-gradient(top, #efefef 0%, #dddddd 100%);
  background-image: -moz-linear-gradient(top, #efefef 0%, #dddddd 100%);
  background-image: -ms-linear-gradient(top, #efefef 0%, #dddddd 100%);
  background-image: -o-linear-gradient(top, #efefef 0%, #dddddd 100%);
  background-image: linear-gradient(top, #efefef 0%, #dddddd 100%);
  padding: 0 5px;
  text-decoration: none;
  line-height:18px;
  float:right;
  margin-left:5px;
}
.action-button span,
.action-button a {
  color: #777 !important;
  display: inline-block;
  float: left;
}
.action-button a {
  color: #777;
  text-decoration: none;
}
table.padded tr > td,
table.padded tr > th {
  height: 20px;
  padding-bottom: 5px;
}

.external-auth + .external-auth {
    margin-top: 4px;
}

a.external-sign-in {
    text-decoration: none;
}
.external-auth-box {
    vertical-align: middle;
    border-radius: 4px;
    border: 1px solid #777;
}
.external-auth-icon {
    display: inline-block;
    color: #333;
    width: 30px;
    padding: 5px 10px;
    border-right: 1px solid #ddd;
}
.external-auth-name {
    color: #333;
    width: 100px;
    padding: 5px 10px;
    line-height:30px;
    font-size: 11pt;
}
img.sign-in-image {
    border: none;
    max-height: 40px;
    max-width: 200px;
    width: auto;
    height: auto;
}
.login-box {
    width: 100%;
    display: block;
    padding: 10px 25px;
    float: left;
}

/*estilos caja*/

form div {
    display: block !important;
    width: 100%;
    float: left;
    padding: 0 !important;
    text-align: center;
}

/*estilos caja fin*/
.rtl .login-box {
    box-shadow: -12px 0 15px -15px rgba(0,0,0,0.4);
}
.flush-right {
    text-align: right;
}
.flush-left {
    text-align: left;
}
.login-minibox {
	background:#F5F2F2;
	padding:20px 30px;
	color:#004b41;
}
.links-bottom {
	margin:0 auto;
	width:100%;
	max-width:1200px;
	font-size: 12px;
  	line-height:26px;
}
.links-bottom h4{
	color:#FFF;
	padding:10px;
	border-bottom:1px solid #FFF;
	font-size:16px;
}
.links-bottom .links{
	display:inline-table; 
	width:33%;
}
.links-bottom .info{
	text-align:center; padding-top:10px; border-top:1px solid #0f3933; margin-top:10px;
}

.links-bottom a{
	color:#FFF !important;
}
.links-bottom a:hover{
	color:#265B57 !important;
}
.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  background: url(../images/bg.jpg) no-repeat top center !important;
  background-size: cover !important;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height:700px;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('../img/videoframe.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
}

.mascara_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background:rgba(0,0,0,0.5);
}

.contenido-white {
	background:#FFF;
	padding:30px;
	color:#000;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
.contenido-white p {
	color:#000;
}
.contenido-white input[type=text],
.contenido-white input[type=password] {
    padding: 10px;
    margin-bottom: 5px;
	border:2px solid #d8d8d8 !important;
	color: #9E9E9E;
	font-size:14px;
	
}
.contenido-white select  {
    padding: 10px;
    margin-bottom: 5px;
	border:2px solid #d8d8d8 !important;
	color: #9E9E9E;
	font-size:14px;

}
.contenido-white h3{
	color:#265B57;
}

.contenido-white h3{
	color:#265B57;
	float: left;
}

.pull-right.flush-right p, .pull-right.flush-right a{
    color: #fff !important;
}

.flush-left {
    margin-top: 10px;
    padding: 4px;
    background: rgba(108,135,133,0.5);
    width: 100%;
}

a#poweredBy {
    height: 12px !important;
}


#clientLogin input[type=text], #clientLogin input[type=password] {
    padding: 0 0px 4%;
    margin: 4% 10% 1% !important;
    border-bottom: 2px solid #d8d8d8 !important;
    width: 80%;
    color: #9E9E9E;
    font-size: 14px;
}

#clientLogin p {
    float: left;
    width: 80%;
    margin: 25px 10%;
}

#clientLogin p input{
    width: 100% !important;
}

.redactor-toolbar div a {
    width: 5% !important;
    float: left;
    margin: 0 4px;
    border-bottom: 0;
    color: #666666;
}

form div {
    color: #666666;
    font-weight: 700;
}

.instructions a {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
    border-bottom:1px solid #02504B !important;
    color: #666666;
}

form div {
    color: #666666;
    font-weight: 700;
}

.instructions {
    width: 90%;
    MARGIN: 0 5% 10px;
}

.buttons input:hover {
    background-color: white;
    color: #265B57;
    animation: all 300ms linear;
}

.dropzone {
    width: 300px;
    float: left;
    padding: 20px !important;
    background-color: #048592;
    color: white;
    font-weight: 100;
    font-size: 12px;
  cursor: context-menu;
    margin-top: 5px;
    margin-bottom: 27px;
}

.filedrop {
    margin-top: 40px;
}

.dropzone a {
    float: none !important;
    font-weight: bold;
    font-size: 14px;
    color: yellow !important;
}

.thread-body :last-child, .thread-body > div {
    margin-bottom: 20px;
    padding: 10px !important;
}

.redactor-in {
    height: 350px !important;
    margin-top: 38px !important;
    border: 1px solid #ccc;
    text-align: left;
    padding: 10px !important;

}

.redactor-air {

    max-width: 100% !important;

}

.form-header div {
    text-align: left;
    margin-bottom: 30px;
}

a.manual {
    border: 1px solid #ccc;
    padding: 8px;
}

div {
    text-align: left !important;
}

.thread-body h3, .thread-body .h3 {
    font-size: 16px !important;
}

.redactor-in-1 {
    margin-top: 40px;
}