﻿/*****************************/

/*** 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;

}

.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:#00AD4D;
}
a:hover {
	text-decoration: underline;

}
.social {
  height:30px;  
  width:31px; 
 }

.facebook {
  background: url(../images/facebook.png) no-repeat left;
  height:30px;  
  width:31px; 
  margin-right:3px;
  float:right;
    margin-bottom:2px;
 }
 .facebook: a {
  background: url(../images/facebook.png) no-repeat left;
  height:30px;  
  width:31px; 
 }

.facebook:hover {
  background-position: right;
  height:30px;  
  width:31px;  
 }
 
 
 
 .twitter {
  background: url(../images/twitter.png) no-repeat left;
  height:30px;  
  width:31px; 
  margin-right:3px;
  float:right;
    margin-bottom:2px;
 }
 .twitter: a {
  background: url(../images/twitter.png) no-repeat left;
  height:30px;  
  width:31px; 
 }

.twitter:hover {
  background-position: right;
  height:30px;  
  width:31px;  
 } 
 
 
  .instagram{
  background: url(../images/instagram.png) no-repeat left;
  height:30px;  
  width:31px; 
  margin-right:3px;
  float:right;
    margin-bottom:2px;
 }
 .instagram: a {
  background: url(../images/instagram.png) no-repeat left;
  height:30px;  
  width:31px; 
 }

.instagram:hover {
  background-position: right;
  height:30px;  
  width:31px;  
 } 

 
 
   .linkedin{
  background: url(../images/linkedin.png) no-repeat left;
  height:30px;  
  width:31px; 
  margin-right:3px;
  float:right;
    margin-bottom:2px;
 }
 .linkedin: a {
  background: url(../images/linkedin.png) no-repeat left;
  height:30px;  
  width:31px; 
 }

.linkedin:hover {
  background-position: right;
  height:30px;  
  width:31px;  
 } 
#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;

}


.body-programas {
	max-width:1200px;
	min-width:190px;
	margin:auto;
	text-align:center;
	padding:10px;
	padding-top:0px;
}



a.moduleItemTitle:link, a.moduleItemTitle:visited {
	text-decoration: none;
	font-weight:bold;
	color:#FFFFFF;
}
a.moduleItemTitle: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;



}



.destacado { width:380px;  margin-top:80px; }



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: 30px;
	font-weight: normal;
	text-align:left;
	width:100%;
	padding:0px;
	margin:0px;
	padding-bottom:15px;
	font-family: 'Lato', sans-serif;
}
h2, .contentheading {

	font-size: 30px;
	font-weight: normal;
	text-align:left;
	width:100%;
	padding:0px;
	margin:0px;
	padding-bottom:5px;	width:100%; font-weight:900; color:#00AD4D;
    font-family: 'Titillium Web', sans-serif;
}
table.contentpaneopen h3 {
	margin-top: 25px;	font-family: 'Lato', sans-serif;
}

h4 {
}
h3, .componentheading, table.moduletable th, legend {

font-size: 30px;
line-height:21px;
font-weight: normal;
width:100%; font-weight:900; color:#00AD4D;
font-family: 'Titillium Web', sans-serif;
text-align:left;

}

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 {
}
a.moduleItemTitle:link, a.moduleItemTitle:visited {
	text-decoration: none;
	font-weight:bold;
	color:#FFFFFF;
}
a.moduleItemTitle:hover {
	text-decoration: underline;
}
div.module_wi h3 {
	color: #FFF;	font-family: 'Lato', sans-serif;font-size:20px; text-align:center;
}
div.module_wi{
	
	padding-top:10px;
}
.module_wi ul {
}
.module_wi ul li a:link, .module_wi ul li a:visited {
}
div.module_wgg h3 {
	color: #FFF;	font-family: 'Lato', sans-serif;font-size:20px; text-align:center;
}
div.module_wg{
	padding:0px;
	margin:0px;
	color: #FFF;
}
.module_wgg ul {
}
.module_wgg ul li a:link, .module_wgg ul li a:visited {
}
div.module_wf h3 {
	color: #FFF;	font-family: 'Lato', sans-serif;font-size:20px; text-align:center;
}
div.module_wf{
	padding:0px;
	margin:0px;
	color: #FFF;
}
.module_wf ul {
}
.module_wf ul li a:link, .module_wf ul li a:visited {
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 100% !important;
}
div.module_wmm h3 {
	color: #FFF;	font-family: 'Lato', sans-serif;font-size:20px; text-align:center;
}

div.module_wmm{
	padding:0px;
	margin:0px;
	color: #FFF;
	width:25%;
	float:left;
	height:100%;
	text-align:center;
}

div.module_wj h3 {
	color: #FFF;	font-family: 'Lato', sans-serif;font-size:20px; text-align:center; padding:0px; margin:0px;
}
div.module_wj{
	padding:0px;
	margin:0px;
	color: #FFF;
	font-size:18px;
	padding-top:5px;
}
.module_wj ul {
}
.module_wj ul li a:link, .module_wj ul li a:visited {
}

div.module_wh h3 {
}
div.module_wh{
	text-align:center;
	padding:0px;
	margin:0px;
}
.module_wh ul {
}
.module_wh ul li a:link, .module_wh ul li a:visited {
}

.titulosgg{
	margin:auto;
	text-align:center;
	color:#FFF; font-size:100px;
	padding:25px;

	}

.titulos{
	margin:auto;
	text-align:center;
	font-size:35px;
	padding:25px;

	}

.c000{
	width:100%;
	margin:auto;
	text-align:center;
	margin:0px;
	padding:0px;


	}

div.module_wl h3 {
}
div.module_wl{
	text-align:center;
	padding:0px;
	margin:0px;
}
.module_wl ul {
}
.module_wl ul li a:link, .module_wl ul li a:visited {
}

.c0001p{
	width:100%;
	margin:auto;
	text-align:center;
	background: url(../images/background-gowex.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;
	}

.c0001{
	width:100%;
	margin:auto;
	text-align:center;
	background:#00AD4D;
	padding-bottom:20px;
	}



.ccc0{

	max-width:1200px;
	margin:auto;
	text-align:center;
	position:relative;

	}

	

.ccc1{

	height:70px;

	}

.ccc1a{

	float:left;

	padding:10px;

	padding-top:0px;

	}

	.ccc2{

border:0px solid #ccc;

	float:left;

	padding:0px;



}

	

.ccc1b{

	float:right;

	padding:10px;

	padding-top:10px;

	}	

	

.qvc1b{

	float:right;

	padding:10px;

	padding-top:20px;

	}

	.qvc1b0{

	float:right;

	padding:10px;

	padding-top:5px;

	}



.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{

	max-width:1200px;
	text-align:center;
	font-size:17px;
	padding:15px;

}



.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;

}





.inactivo{

background-color:#ffffff;

color:#000000;

border:solid 1px #EFEFEF;

margin:3px;

width:255px;height:211px;

display: inline-block;

}



.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;



}









.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 #00AD4D;
  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;
	height:30px;

}



#Enviar{
  font-weight      : normal;
  background: #1C4D84;
  border:1px solid #1C4D84;
  color: #fff;
    border-radius:4px; 
    -moz-border-radius:4px; /* Firefox */ 
    -webkit-border-radius:4px; /* Safari y Chrome */ 
	margin-left:0px;
	font-size:16px;
	padding:5px;
	padding-top:4px;
	text-align:right;

}



.columna1{
	width:25%;
	font-size:16px;
	text-align:left;
	padding-right:10px;

}
.columna4{
	width:25%;
	font-size:16px;
	text-align:center;
	padding-right:10px;
}
.columna2{
	width:25%;
	font-size:12px;
}
.columna3{
	width:25%;
}



.aviso{

	width:560px;

	height:466px;

}

.logo{

	width:350px;

	height:25px;

}
#programa, #nombre,  #Nombre, #apellidos, #First name, #Apellidos, #email, #mail, #universidad, #telefono, #mensaje, #consulta, #distritof, #telefonof, #infof, #pesof, #linkf, #costof{

  font-weight: normal;
  background: #FFF;
  border:1px solid #ccc;
  color: #000;
  border-radius:3px; 
    -moz-border-radius:3px; /* Firefox */ 
    -webkit-border-radius:3px; /* Safari y Chrome */ 
	width:70%;
  font-family: 'Lato', sans-serif;
  padding:10px;
  font-size:12px;
  text-align:left;
  margin:0px;
}
#pais2, #programa{
  font-weight: normal;
  background: #FFF;
  border:1px solid #00AD4D;
  color: #888;
  border-radius:3px; 
    -moz-border-radius:3px; /* Firefox */ 
    -webkit-border-radius:3px; /* Safari y Chrome */ 
	width:77%;
  font-family: 'Lato', sans-serif;
  padding:0px;
  font-size:12px;
  margin-left:0px;
  padding-left:10px;
  padding-top:10px;
  padding-bottom:10px;
  height:40px;
  text-transform:uppercase;
}
.formControlLabel{
	display:none;
}
#pais, #CountryofBirth, #Nationality, #Identity, #gradeinstruction, #residencia, #region3, #region1, #region2, #region4, #region5, #region6{

  font-weight: normal;

  background: #FFF;

  border:1px solid #00AD4D;

  color: #888;

  border-radius:3px; 

    -moz-border-radius:3px; /* Firefox */ 

    -webkit-border-radius:3px; /* Safari y Chrome */ 

	width:76%;

  font-family: 'Lato', sans-serif;

  padding:0px;

  font-size:15px;

  margin-left:0px;

  padding-left:10px;

  padding-top:12px;

  padding-bottom:15px;

  height:50px;

  text-transform:uppercase;



}

select{



}

.rsform-select-box{

  font-weight: normal;

  background: #FFF;

  border:1px solid #ccc;

  color: #000;

  border-radius:3px; 

    -moz-border-radius:3px; /* Firefox */ 

    -webkit-border-radius:3px; /* Safari y Chrome */ 

	width:70%;

  font-family: 'Lato', sans-serif;

  padding:0px;

  font-size:15px;

  margin-left:0px;

}

.accordion{
margin:0px}
.accordion dd{

background: none;
padding:10px;
color:#FFF;
margin:0px;}.
.accordion dt{}
.accordion dd:last-of-type{
background: none; 
text-align:center;
border-bottom:0px #333 dotted; 
font-size:18px; }
.accordion dt:last-of-type{
background: none;
text-align:center;
border-bottom:0px #333 dotted;
font-size:18px;}
.accordion dd a{color:#000;}
.accordion dt a{
display:block;
color:#FFF;
font-weight:normal;
background: none;}
.accordion dd{
border-top:0;font-size:13px}
.accordion dd:last-of-type{
border-top:0px solid #fff;
position:relative;top:-1px}
a{text-decoration:none}

.accordion dt a:link, a:visited {

background: none;
  border-radius:3px; 
  -moz-border-radius:3px; /* Firefox */ 
  -webkit-border-radius:3px; /* Safari y Chrome */ 
border-top:0px #333 dotted;
font-size:18px;
color:#FFF;
text-align:center;
}


.accordion dt a:hover {
color:#FFF;
background: none;

}
.beneficios1{
	display: inline;
}
.beneficios2{
	display:none;
}
#full-width-slider{
}
#full-width-slider2{
	display:none;
}
@media all and (max-width: 1280px) {



}

@media all and (max-width: 1024px) {	
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 200px !important;
}
.programa {
	width:220px;
}
.facebookframe {
	width:80%;
}
	.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:center;
padding-right:0px;
}

.columna2{
width:45%;
font-size:12px;

}

.columna3{

	display:none;

}

}

@media all and (max-width: 800px) {	
#pais2{
  font-weight: normal;
  background: #FFF;
  border:1px solid #00AD4D;
  color: #888;
  border-radius:3px; 
    -moz-border-radius:3px; /* Firefox */ 
    -webkit-border-radius:3px; /* Safari y Chrome */ 
	width:74%;
  font-family: 'Lato', sans-serif;
  padding:0px;
  font-size:15px;
  margin-left:0px;
  padding-left:10px;
  padding-top:10px;
  padding-bottom:10px;
  height:40px;
  text-transform:uppercase;
}
.facebookframe {
	width:260px;
}
.destacado { width:280px;  margin-top:60px; }
.programa {
	width:160px;
}
.beneficios1{
	display:none;
}
.beneficios2{
	display: block;
	text-align:justify;
}
.ccc3b{

	margin-left:0px;
	margin-top:0px;
	width:95%;
	text-align:center;
	margin:auto;	


}

.image{

	width:100%;

}

.columna1{
	width:45%;
	font-size:16px;
	text-align:left;
	padding-right:20px;
	padding-left:20px;
}

.columna2{
width:45%;
font-size:12px;

}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 100% !important;
}
div.module_wmm h3 {
	color: #FFF;	font-family: 'Lato', sans-serif;font-size:20px; text-align:center;
}

div.module_wmm{
	padding:0px;
	margin:0px;
	color: #FFF;
	width:100%;
	text-align:center;
}

}

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



.image{

	width:100%;

}



}

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

#full-width-slider{
	display:none;
}
#full-width-slider2{
	display:block;
}


.slidez { max-width:480px; height:420px; }

.destacado { width:200px;  margin-top:40px; }
.titulosgg{
	margin:auto;
	text-align:center;
	color:#FFF; font-size:50px;
	padding:25px;

	}
.programa {
	width:180px;
}
#beneficios {
	width:160px;
}
.ccc1a{
	float:left;
	padding:10px;
	padding-top:0px;

	}

	.qvc1b0{

	float:left;

	padding:10px;

	padding-top:0px;

	padding-right:35px;

	margin-top:0px;

	}

.logo{

	width:250px;

	height:18px;

}

.aviso{

	width:420px;

	height:350px;

}

.titulos{

	margin:auto;

	text-align:center;

	font-size:20px;

	padding:20px;

	}

	

	.columna1{
	width:100%;
	font-size:16px;
	text-align:center;
	padding-right:0px;

}
.columna4{

	display:none;
}
.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:0px;
	margin-top:0px;
	width:95%;
	text-align:center;
	padding:0px;
	margin:auto;

}



.image{

width:100%;

}

.formoc{

	width:100%;
	text-align:center;



}

form{

	width:100%;
	text-align:center;

	display:block;

}


}



@media all and (max-width: 380px) {
	.columna1{
		display:none;
}
.ccc1a{

	float:left;

	padding:10px;

	padding-top:0px;

	}

	.qvc1b0{

	float:left;

	padding:10px;

	padding-top:0px;

	padding-right:35px;

	margin-top:0px;

	text-align:left;

	}

.logo{

	width:220px;

	height:16px;

}

.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:95%;
	text-align: center;
	font-size:15px;
	margin:auto;

}



.image{

width:100%;

}

.formoc{

	width:300px;



}

form{

	width:300px;

	display:block;

}

}



@media all and (max-width: 320px) {
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
width: 80% !important;
}
.ccc1a{

	float:left;

	padding:10px;

	padding-top:0px;

	}

	.qvc1b0{

	float:left;

	padding:10px;

	padding-top:0px;

	padding-right:35px;

	margin-top:0px;

	}

.logo{

	width:220px;

	height:16px;

}

.aviso{

	width:300px;

	height:250px;

}

	.titulos{

	margin:auto;

	text-align:center;

	font-size:18px;

	padding:10px;

	}	

.ccc3a{	

	margin-left:5px;

	margin-top:5px;

	width:270px;

	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:0px;

	margin-top:0px;

	width:100%;

	text-align: center;

	font-size:15px;

}



.image{

width:100%;

}

.formoc{

	width:100%;



}

form{

	width:100%;

	display:block;

}



}



 #full-width-slider {

  width: 100%;

  color: #000;

}

.coloredBlock {

  padding: 12px;

  background: rgba(255,0,0,0.6);

  color: #FFF;

   width: 200px;

   left: 20%;

   top: 5%;

}

.infoBlock {

  position: absolute;

  top: 30px;

  right: 30px;

  left: auto;

  max-width: 25%;

  padding-bottom: 0;

  background: #FFF;

  background: rgba(255, 255, 255, 0.8);

  overflow: hidden;

  padding: 20px;

  text-align:left;

}

.infoBlockLeftBlack {

  color: #000;

  background: #FFF;

  background: rgba(255, 255, 255, 0.8);

  left: 30px;

  right: auto;

}

.infoBlock h4 {

  font-size: 20px;

  line-height: 1.2;

  margin: 0;

  padding-bottom: 3px;

   text-align:left;

}

.infoBlock p {

  font-size: 14px;

  margin: 4px 0 0;

   text-align:left;

}

.infoBlock a {

  color: #FFF;

  text-decoration: underline;

   text-align:left;

}

.photosBy {

  position: absolute;

  line-height: 24px;

  font-size: 12px;

  background: #FFF;

  color: #000;

  padding: 0px 10px;

  position: absolute;

  left: 12px;

  bottom: 12px;

  top: auto;

  border-radius: 2px;

  z-index: 25; 

} 

.photosBy a {

  color: #000;

}

.fullWidth {

  max-width: 100%;

  margin: 0 auto 24px;

}



@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;

  }

}