/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

#nav ul,
.tabset,
.pagination,
.list,
.jcf-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul { display:inline-table;}

.clearfix:after,
#header:after,
.register-form .row:after,
.login-form .row:after {
	content: "";
	display: block;
	clear: both;
}

.links .mail,
.links .phone,
.user-info a,
#nav a,
.downloads .image-holder,
.pagination a,
#footer a,
.more,
.btn,
.jcf-list .jcf-option {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.btn-groups {
	text-align: justify;
	font-size: 1px;
	line-height: 0;
}

.btn-groups > * {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 10px;
	line-height: 14px;
}

.btn-groups:after {
	content: "";
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.downloads,
.tabset {
	letter-spacing: -1em;
}

#nav ul > *,
.downloads > *,
.tabset > * {
	letter-spacing: normal;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #0b0706;
	background: #fff;
	font: 13px / 17px Frutiger, Arial, "Helvetica Neue", Helvetica, sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	border-style: none;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 13px;
}

h2,
.h2 {
	font-size: 10px;
}

h3,
.h3 {
	font-size: 10px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #6e04c9;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid transparent;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: transparent;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #333;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #333;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #333;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #333;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #333;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

@font-face {
	font-family: Frutiger;
	src: url("../fonts/frutiger_bold.eot");
	src: url("../fonts/frutiger_bold.eot?#iefix") format("embedded-opentype"), url("../fonts/frutiger_bold.woff2") format("woff2"), url("../fonts/frutiger_bold.woff") format("woff"), url("../fonts/frutiger_bold.ttf") format("truetype"), url("../fonts/frutiger_bold.svg#frutiger_boldregular") format("svg");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: Frutiger;
	src: url("../fonts/frutiger_ce_45_light.eot");
	src: url("../fonts/frutiger_ce_45_light.eot?#iefix") format("embedded-opentype"), url("../fonts/frutiger_ce_45_light.woff2") format("woff2"), url("../fonts/frutiger_ce_45_light.woff") format("woff"), url("../fonts/frutiger_ce_45_light.ttf") format("truetype"), url("../fonts/frutiger_ce_45_light.svg#frutiger_ce_45_lightregular") format("svg");
	font-weight: 300;
	font-style: normal;
}

html,
body {
	height: 100%;
	font-weight: 300;
}

#wrapper {
	width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
	overflow: hidden;
	position: relative;
}

form {
    width: 100%;
	height: 100%;
	display: table;
	table-layout: fixed;
	overflow: hidden;
	position: relative;
}

#header {
	background: #adadad;
	padding: 10px 16px 5px;
}

.logo {
	width: 104px;
	float: left;
}

.logo img {
	width: 100%;
	height: auto;
}

.right-block {
    
	text-align: right;
	float: right;
	margin-top: -3px;
    margin-right:207px;  /*Con la bandera francesa tiene valor 225px. Sin ella tiene 165px*/
}

.right-block.nofb{
    margin-right:135px !important;  /*Con la bandera francesa tiene valor 130px (recalcular por link facebook)*/
}

.redes {
    position:absolute; 
    top:18px;
    right:152px;
    padding-left:0px; 
    margin-top:3px;
    /*border:solid 1px #ff0000;*/
}

.redes li {
    display:block; 
    float:left; 
    margin:0px 10px 0px 10px; 
    border:0px;
    }

.redes li.facebook {
     width:23px;
     height:23px;
     position: relative;
     margin-top:2px;
     vertical-align: middle;
     background: url("img/logo_facebook.png") no-repeat 0 0;
}

.redes li.facebook a {
     display:block; 
     width:100%; 
     height:100%;
}

.redes li.sep, li.sep_der{

     width:2px;
     height:28px;
     position: relative;
     vertical-align: middle;
     background: url("img/franja_sep.png") no-repeat 0 0;
}

.idiomas {
    position:absolute; 
    top:22px;
    right:20px;
    margin-left:25px; 
    padding-left:0px; 
    margin-top:3px
}

.idiomas li{
    display:block; 
    float:left; 
    margin-left:15px; 
    width:32px; 
    height:19px; 
    border:0px;
}

.idiomas li:first-child {
    margin-left:0px; 
}

.idiomas li a{
    width:32px; 
    height:19px; 
    display:block;
}

.idiomas li a.es {background:url(img/lang_es.png)}
.idiomas li a.en {background:url(img/lang_en.png)}
.idiomas li a.fr {background:url(img/lang_fr.png)}

.links {
	margin-bottom: 9px;
}

.links .mail,
.links .phone {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
	position: relative;
    /*font-weight: 300;*/
    font-size:18px !important;
}

 .links .mail {
        padding-left: 45px !important;
    }

.links .mail:after,
.links .phone:after {
	background: url("../images/sprite.png") no-repeat -23px 0;
	background-size: 50px;
	content: "";
	width: 19px;
	height: 31px;
	position: absolute;
	top: 1px;
	left: 5px;
}

.links .mail:hover,
.links .phone:hover {
	opacity: .6;
}

.links .mail:after {
	background-position: 0 2px;
}

.user-info a {
	color: #fff;
	text-decoration: none;
}

.user-info a + a:before {
	color: #fff;
	content: "|";
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}

.user-info a:hover {
	color: #994fd9;
}

#nav {
	background: #994fd9;
	text-align: center;
	margin: 0px 0px 20px 0px;
    padding:0px;
}

#nav li {
	display: inline-block;
	vertical-align: middle;
    text-align: center;
    margin:0px;
    padding:0px;
    
}

#nav li:last-child a {border-right: solid 1px #6e04c9 !important;}
#nav a {
	position:relative;
    color: #fff;
	text-decoration: none;
	display: block;
    text-align: center;
    padding: 6px 10px;
    margin:0px; width:100%;
    border-left: solid 1px #6e04c9 !important;
}

#nav a:hover {
	background: #6e04c9;
}

#nav a:active {
    background: #6e04c9;
}

#nav .active a {
	background: #6e04c9;
}

#main {
	padding: 6px 17px 0;
}

#main h1 {
	color: #6e04c9;
	line-height: 17px;
	margin-bottom: 17px;
}

#main .caption h1 {
	font-size: 25px;
	line-height: 29px;
}

#twocolumns {
	overflow: hidden;
}

.text-holder {
	text-align: center;
	color: #6e04c9;
	line-height: 17px;
	margin: -6px 0 3px;
	position: relative;
}

.text-holder p {
	margin-bottom: 4px;
}

.text-holder .holder {
	padding: 0 28px;
}

.carousel-block {
	position: relative;
	margin: -26px -17px 0 -17px;
}

.cycle-gallery {
	position: relative;
}

.mask {
	position: relative;
	overflow: hidden;
}

.slideset {
	width: 99999px;
	float: left;
}

.slide {
	float: left;
	overflow: hidden;
	position: relative;
}

.slide .slide-block {
	overflow: hidden;
}

.caption { background: rgba(255, 255, 255, .7);
	max-width: 86.4%;
	max-height: 205px;
	padding: 13px 43px 15px 31px;
	overflow: hidden;
	position: absolute;
	bottom: 30px;
	left: 0;
}

.caption h1 {
	font-weight: 900;
	margin-bottom: 0;
}

.caption p {
	margin-bottom: 0;}

.image-block {
	width: 218px;
	margin: 0 auto 10px;
}

.image-block img {
	width: 100%;
	height: auto;
}

.downloads {
	text-align: center;
	margin-bottom: 18px;
}

.downloads .title {
	font-weight: 700;
	display: block;
	margin-bottom: 2px;
}

.downloads .image-holder {
	width: 82px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
}

.downloads .image-holder:hover {
	opacity: .6;
}

.contact {
	background: #6e04c9;
	color: #fff;
	text-align: center;
	padding: 15px 10px 17px;
	margin: 0 -17px;
}

.contact .title {
	font-size: 11px;
	line-height: 15px;
	display: block;
	padding: 0 10px;
	margin-bottom: 8px;
}

.heading {
	background: #6e04c9;
	padding: 6px 12px 4px;
}

.heading h2 {
	color: #fff;
	line-height: 14px;
	margin-bottom: 0;
}

.heading h2 img {
	max-width: 15px;
	height: auto;
	vertical-align: middle;
	margin-right: 6px;
}

.block {
	margin-bottom: 14px;
}

.block h3 {
	line-height: 14px;
	padding-bottom: 2px;
	margin-bottom: 6px;
	border-bottom: 1px solid #4b484e;
}

.block .text {
	background: #f0e6fa;
	padding: 7px 12px 9px;
}

.block .text p {
	margin-bottom: 5px;
}

.compare-block {
	padding-bottom: 4px;
	margin-bottom: 11px;
	border-bottom: 1px solid #0b0706;
}

.compare-block .total {
	font-size: 13px;
	line-height: 17px;
	color: #e51b23;
	display: block;
}

.compare-block .summary {
	text-align: right;
}

.compare-block .summary em {
	font-size: 8px;
	line-height: 12px;
	font-style: normal;
	display: block;
}

.tabset li {
	display: inline-block;
	vertical-align: top;
}

.tabset a {
	background: #b782e4;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 16px;
	-webkit-transition: background .3s ease-in;
	transition: background .3s ease-in;
}

.tabset a:hover {
	background: #6e04c9;
}

.tabset .active a {
	background: #6e04c9;
}

.tab-content {
	background: #f0e6fa;
	padding: 7px 12px 11px;
	margin-bottom: 14px;
}

.tab-content p {
	margin-bottom: 7px;
}

.tab-content .title {
	display: block;
	margin-bottom: 1px;
}

#sidebar .btn {
	width: 123px;
	display: block;
	margin: 0 auto;
}

.order-detail-block {
	margin-bottom: 10px;
}

.order-detail table {
	width: 100%;
}

.order-detail th {
	text-align: left;
	padding: 4px 12px 2px;
}

.order-detail th:last-child {
	text-align: right;
}

.order-detail thead {
	background: #e2cdf4;
}

.order-detail tbody {
	line-height: 12px;
}

.order-detail td {
	padding: 8px 12px;
	vertical-align: top;
}

.order-detail td:last-child {
	text-align: right;
}

.order-detail tfoot {
	background: #d3b4ef;
}

.order-detail tfoot td {
	font-weight: bold;
}

.order-detail .info {
	display: block;
	padding-left: 16px;
	margin-bottom: 4px;
	position: relative;
}

.order-detail .info:before {
	background: url(../images/ico-info.png) no-repeat;
	background-size: contain;
	content: "";
	width: 13px;
	height: 12px;
	position: absolute;
	top: 0;
	left: 0;
}

.order-detail .description {
	background: #f0e6fa;
}

.order-detail .bordered {
	border-top: 1px solid #b4acbb;
}

.message {
	color: #6e04c9;
	text-align: center;
	padding-top: 16px;
}

.message p {
	margin-bottom: 8px;
}

.message .image-holder {
	width: 36px;
	margin: 0 auto 11px;
}

.register-form input[type="email"],
.register-form input[type="tel"],
.register-form input[type="password"],
.register-form input[type="text"],
.login-form input[type="email"],
.login-form input[type="tel"],
.login-form input[type="password"],
.login-form input[type="text"] {
	font-size: 10px;
	line-height: 1;
	width: 45.3%;
	display: block;
	padding: 0 5px;
}

.register-form input[type="email"]:focus,
.register-form input[type="tel"]:focus,
.register-form input[type="password"]:focus,
.register-form input[type="text"]:focus,
.login-form input[type="email"]:focus,
.login-form input[type="tel"]:focus,
.login-form input[type="password"]:focus,
.login-form input[type="text"]:focus {
	outline: none;
}

.register-form input[type="email"].full-width,
.register-form input[type="tel"].full-width,
.register-form input[type="password"].full-width,
.register-form input[type="text"].full-width,
.login-form input[type="email"].full-width,
.login-form input[type="tel"].full-width,
.login-form input[type="password"].full-width,
.login-form input[type="text"].full-width {
	width: 100%;
}

.register-form input[type="submit"],
.login-form input[type="submit"] {
	width: 84px;
	height: 25px;
	padding: 5px 10px;
	border-radius: 6px;
	border: none;
	margin-top: 8px;
}

.register-form label,
.login-form label {
	display: inline-block;
	vertical-align: top;
}

.register-form .row,
.login-form .row {
	margin-bottom: 5px;
}

.register-form .col,
.login-form .col {
	width: 46.3%;
	float: left;
}

.register-form .col input[type="email"],
.register-form .col input[type="password"],
.register-form .col input[type="text"],
.login-form .col input[type="email"],
.login-form .col input[type="password"],
.login-form .col input[type="text"] {
	width: 100%;
}

.register-form .col:nth-child(2n),
.login-form .col:nth-child(2n) {
	width: auto;
	float: none;
	overflow: hidden;
	padding-left: 6px;
}

.register-form .jcf-select,
.login-form .jcf-select {
	width: 45.3%;
	min-width: 0;
	height: 14px;
}

.register-form .jcf-select-text,
.login-form .jcf-select-text {
	padding: 1px 26px 1px 6px;
}

.login-form {
	width: 53%;
	margin-bottom: 12px;
}

.login-form input[type="password"],
.login-form input[type="text"] {
	width: 100%;
}

.login-form input[type=submit] {
	width: 100%;
	margin: 9px 0 4px;
}

.login-form .row {
	margin-bottom: 7px;
}

.login-form .btn-holder {
	width: 87%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}

.login-form .password-recover {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}

.contact-info-form select,
.subscription-form select {
	width: 100%;
	padding: 14px 44px 14px 13px;
}

.contact-info-form input[type="submit"],
.subscription-form input[type="submit"] {
	display: none;
	border: none;
	border-radius: 6px;
}

.contact-info-form .jcf-select {
	width: 45.3%;
	min-width: 0;
	height: 14px;
}

.contact-info-form .jcf-select-text {
	padding: 1px 26px 1px 6px;
}

.order-form input[type="checkbox"] {
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.order-form input[type="submit"] {
	width: 94px;
	height: 24px;
	border: none;
	border-radius: 6px;
}

.order-form .btn:hover {
	background: #994fd9;
	color: #6e04c9;
}

.order-form label {
	display: inline-block;
	vertical-align: middle;
}

.order-form .row {
	margin-bottom: 10px;
}

.pagination {
	width: 100%;
	position: absolute;
	top: 217px;
	left: 20px;
}

.pagination li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
}

.pagination a {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	background: #a5a5a5;
	height: 6px;
	width: 6px;
	display: block;
	border-radius: 50%;
}

.pagination a:hover {
	background: #6e04c9;
}

.pagination .active a {
	background: #6e04c9;
}

.list li {
	padding-left: 4px;
	position: relative;
}

.list li:before {
	content: ".";
	position: absolute;
	top: -3px;
	left: 0;
}

#footer {
	display: table-footer-group;
	height: 1%;
}

#footer a {
	color: #0b0706;
	text-decoration: none;
}

#footer a:hover {
	color: #6e04c9;
}

#footer p {
	margin-bottom: 0;
    font-size:13px;
}

#footer .footer-holder {
	background: #cbcbcb;
	text-align: center;
	font-weight: 300;
	padding: 4px 10px;
}

.container {
	max-width: 940px;
	margin: 0 auto;
    min-height :100%; /* JOSE*/
}

.more {
	color: #6e04c9;
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}

.more:hover {
	opacity: .6;
}

.more em {
	text-align: left;
	font-style: normal;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	padding-bottom:10px;
}

.more .image-holder {
	width: 15px;
	display: inline-block;
	vertical-align: top;
}

.btn {
	background: #fff;
	width: 94px;
	color: #6e04c9;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	border-radius: 5px;
}

.btn:hover {
	background: #994fd9;
	color: #fff;
}

.btn-primary {
	background: #6e04c9;
	color: #fff;
	border-radius: 6px;
}

.btn-primary:hover {
	background: #fff;
	color: #6e04c9;
}

.btn-groups {
	text-align: justify;
	font-size: 1px;
	line-height: 0;
	margin-bottom: 10px;
}

.btn-groups:after {
	content: "";
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.btn-groups > * {
	font-size: 10px;
	line-height: 14px;
	display: inline-block;
	vertical-align: top;
}

.bg-stretch {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.bg-stretch img {
	width: 100%;
	height: auto;
}

.image-holder img {
	max-width: 100%;
	height: auto;
}

.jcf-select {
	background: #fff;
	min-width: 150px;
	height: 21px;
	display: block;
	position: relative;
}

.jcf-select-text {
	font-size: 9px;
	line-height: 13px;
	text-overflow: ellipsis;
	display: block;
	padding: 5px 24px 5px 8px;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
}

.jcf-select-opener {
	width: 26px;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select-opener:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 4px 0;
	border-color: #333 transparent transparent;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select-drop-content {
	border: 1px solid #e2cdf4;
	border-top: none;
}

body > .jcf-select-drop {
	margin: -1px 0 0;
	position: absolute;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-drop-flipped {
	top: auto;
	bottom: 100%;
}

.jcf-select .color {
	color: #e51b23;
}

.jcf-list {
	font-size: 12px;
	line-height: 14px;
	background: #fff;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.jcf-list-content {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	overflow: auto;
}

.jcf-list-box {
	min-width: 200px;
	display: inline-block;
	margin: 0 15px;
	overflow: hidden;
	border: 1px solid #b8c3c9;
}

.jcf-list li {
	overflow: hidden;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	color: #0b0706;
	height: 1%;
	display: block;
	padding: 5px 9px;
	overflow: hidden;
	cursor: default;
}

.jcf-list .jcf-option-caption {
	color: #000;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	white-space: nowrap;
	cursor: default;
}

.jcf-list .jcf-option .jcf-option {
	padding-left: 30px;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-list .color {
	color: #e51b23;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #994fd9;
	color: #fff;
}

.jcf-disabled {
	background: #ddd !important;
}

.jcf-checkbox {
	background: #ccc;
	height: 8px;
	width: 8px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 3px;
	position: relative;
	overflow: hidden;
	cursor: default;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

.jcf-checkbox span {
	width: 5px;
	height: 2px;
	display: none;
	margin: -1px 0 0 -2px;
	border-style: solid;
	border-color: #6e04c9;
	border-width: 0 0 1px 1px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-focus,
.jcf-focus * {
	border-color: #6e04c9 !important;
}

.js-tab-hidden {
	display: block !important;
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

@media (min-width: 768px) {
	html,
	body {
		font-size: 14px;
		line-height: 18px;
	}

	#header {
		padding: 15px 24px;
	}

	.logo {
		width: 160px;
	}

	.links {
		margin-bottom: 12px;
	}

	.links .mail,
	.links .phone {
		margin-left: 24px;
	}

	.links .mail:after,
	.links .phone:after {
		background-size: 50px;
		width: 19px;
		height: 31px;
	}

	.links .mail {
		font-size: 14px;
		line-height: 18px;
		padding-left: 30px;
	}

	.links .phone {
		font-size: 17px;
		line-height: 21px;
		padding-left: 24px;
	}

	.links .phone:after {
		background-position: -27px 0;
	}

	.user-info {
		font-size: 13px;
		line-height: 17px;
	}

	.user-info a + a:before {
		margin-top: -5px;
	}

	#nav {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 43px;
	}

	#nav a {
		width: 156px;
		padding: 16px 10px 14px;
	}

	#main {
		padding: 6px 15px 0;
	}

	#main h1 {
		font-size: 25px;
		line-height: 29px;
		margin-bottom: 37px;
	}

	#main .caption h1 {
		margin-bottom: 0;
	}

	#twocolumns #content {
		width: 66%;
		float: left;
		margin-right: 20px;
	}

	.text-holder {
		line-height: 25px;
		margin-bottom: 36px;
	}

	.text-holder .holder {
		max-width: 540px;
		padding: 0 10px;
		margin: 0 auto;
	}

	.carousel-block {
		margin: -60px -15px 40px;
	}

	.slide {
		height: 404px;
	}

	.slide .slide-block {
		height: auto;
	}

	.slide .bg-stretch {
		overflow: hidden;
		top: 11px;
		bottom: 33px;
	}

	.caption {
		font-size: 20px;
		line-height: 24px;
		max-width: 36%;
		max-height: 295px;
		padding: 28px 40px;
		bottom: 76px;
	}

	.caption h1 {
		margin-bottom: 4px;
	}

	.image-block {
		width: auto;
		max-width: 44%;
		margin: 0;
		text-align: right;
		position: absolute;
		top: 0;
		right: 4.9%;
		bottom: 0;
	}

	.image-block img {
		width: auto;
        height: 95%;
        margin-top: 3%;
	}

	.downloads {
		margin-bottom: 24px;
	}

	.downloads .title {
		font-size: 13px;
		line-height: 17px;
		max-width: 270px;
		margin: 0 auto 10px;
	}

	.downloads .image-holder {
		width: 82px;
		margin: 0 8px;
	}

	.contact {
		padding: 22px 0;
	}

	.contact .title {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 20px;
	}

	.heading {
		padding: 15px 15px 11px;
	}

	.heading h2 {
		font-size: 14px;
		line-height: 18px;
	}

	.heading h2 img {
		max-width: 22px;
		margin: 0 6px 0 -2px;
	}

	.block {
		margin-bottom: 19px;
	}

	.block h3 {
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 13px;
	}

	.block .text {
		font-size: 12px;
		line-height: 18px;
		padding: 15px 15px 20px;
    }

	.block .text p {
		margin-bottom: 21px;
	}

	.compare-block {
		margin-bottom: 7px;
		border-bottom: none;
	}

	.compare-block .rate {
		font-size: 13px;
		line-height: 17px;
		display: block;
		width: 168px;
		margin-bottom: 9px;
	}

	.compare-block .total {
		font-size: 17px;
		line-height: 1;
		margin-bottom: 3px;
	}

	.compare-block .summary {
		display: block;
		padding-top: 12px;
		border-top: 1px solid #0b0706;
	}

	.compare-block .summary em {
		font-size: 10px;
		line-height: 1;
	}

	.tabset {
		font-size: 14px;
		line-height: 18px;
	}

	.tabset li {
		letter-spacing: 1px;
		margin-right: 1px;
	}

	.tabset a {
		padding: 8px 22px;
	}

	.tab-content {
		font-size: 12px;
		line-height: 16px;
		padding: 17px 15px;
		margin-bottom: 20px;
	}

	.tab-content p {
		margin-bottom: 22px;
	}

	.tab-content .title {
		margin-bottom: 14px;
	}

	#sidebar {
		overflow: hidden;
	}

	#sidebar .btn {
		font-size: 14px;
		line-height: 18px;
		width: 100%;
	}

	.order-detail {
		max-width: 780px;
		padding-top: 11px;
		margin: 0 auto;
	}

	.order-detail-block {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 16px;
	}

	.order-detail th {
		padding: 13px 25px 8px;
	}

	.order-detail td {
		padding: 18px 25px;
	}

	.order-detail tbody {
		line-height: 22px;
	}

	.order-detail tfoot {
		font-size: 19px;
		line-height: 23px;
	}

	.order-detail tfoot td {
		padding: 13px 25px 8px;
	}

	.order-detail .info {
		font-size: 13px;
		line-height: 17px;
		padding-left: 33px;
		margin-bottom: 29px;
	}

	.order-detail .info:before {
		width: 24px;
		height: 24px;
		top: -4px;
	}

	.message {
		font-size: 16px;
		line-height: 21px;
		padding-top: 40px;
	}

	.message p {
		margin-bottom: 22px;
	}

	.message .image-holder {
		width: 70px;
		margin-bottom: 25px;
	}

	.register-form input[type="email"],
	.register-form input[type="tel"],
	.register-form input[type="password"],
	.register-form input[type="text"],
	.login-form input[type="email"],
	.login-form input[type="tel"],
	.login-form input[type="password"],
	.login-form input[type="text"] {
		font-size: 13px;
		line-height: 17px;
		width: 42%;
		padding: 3px 10px;
	}

	.register-form input[type="submit"],
	.login-form input[type="submit"] {
		font-size: 16px;
		line-height: 20px;
		width: 125px;
		height: 37px;
		border-radius: 11px;
	}

	.register-form label,
	.login-form label {
		font-size: 13px;
		line-height: 17px;
		margin-bottom: 5px;
	}

	.register-form .row,
	.login-form .row {
		margin-bottom: 10px;
	}

	.register-form .col,
	.login-form .col {
		width: 49%;
	}

	.register-form .col:nth-child(2n),
	.login-form .col:nth-child(2n) {
		padding-left: 10px;
	}

	.register-form .jcf-select,
	.login-form .jcf-select {
		width: 42%;
		height: 25px;
	}

	.register-form .jcf-select-text,
	.login-form .jcf-select-text {
		padding: 4px 35px 4px 10px;
	}

	.register-form .jcf-select-opener,
	.login-form .jcf-select-opener {
		width: 35px;
	}

	.login-form {
		width: 49%;
		margin-bottom: 12px;
	}

	.login-form input[type="password"],
	.login-form input[type="text"] {
		width: 100%;
	}

	.login-form input[type=submit] {
		width: 100%;
		margin: 8px 0;
	}

	.login-form .row {
		margin-bottom: 12px;
	}

	.login-form .btn-holder {
		width: 86%;
		font-size: 12px;
		line-height: 16px;
	}

	.contact-info-form {
		padding: 5px 0 0;
	}

	.contact-info-form .jcf-select {
		width: 42%;
		height: 25px;
	}

	.contact-info-form .jcf-select-text {
		padding: 4px 35px 4px 10px;
	}

	.contact-info-form .jcf-select-opener {
		width: 35px;
	}

	.order-form input[type="submit"] {
		width: 165px;
		height: 45px;
		border-radius: 11px;
	}

	.order-form label {
		font-size: 14px;
		line-height: 18px;
	}

	.order-form .row {
		margin-bottom: 34px;
	}

	.order-form .btn {
		width: 95px;
	}

	.pagination {
		top: auto;
		bottom: 45px;
		left: 20px;
	}

	.pagination li {
		margin-right: 7px;
	}

	.pagination a {
		width: 10px;
		height: 10px;
	}

	.list li {
		padding-left: 9px;
		margin-bottom: 6px;
	}

	.list li:before {
		top: -4px;
	}

	#footer {
		font-size: 10px;
		line-height: 14px;
    
	}

	#footer .footer-holder {
		padding: 7px 10px;
	}

	.more {
		font-size: 13px;
		line-height: 17px;
		position: absolute;
		top: 4px;
		right: -4px;
	}

	.more .image-holder {
		width: 30px;
		margin-right: 0;
	}

	.btn-groups > * {
		font-size: 17px;
		line-height: 21px;
		padding: 9px 5px;
	}

	.jcf-select {
		height: 41px;
	}

	.jcf-select-text {
		font-size: 13px;
		line-height: 17px;
		padding: 14px 44px 14px 13px;
	}

	.jcf-select-opener {
		width: 44px;
	}

	.jcf-select-opener:after {
		border-width: 7px 5px 0 4px;
	}

	.jcf-list {
		font-size: 13px;
		line-height: 17px;
	}

	.jcf-list .jcf-option {
		padding: 7px 13px;
	}

	.jcf-checkbox {
		width: 14px;
		height: 14px;
		margin-right: 6px;
	}

	.jcf-checkbox span {
		width: 8px;
		height: 4px;
		margin: -3px 0 0 -4px;
		border-width: 0 0 3px 3px;
	}
}

@media (min-width: 768px) and (max-width: 1099px) {
	.carousel-block {
		margin-bottom: 0px;
	}
        
    .idiomas{
        top:9px;
        right:10px;
    }

    .redes{
        top:6px;
        right:141px;
        /*right:95px;*/
    }

    .links .mail {
        padding-left: 35px !important;
    }
}

@media (min-width: 768px) and (max-width: 1299px) {
	.image-block {
		max-width: none;
	}
}

@media (min-width: 1024px) {
	html,
	body {
		font-size: 19px;
		line-height: 23px;
	}

	#header {
		padding: 21px 39px 12px 34px;
	}

	.logo {
		width: 211px;
	}

	.links {
		padding-top: 3px;
		margin-bottom: 22px;
	}

	.links .mail,
	.links .phone {
		margin-left: 24px;
	}

	.links .mail:after,
	.links .phone:after {
		background: url("../images/sprite.png") no-repeat -43px 0;
		width: 28px;
		height: 31px;
	}

	.links .mail {
		font-size: 18px;
		line-height: 22px;
		padding-left: 54px;
	}

	.links .mail:after {
		background-position: 0 0;
	}

	.links .phone {
		font-size: 23px;
		line-height: 27px;
		padding-left: 37px;
	}

	.links .phone:after {
		top: -2px;
	}

	#main {
		padding: 6px 0 0;
	}

	#main .caption h1 {
		font-size: 50px;
		line-height: 59px;
	}

	.text-holder .holder {
		max-width: 730px;
	}

	.carousel-block {
        margin: -69px 0 0px;
	}

	.slide {
		height: 519px;
	}

	.slide .bg-stretch {
		top: 20px;
		bottom: 54px;
	}

	.caption {
		font-size: 20px;
		line-height: 24px;
		max-width: 45%;
		max-height: 345px;
		overflow: hidden;
		padding: 24px 84px 37px 87px;
		bottom: 124px;
	}

	.image-block {
		max-width: 34%;
	}

	.contact {
		padding: 32px 0;
		margin: 0;
	}

	.contact .title {
		font-size: 22px;
		line-height: 26px;
	}

	.heading {
		padding: 15px 25px 11px;
	}

	.heading h2 {
		font-size: 18px;
		line-height: 22px;
	}

	.heading h2 img {
		max-width: 33px;
		margin: 0 12px 0 -6px;
	}

	.block h3 {
		font-size: 16px;
		line-height: 20px;
	}

	.block .text {
		font-size: 16px;
		line-height: 23px;
		padding: 15px 25px 20px;
	}

	.compare-block .rate {
		font-size: 17px;
		line-height: 22px;
		margin-bottom: 9px;
	}

	.compare-block .total {
		font-size: 27px;
		line-height: 1;
	}

	.compare-block .summary em {
		font-size: 12px;
		line-height: 1;
	}

	.tabset {
		font-size: 18px;
		line-height: 22px;
	}

	.tabset a {
		padding: 14px 32px 12px;
	}

	.tab-content {
		font-size: 14px;
		line-height: 18px;
		padding: 17px 28px 23px 25px;
	}

	#sidebar .btn {
		font-size: 18px;
		line-height: 22px;
	}

	.register-form input[type="email"],
	.register-form input[type="tel"],
	.register-form input[type="password"],
	.register-form input[type="text"],
	.login-form input[type="email"],
	.login-form input[type="tel"],
	.login-form input[type="password"],
	.login-form input[type="text"] {
		font-size: 14px;
		line-height: 18px;
	}

	.register-form input[type="submit"],
	.login-form input[type="submit"] {
		font-size: 18px;
		line-height: 22px;
		width: 165px;
		height: 47px;
	}

	.register-form label,
	.login-form label {
		font-size: 16px;
		line-height: 20px;
	}

	.register-form .row,
	.login-form .row {
		margin-bottom: 18px;
	}

	.login-form {
		margin-bottom: 32px;
	}

	.login-form input[type=submit] {
		width: 100%;
		margin: 14px 0;
	}

	.login-form .row {
		margin-bottom: 18px;
	}

	.login-form .btn-holder {
		font-size: 16px;
		line-height: 20px;
	}

	.pagination {
		bottom: 74px;
		left: 50px;
	}

	#footer .footer-holder {
		padding: 17px 10px 14px;
	}

	.more {
		right: 93px;
	}

	.more .image-holder {
		margin-right: 3px;
	}

	.btn {
		width: 188px;
		padding: 12px 5px;
		border-radius: 11px;
	}

	.btn-primary {
		border-radius: 11px;
	}

	.jcf-select-text {
		font-size: 15px;
		line-height: 19px;
	}

	.jcf-select-opener:after {
		border-width: 9px 7px 0 6px;
	}

	.jcf-list {
		font-size: 15px;
		line-height: 19px;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.more {
		right: 5px;
	}  



     #ibox_content { width: 800px !important; height:60% !important ;}
}

@media only screen and (min-width: 1025px) {
	a[href^=tel],
	a[href^=skype],
	a[href^=sms] {
		cursor: default;
		pointer-events: none;
	}
    
}

@media (max-width: 767px) {

    .right-block{
        float:right;
        margin-right:55px;
        margin-top:7px;
        text-align:right;
        /*border:solid 1px #ff0000;*/
        width:86%;
    }

    .right-block.nofb{
        width:100%; 
        float:left;
    }

    .idiomas { 
        top:12px;
        right:16px;
    }

    /* Redes */
    .redes{
        top:46px;
        right:6px;
        /*border:solid 1px #ff0000;*/
    }

    .redes li{
        margin-left:7px;
    }

    .redes li.sep{
        height:17px;
    }

    .redes li.sep_der {
       display:none;
    }

    .redes li.facebook{
        width:19px;
        height:19px;
        margin-top:-1px;
        background: url("img/logo_facebook2.png") no-repeat 0 0;
    }
    /* Fin Redes */

    .links .mail,
    .links .phone {
	    font-size:13px !important;
    }

    .links .mail {
        padding-left: 30px !important;
    }

	.slide .slide-block {
		height: 239px;
		position: relative;
		margin-bottom: 16px;
	}

	.compare-block {
		text-align: justify;
		font-size: 1px;
		line-height: 0;
	}

	.compare-block:after {
		content: "";
		width: 100%;
		display: inline-block;
		vertical-align: top;
	}

	.compare-block .summary,
	.compare-block .rate {
		font-size: 10px;
		line-height: 12px;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		max-width: 100px;
	}
  }

/*error*/
.error{
	position:absolute; top:50% !important; left:50% !important; margin-top:-72px; margin-left:-162px;
	padding:0 44px;
    width: 325px;
	height: 164px;
	background-color:  rgba(131,33,200,.90) !important;
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.43), inset 0 0 8px rgba(51,51,51,.53);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.43), inset 0 0 8px rgba(51,51,51,.53);
	box-shadow: 0 2px 4px rgba(0,0,0,.43), inset 0 0 8px rgba(51,51,51,.53);
}
.error h1{ margin-top:25px;  font-size:40px !important; font-weight:100; color:rgba(255,255,255,1) !important; margin-bottom:25px !important;}
.error p { font-size:15px; margin-top:10px; font-weight:300; color:rgba(255,255,255,1) ; }
.error a { position:absolute; bottom:20px; right:30px; color:#ffffff; text-decoration:underline;}

.error a.close{ position:absolute; top:0; right:5px; color:rgba(255,255,255,1);font-size:23px; font-weight:700; cursor:pointer; display:block; padding:5px; text-decoration:none;}

.text-marco {text-align:left !important ; height:40px; border:1px solid #cbcbcb;	border-radius: 10px !important;}

/*box*/
.box{ margin:0 0 10px 0; padding:5px 0px 5px 5px; position:relative; -webkit-border-radius: 10px 10px 10px 10px;border-radius: 10px 10px 10px 10px; font-size:13px ; background-color:#fff;}
.box h2 {color:#333; background-color:#ECECEC; padding:4px;  /*-webkit-border-radius: 5px 5px 5px 5px;border-radius: 5px 5px 5px 5px;*/}
.box .info{ position:absolute; bottom:5px; right:2px; background:url(img/bg-info.png) no-repeat 0 0; display:block; text-indent:-1999em; overflow:hidden}
.box .info2{ position:absolute; bottom:5px; right:2px; background:url(img/bg-info.png) no-repeat 0 0; width:21px;  display:block; text-indent:-1999em; overflow:hidden}

/*ventana-modal
------------------------------------------------------------------*/
.ventana-modal {left:0; font: 13px / 17px Frutiger, Arial, "Helvetica Neue", Helvetica, sans-serif; position:fixed; top:0; z-index:9999999; width:100%; background:rgba(51,51,51, .9); height:100%; font-size:13px ;}
.ventana-modal .box{ width:480px; height:500px; position:absolute; top:50%; left:50%; margin-left:-240px; margin-top:-250px; padding:15px;  }
.ventana-modal .box h1 {        color: #000 !important;    }
.ventana-modal .box .scroll{ height:480px; overflow:auto;}
.ventana-modal .box a	{color:#373539 !important; font-size:13px !important;}
.ventana-modal .box .close{ background:url("img/cerrar2b.jpg") no-repeat 0 0; width:27px; height:27px; position:absolute; top:-15px; right:-10px; display:block; z-index:10; color:#6e05c9;  font-size:13px; font-weight:bold;}
.ventana-modal .close:hover {background:url("img/cerrar_onb.jpg")  no-repeat !important;color:#000;}


.delapps{background:url("img/delete.jpg") no-repeat 0 0; margin:-14px -0px 9px -13px; width: 30px; height: 30px; position:absolute; z-index:99000;    }

/* Smartphones ----------- */

@media only screen and (max-width : 640px) 
{
    .ventana-modal2{width:310px; height:440px;}
	form {overflow:hidden;}
	.ventana-modal .box{ width:270px !important;  height:300px !important; margin-left:-150px !important; margin-top:-150px !important;}
    .ventana-modal .box .scroll{ height:280px !important; overflow:auto}   
}

@media (max-width : 340px) {

    .right-block{
        float:right;
        margin-right:50px;
        margin-top:7px;
        text-align:right;
        font-size:11.5px !important;
    }



    .redes li{
        margin-left:5px;
    }
    
}

