﻿/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Lato', sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 15px;
	color: #333;
	background-repeat:no-repeat;
}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}

div.module_wmm h3 {
	font-size:20px;
	padding:5px;
	text-align:center;
}
div.module_wmm{
	padding:10px;
	margin:0px;
	width:100%;
	color:#FFF;
}
.ccc{
	border:0px solid #CCC;
	padding:15px;
	background:#396444;
	color:#FFF;
	font-size:20px;
	font-weight:bold;
		border:1px 1B8628 solid;
	border-radius:3px; 
    -moz-border-radius:3px; /* Firefox */ 
    -webkit-border-radius:3px; /* Safari y Chrome */
	text-align:center;
}
a:link, a:visited {
		text-decoration: none;
	color:#3A429C;
}

a:hover {
	text-decoration: underline;

}
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:25px;
	height:25px;
	border:none;
	text-indent:100%;
	background:url(../images/ui.totop.png) no-repeat left top;
}

#toTopHover {
	background:url(../images/ui.totop.png) no-repeat left -25px;
	width:25px;
	height:25px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
	outline:none;
}

a.especial:link, a.especial:visited {
	text-decoration: none;
	color:#FFFFFF;
}

a.especial:hover {
	text-decoration: underline;

}


a.linkcc:link, a.linkcc:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a.linkcc:hover {
	text-decoration: underline;

}

a.selector:link, a.selector:visited {
	text-decoration: none;
	color:#FFFFFF;
}
a.selector:hover {
	text-decoration: underline;

}



input.button { cursor: pointer; }
p { margin-top: 0; margin-bottom: 5px; }
img { border: 0 none; }
 /* ---------------------
   Intro / subitems
---------------------- */
div.items-row {
    clear: left;
    float: left; /* IE 6/7 Fix */
    width: 100%; /* IE 6/7 Fix */
}
 
div.cols-2 {
    overflow: hidden;
}
 
div.item h2 {
    display: block;
    float: left;
    width: 70%;
    margin: 0 0 5px 0;
}
 
div.column-1 {
    float: left;
    padding: 0 0px 0 0;
    margin: 0px 0 0 0;
    height: 100%;
	padding-right:10px;
}
 
div.column-2 {
    float: left;
    padding: 0 0px 0 0;
    margin: 0px 0 0 0;
    height: 100%;
	padding-right:10px;
}
div.column-3 {
    float:left;
    padding: 0 0px 0 0;
    margin: 0px 0 0 0;
    height: 100%;
	padding-right:10px;
}
div.column-4 {
    float: left;
    padding: 0 0px 0 0;
    margin: 0px 0 0 0;
    height: 100%;
	padding-right:10px;
}
/* -------
   Wrapper
---------- */
div.contentpane h2 {
    margin: 0 0 20px 0;
}
 
div.contentpane iframe {
    border: 0 none;
}
/* -------------------
   General Pagination
--------------------- */
div.pagination {
    clear: both;
    text-align: center;
    margin: 10px 0 0 0;
	padding-top:30px;
	font-size:10px;
}
 
div.pagination p.counter {
    font-style: italic;
}
 
div.pagination ul {
    padding: 0;
}
 
div.pagination ul li {
    display: inline;
    padding: 0 5px 0 5px;
}
/* ------------------
   Read more ... link
------------------- */
p.readmore {
    margin: 15px 0 0 0;
}
 
p.readmore a {
    padding: 3px 10px 4px 10px;
    color: #333;
    text-decoration: none;
    height: 16px;
}
 
p.readmore a:hover {
    padding: 3px 10px 4px 10px;
    color: #000;
    text-decoration: none;
    height: 16px;
}
/* -----------------------------
   PRINT, EMAIL en EDITOR Button
------------------------------ */
ul.actions {
    padding: 0;
    float: right;
    text-align: right;
	margin:0px;
	padding:0px;
	margin-right:0px;

}
 
 /* Alle buttons hebben dezelfde stijl */
ul{
		margin:0px;
	padding:0px;
}
li {
	margin:0px;
	padding:0px;}
 

/* Alle buttons hebben dezelfde stijl */
ul.actions li {
	display:inline;
	margin:0px;
	padding:0px;
}
 
ul.actions li a img {
   border: 0px #999 solid;
}
 
ul.actions li a:hover img {
   border: 0px #333 solid;
}
/* -------------------
   E-mail popup screen
---------------------- */
div#mailto-window h2 {
    margin: 0 0 15px 0;
	padding:20px;
}
 
div#mailto-window div.mailto-close {
    padding: 5px 0 20px 0;
}
 
div#mailto-window div.mailto-close a {
    display: block;
    width: 100px;
    text-align: center;
    padding: 3px 10px 4px 10px;
    color: #333;
    text-decoration: none;
	padding-left:16px;
}
 
div#mailto-window div.mailto-close a:hover {
    display: block;
    width: 100px;
    text-align: center;
    padding: 3px 10px 4px 10px;
    color: #F0F;
    text-decoration: none;
	padding-left:16px;
}
 
div#mailto-window form#mailtoForm div.formelm label {
    display: block;
    float: left;
    width: 200px;
}
 
div#mailto-window form#mailtoForm div.formelm input {
    margin: 0 0 3px 0;
}
 
div#mailto-window form#mailtoForm button.button {
    margin: 15px 0 0 0;
}
/* ------------------------------
   Tooltip voor de editor button
------------------------------- */
.tip {
    background-color: #fff;
    border: 1px #999 solid;
    padding: 5px;
    font-family: 'Lato', sans-serif;
    font-size: 11px;
}
 
.tip-title {
    font-weight: bold;
}
/* -------------------------
   Pagination Single Article
---------------------------- */
 
ul.pagenav {
    padding: 0;
    margin: 15px 0 15px 0;
	font-size:11px;
}
 
ul.pagenav li {
    padding: 0;
    display: inline;
    white-space:nowrap;
    margin: 0 10px 0 0;
}
 
ul.pagenav li a {
    padding: 3px 10px 4px 10px;
    color: #555;
    font-style: italic;
    text-decoration: none;
}
 
ul.pagenav li a:hover {
    padding: 3px 10px 4px 10px;
    color: #006541;
    font-style: italic;
    text-decoration: none;
}
/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
#page_bg {
	padding: 10px 0;
	margin-bottom: 1px;
}

div.center {
  text-align: center;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
}

body.width_medium div#wrapper {
	width: 950px;
}

body.width_small div#wrapper {
	width: 773px;
}

body.width_fmax div#wrapper {
	min-width: 750px;
	max-width: 1050px;
}

div#header_l {
	position: relative;
}

div#header_r {
	height: 90px;
	padding-left: 370px;
	padding-right: 30px;
	padding-top: 25px;
	overflow: hidden;
	text-align: left;
}

div#logo {
	position: absolute;
	left: 0;
	top: 0;
	float: left;
	width: 298px;
	height: 75px;
	background: url(../images/mw_joomla_logo.png) 0 0 no-repeat;
	margin-left: 30px;
	margin-top: 25px;
}



div#tabarea {
	background: #f7f7f7 url(../images/mw_header_b.png) 0 0 repeat-x;
	margin: 0 11px;

}

div#tabarea_l {
	background: url(../images/mw_header_l_b.png) 0 0 no-repeat;
	padding-left: 32px;
}

div#tabarea_r {
	height: 42px;
	background: url(../images/mw_header_r_b.png) 100% 0 no-repeat;
	padding-right: 1px;
}

div#footer_r {
	padding-top: 10px;
	height: 47px;
	overflow: hidden;
}

div#footer_r div {
	text-align: center;
	font-size: .90em;
	color: #aaa;
}

div#footer_r a:link, div#footer_r a:visited  {
	color: #999;
}

div#footerspacer {
	height: 10px;
}

#pathway {
	padding: 0px 10px 8px;
	width: auto;
	margin-top: -2px;
	margin-right: 250px;
	text-align: left;
}

#search {
	float: right;
	width:320px;
	margin-top: -20px;
	margin-right: 30px;
	height: 40px;
	overflow: hidden;
	text-align:right;
}

form#searchForm input {
	vertical-align: middle;
}

form#searchForm table {
	border-collapse: collapse;
}

form#searchForm td {
	padding:0;
}

#mod_search_searchword {
	padding-left: 3px;
}

#area {
	padding: 0;
}

#whitebox {
	margin: 0 21px 0px 21px;
	background: #fff;
	width: auto;
}

#whitebox div {
	text-align: left;
}

#whitebox_t {
	background: #fff url(../images/mw_content_t.png) 0 0 repeat-x;
}

#whitebox_tl {
	background: url(../images/mw_content_t_l.png) 0 0 no-repeat;
}

#whitebox_tr {
	height: 10px;
	overflow: hidden;
	background: url(../images/mw_content_t_r.png) 100% 0 no-repeat;
}

#whitebox_m {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: auto;
	padding: 1px 8px;
}

#whitebox_b {
	margin-top: -5px;
	background: url(../images/mw_content_b.png) 0 100% repeat-x;
}

#whitebox_bl {
	background: url(../images/mw_content_b_l.png) 0 100% no-repeat;
}

#whitebox_br {
	height: 13px;
	background: url(../images/mw_content_b_r.png) 100% 100% no-repeat;
}

/* Leading article heading and title */
div.blog-featured h1 {

}
 
div.items-leading div.leading-0 h2,
div.items-leading div.leading-1 h2 {
    display: block;
    float: left;
    width: 80%;
}
 
div.items-leading div.leading-0 h2 a,
div.items-leading div.leading-1 h2 a {
    text-decoration: none;
}
 
div.items-leading div.leading-0 h2 a:hover,
div.items-leading div.leading-1 h2 a:hover {
    text-decoration: none;
}
/* --------------------
   List all categories
----------------------- */
div.categories-list h1 {

}
 
div.categories-list ul,
div.categories-list ul li,
div.categories-list ul li ul,
div.categories-list ul li ul li {
    padding: 0;
    margin: 0;
}
 
div.categories-list ul li {
    padding: 0px;
}
 
div.categories-list ul li ul li {
    padding: 0px;
}
 
div.categories-list ul li span.item-title a {
    font-weight: bold;
    font-size: 13px;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
}
 
 
div.categories-list ul li ul li span.item-title a {
    font-weight: normal;
    font-size: 12px;
}
 
div.categories-list ul li div.category-desc p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 11px;
    color: #666;
    padding: 3px 0 2px 0;
}
 
div.categories-list ul li dl {}
div.categories-list ul li dl dt {
    float: left;
    margin: 0 10px 0 0;
}
/* horizontal pill menu */
table.pill {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

td.pill_l {
  background: url(../images/mw_menu_cap_l.png) no-repeat;
  width:  20px;
  height: 32px;

}

td.pill_m {
  background: url(../images/mw_menu_normal_bg.png) repeat-x;
  padding: 0;
  margin: 0;
  width: auto;
}

td.pill_r {
  background: url(../images/mw_menu_cap_r.png) no-repeat;
  width:  19px;
  height: 32px;
}

#pillmenu {
  white-space: nowrap;
  height: 32px;
  float: left;
}

#pillmenu ul {
  margin: 0;
  padding: 0;

}

#pillmenu li {
	float: left;
	background: url(../images/mw_menu_separator.png) top right no-repeat;
	margin: 0;
	padding: 0;
}

#pillmenu a {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: bold;
	float:left;
  display:block;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
  color: #000;
  text-decoration: none;
}

#pillmenu a#active_menu-nav {
}

#leftcolumn {
	float: left;
	padding-right:10px;
}

#maincolumn,
#maincolumn_full {
}

#maincolumn_full {

}

table.nopad {
	width: 100%;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}

table.nopad td.middle_pad {
	width: 20px;
}
#fecha {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
.fecha {
	background:url(../images/fecha_.png) no-repeat;
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	color: #f5f5f5;
}

.commodities {
	font-family: 'Lato', sans-serif;
	font-size: 10px;
	color: #ED207B;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

span.pathway {
  display: block;
  margin: 0 20px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
}

/* headers */
div.componentheading {
  padding-left: 0px;
}

h1 {
	font-size: 20px;
	font-weight: normal;
	color:#FFF;
	width:100%;
	font-family: 'Lato', sans-serif;
}
h2, .contentheading {
	font-size: 30px;
	font-weight: normal;
	color:#FFF;
	text-align:left;
	width:100%;
	padding:0px;
	margin:0px;
	padding-bottom:15px;	font-family: 'Lato', sans-serif;
}



table.contentpaneopen h3 {
	margin-top: 25px;	font-family: 'Lato', sans-serif;
}

h4 {
}

h3, .componentheading, table.moduletable th, legend {
	font-size: 22px;
	line-height:21px;
	font-weight: normal;
	color:#FFF;
	width:100%; 
		font-family: 'Lato', sans-serif;
}
h3{
}

/* ---------------------------
   List all contact categories
------------------------------ */
div.categories-list ul li dl.contact-count dt {
    float: left;
    margin: 0 10px 0 0;
}
/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
	background-color: #666;
}

.ol-textfont {
	font-family: 'Lato', sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #0B55C4;
	text-decoration: none;
	font-size: 12px;
}

.ol-closefont {}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
}

a.mainlevel:hover {

}

/* spacers */
span.article_separator {
	display: none;
}

.article_column {
}

.column_separator {
}

td.buttonheading {

}

td.buttonheading img {
	border:none;
}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
  background: url(../images/mw_line_grey.png) 50% 0 repeat-y;
}

div#maindivider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
  overflow: hidden;
  height: 1px;
}

table.blog span.article_separator {
	display: none;
}

/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* table of contents */
table.contenttoc {
  margin: 5px;
  border: 1px solid #ccc;
  padding: 5px;
  float: right;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: 100%;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}

table.contentpaneopen h3 {
}

table.contentpaneopen h4 {
	font-family: 'Lato', sans-serif;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
}

div.moduletable, div.module {
}

div.module_menu h3 {
}

div.module_menu {
}

div.module_menu div div div {
}

div.module_menu div div div div {
}

div.module_menu ul {
}

div.module_menu ul li a:link, div.module_menu ul li a:visited {
}

#leftcolumn div.module {
}

#leftcolumn div.module table {

}

/* forms */
table.adminform textarea {
  width: 540px;
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width: 145px;
	border: 1px solid #ccc;
	margin: 15px 0 10px 0;
}

form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

div.img_caption       { padding: 0 10px 0 10px; }
div.img_caption img   { border: 1px solid #CCC; }
div.img_caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family: 'Lato', sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	padding-left: 25px;
}

#power_by{
	float:right;
	padding-right: 25px;
}

/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}

h3, .componentheading, table.moduletable th, legend {
}
.article_column column_separator
{
	display:none;
}
.article_separator
{
	
}	
div.module_wa h3 {
}
div.module_wa{
	text-align: left;
	padding:0px;
	margin:0px;
}
.module_wa ul {
}
.module_wa ul li a:link, .module_wa ul li a:visited {
}

div.module_wmm h3 {
	font-size:20px;
	padding:5px;
	text-align:center;
}
div.module_wmm{
	padding:10px;
	margin:0px;
	width:100%;
	color:#FFF;
}



.titulos{
	margin:auto;
	text-align:center;
	font-size:35px;
	padding:25px;
	}
.c000{
	width:100%;
	margin:auto;
	text-align:center;
	margin:0px;
	padding:0px;


	}
	
.c0001{
	width:100%;
	margin:auto;
	text-align:center;
	background:#3A429C;
	}


.ccc0{
	max-width:1200px;
	margin:auto;
	text-align:center;
	position: relative;
	}
.ccc0home{
	max-width:90%;
	margin:auto;
	text-align:center;
	}

.c0001p{
	width:100%;
	margin:auto;
	text-align:center;
	background: url(../images/parallax.jpg) no-repeat;
	background-repeat:no-repeat; /* Indicamos que no se repetira */
	background-size:cover; /* Encajamos la imagen al 100% del ancho */
	background-attachment: fixed; /* Establecemos una posicion fija para la imagen */
	padding-bottom:20px;
	}
.c0002p{
	width:100%;
	margin:auto;
	text-align:center;
	background: url(../images/parallax2.jpg) no-repeat;
	background-repeat:no-repeat; /* Indicamos que no se repetira */
	background-size:cover; /* Encajamos la imagen al 100% del ancho */
	background-attachment: fixed; /* Establecemos una posicion fija para la imagen */
	padding-bottom:20px;
	}

.ccc1{
	height:70px;
	}
.ccc1a{
	float:left;
	padding:10px;
	padding-top:25px;
	}
	.ccc2{
border:0px solid #ccc;
	float:left;
	padding:0px;

}
	
.ccc1b{
	float:right;
	padding:10px;
	padding-top:10px;
	}

.qvc1b0{
float:right;
padding:0px;
padding-top:10px;
padding-bottom: 5px;
}	


.qvc1b{
	float:right;
	padding:10px;
	padding-top:0px;
	padding-right: 0px;
	}

.qvc00{
	display: none;
	float:right;
	padding:10px;
	padding-right: 70px;
	padding-top:13px;
	}
	
.ccc3a{	
	margin-left:10px;
	margin-top:10px;
	width:370px;
	text-align:justify;
	float:left;
	background: url(../images/transparente.png) repeat;
	padding-left:22px;
	padding-top:20px;
	border-radius:4px; 
    -moz-border-radius:4px; /* Firefox */ 
    -webkit-border-radius:4px; /* Safari y Chrome */ 
}
.ccc3b{
	width:1200px;
	text-align:center;
	font-size:17px;
}
.ccc3bhome{
	width:100%;
	text-align:center;
	font-size:17px;
}

.ccc4{

float: none;
padding:3px;
color:#666;
font-size:12px;
}
.ccc5{

float: none;
background:#FFF;
font-size:10px;
padding:3px;
color:#666;	
}
.video{
	width:520px;
	height:315px;
}


#caja_flotante{
  left: 24%; /* o le damos un valor para separarlo del borde izquierdo de la ventana */
  position: absolute;
  top: 150px;  /* o le damos un valor para separarlo del borde superior de la ventana */
 width:400px;/* definimos su ancho */
  /* cualquier otra propiedad gráfica como background, border, etc */
  z-index:1000;
}
a.flotante:link, a.flotante:visited {
}

a.flotante:hover {

}
.menu-flotante{
margin-bottom:3px; text-align:center;   background:#fff;    width:200px;
}
hr { 
   border: 1px dotted #278e79; 
 }
 .image{
	width:720px;

}
.formoc{
	display:none;
}
.fmaweb{
	width:600px;
	height:800px;
}




.activo{
background:#FFFFFF;
color:#666666;
border:none;
border:solid 1px #AAAAAA;
margin:3px;
width:255px;height:211px;
text-decoration:underline;
display: inline-block;
}

.caja{
background-color:#ffffff;
color:#000000;
border:solid 1px #EFEFEF;
margin:3px;
width:255px;height:211px;
display: inline-block;
}
.inactivo{
background-color:#ffffff;
color:#000000;
border:solid 1px #EFEFEF;
margin:3px;
width:255px;height:211px;
display: inline-block;
}


.caja2{
background-color:#ffffff;
color:#000000;
border:solid 0px #ffffff;
margin:3px;
width:150px;height:150px;
display: inline-block;

}
.inactivo2{
background-color:#ffffff;
color:#000000;
border:solid 0px #ffffff;
margin:3px;
width:150px;height:150px;
display: inline-block;
}



.caja3{
background-color:#ffffff;
color:#000000;
border:solid 0px #ffffff;
margin:3px;
width:400px;height:230px;
display: inline-block;

}
.inactivo3{
background-color:#ffffff;
color:#000000;
border:solid 0px #ffffff;
margin:3px;
width:400px;height:230px;
display: inline-block;
}

.rsform-select-box{
  font-weight      : normal;
  background: #FFF;
  border:1px solid #FFF;
  color: #000;
    border-radius:4px; 
    -moz-border-radius:4px; /* Firefox */ 
    -webkit-border-radius:4px; /* Safari y Chrome */
	margin-left:10px; 

}
.rsform-input-box{
  font-weight      : normal;
  background: #FFF;
  border:1px solid #FFF;
  color: #000;
    border-radius:4px; 
    -moz-border-radius:4px; /* Firefox */ 
    -webkit-border-radius:4px; /* Safari y Chrome */ 
	margin-left:10px;
	width:90%;
}
.rsform-calendar-box{
  font-weight      : normal;
  font-size:10px;
  background: #FFF;
  border:1px solid #FFF;
  color: #000;
    border-radius:4px; 
    -moz-border-radius:4px; /* Firefox */ 
    -webkit-border-radius:4px; /* Safari y Chrome */
	margin-right:10px;
	margin-left:10px;
}


#consulta{
  font-weight      : normal;
  background: #FFF;
  border:1px solid #FFF;
  color: #000;
    border-radius:4px; 
    -moz-border-radius:4px; /* Firefox */ 
    -webkit-border-radius:4px; /* Safari y Chrome */ 
	margin-left:10px;
	width:90%;
	font-family: 'Lato', sans-serif;
}

#Enviar{
  font-weight      : normal;
  background: #CE2129;
  border:1px solid #CE2129;
  color: #fff;
    border-radius:4px; 
    -moz-border-radius:4px; /* Firefox */ 
    -webkit-border-radius:4px; /* Safari y Chrome */ 
	margin-left:10px;
	font-size:13px;
	padding:5px;
	padding-top:2px;
}

.columna1{
	width:33%;
	font-size:16px;
	text-align:left;
	padding-right:30px;
}
.columna2{
	width:33%;
		font-size:12px;
}
.columna3{
	width:33%;
}

.aviso{
	width:560px;
	height:466px;
}
.logo{
	width:350px;
	height:46px;
}
#full-width-slider{
}
#slider2{
	display:none;
}
.linea1{
display: block;
}
.linea2{
display:none;
}
.ccc0000{
position:absolute;
z-index:999;
}
.ccc000000{
margin:auto; max-width:380px; min-width:200px;
}
.clientes1{

}
.clientes2{
display:none;
}



@media all and (max-width: 1280px) {

}
@media all and (max-width: 1024px) {	
	.qvc1b0{
	float:right;
	padding:10px;
	padding-top:15px;
	padding-right:25px;
	}
.ccc3b{
	margin-left:50px;
	margin-top:20px;
	width:900px;
	text-align:center;	
}
 .image{
	width:100%;

}
.titulos{
	margin:auto;
	text-align:center;
	font-size:35px;
	padding:25px;
	}
	
	.columna1{
	width:45%;
	font-size:16px;
	text-align:left;
	padding-right:30px;
}
.columna2{
	width:45%;
		font-size:12px;
}
.columna3{
	display:none;
}
}
@media all and (max-width: 800px) {	
#telefono{
	text-align: center;
}	
.ccc3b{
	margin-left:35px;
	margin-top:10px;
	width:700px;
	text-align:center;	
}
.image{
	width:100%;
}


}
@media all and (max-width: 768px) {	
.ccc3b{
	margin-left:35px;
	margin-top:10px;
	width:665px;
	text-align:center;	
}
.image{
	width:100%;
}

}
@media all and (max-width: 480px) {	
.linea1{
display:none;
}
.linea2{
display: block;
}

	

	
.sliderContainer{
	display: none;
}	
#full-width-slider{
	display: none;
}
#slider2{
	display: block;
}	
	
.ccc1a{
	float:left;
	padding:10px;
	padding-top:32px;
	}
	.qvc1b0{
	float:left;
	padding:10px;
	padding-top:0px;
	padding-right:0px;
	margin-top:0px;
	}
.logo{
	width:250px;
	height:33px;
}
.aviso{
	width:420px;
	height:350px;
}
.titulos{
	margin:auto;
	text-align:center;
	font-size:20px;
	padding:20px;
	}
	
	.columna1{
	width:90%;
	font-size:16px;
	text-align:left;
	padding-right:30px;
}
.columna2{
	display:none;
}
.columna3{
	display:none;
}
		
.ccc3a{	
	margin-left:10px;
	margin-top:5px;
	width:300px;
	text-align:justify;
	float:left;
	background: url(../images/transparente.png) repeat;
	padding-left:22px;
	padding-top:15px;
	border-radius:4px; 
    -moz-border-radius:4px; /* Firefox */ 
    -webkit-border-radius:4px; /* Safari y Chrome */ 
}
.ccc3b{
	margin-left:20px;
	margin-top:0px;
	width:415px;
	text-align:center;	
}

.image{
width:100%;
}
.formoc{
	width:270px;
	display: table;
}
form{
	width:270px;
	display:block;
}
div.module_wmm h3 {
	font-size:20px;
	padding:5px;
	text-align:center;
	padding-top:0px;
	margin:0px;
}
div.module_wmm{
	padding:10px;
	padding-top:0px;
	margin:0px;
	width:100%;
	color:#FFF;
	text-align:center;
}
}

@media all and (max-width: 420px) {
.clientes1{
display:none;
}
.clientes2{
display: block;
}
	.caja3{
background-color:#3A429C;
color:#000000;
border:solid 0px #3A429C;
margin:3px;
width:280px;height:161px;
display: inline-block;

}
.inactivo3{
background-color:#3A429C;
color:#000000;
border:solid 0px #3A429C;
margin:3px;
width:280px;height:161px;
display: inline-block;
}
	.rsImg{
		width: 100%;
	}
	
.ccc1a{
	float:left;
	padding:10px;
	padding-top:32px;
	}
	.qvc1b0{
	float:left;
	padding:10px;
	padding-top:0px;
	padding-right:0px;
	margin-top:0px;
	text-align:center;
	}
.qvc00{
	display: inline;
	}
.logo{
	width:220px;
	height:29px;
}
.aviso{
	width:300px;
	height:250px;
}
	.titulos{
	margin:auto;
	text-align:center;
	font-size:18px;
	padding:10px;
	}	
.ccc3a{	
	margin-left:5px;
	margin-top:5px;
	width:320px;
	text-align:justify;
	float:left;
	background: url(../images/transparente.png) repeat;
	padding-left:10px;
	padding-top:15px;
	border-radius:4px; 
    -moz-border-radius:4px; /* Firefox */ 
    -webkit-border-radius:4px; /* Safari y Chrome */ 
}
.ccc3b{
	margin-left:16px;
	margin-top:0px;
	width:310px;
	text-align: center;
	font-size:15px;
}

.image{
width:100%;
}
.formoc{
	width:300px;
	display: table;
}
form{
	width:300px;
	display:block;
}
}




@media all and (max-width: 320px) {
	.caja{
background-color:#ffffff;
color:#000000;
border:solid 1px #EFEFEF;
margin:2px;
width:220px;height:100%;
display: inline-block;
}
	.ccc000000{
margin:auto; max-width:280px; min-width:100px;
}
.activo{
background-color:#ffffff;
color:#000000;
border:solid 1px #666666;
margin:2px;
width:220px;height:100%;
display: inline-block;
}	
.inactivo{
background-color:#ffffff;
color:#000000;
border:solid 1px #EFEFEF;
margin:2px;
width:220px;height:100%;
display: inline-block;
}
	
.caja3{
background-color:#3A429C;
color:#000000;
border:solid 0px #3A429C;
margin:3px;
width:90%;height:90%;
display: inline-block;

}
.inactivo3{
background-color:#3A429C;
color:#000000;
border:solid 0px #3A429C;
margin:3px;
width:90%;height:90%;
display: inline-block;
}
	
	
.ccc1a{
	float:left;
	padding:0px;
	padding-top:32px;
	}
	.qvc1b0{
	float:left;
	padding:2px;
	padding-top:0px;
	padding-right:0px;
	margin-top:0px;
	text-align:center;
	}
.qvc00{
	float:left;
	padding:2px;
	padding-top:0px;
	padding-right:0px;
	margin-top:0px;
	text-align:left;
	}
.logo{
	width:180px;
	height:24px;
}
.aviso{
	width:240px;
	height:200px;
}
	.titulos{
	margin:auto;
	text-align:center;
	font-size:18px;
	padding:10px;
	}	
.ccc3a{	
	margin-left:5px;
	margin-top:5px;
	width:260px;
	text-align:justify;
	float:left;
	background: url(../images/transparente.png) repeat;
	padding-left:10px;
	padding-top:15px;
	border-radius:4px; 
    -moz-border-radius:4px; /* Firefox */ 
    -webkit-border-radius:4px; /* Safari y Chrome */ 
}
.ccc3b{
	margin-left:16px;
	margin-top:0px;
	width:250px;
	text-align: center;
	font-size:15px;
}

.image{
width:100%;
}
.formoc{
	width:300px;
	display: table;
}
form{
	width:260px;
	display:block;
}
	
.bloggimage{
width:100%;
}
	
	
}

@media screen and (min-width:960px) and (min-height:660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {

  }
}

@media screen and (min-width:960px) and (min-height:1000px) {
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {

    }
}
@media screen and (min-width: 0px) and (max-width: 800px) {
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {

  }
  .infoBlock {
    padding: 10px;
    height: auto;
    max-height: 100%;
    min-width: 40%;
    left: 5px;
    top: 5px;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 14px;
     line-height: 17px;
  }
}