﻿/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Roboto', sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	color: #000;
	background:#343530;
}


a:link, a:visited {
		text-decoration: none;
	color:#fff;
}

a:hover {
	text-decoration: underline;

}

select{
  font-weight      : normal;
  background: #8D8D89;  
  border:1px solid #8D8D89;

    border-radius:4px; 
    -moz-border-radius:4px; /* Firefox */ 
    -webkit-border-radius:4px; /* Safari y Chrome */
	margin:0px;
	padding:13px;
	padding-top:6px;
	padding-bottom:6px;
	font-size:15px;
	color:#FFF;

}



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: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
}
 
.tip-title {
    font-weight: bold;
}
/* -------------------------
   Pagination Single Article
---------------------------- */
 
ul.pagenav {
    padding: 0;
    margin: 15px 0 15px 0;
	font-size:15px;
	text-align:center;
}
 
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: #fff;
    font-style: italic;
    text-decoration: none;
}
 
ul.pagenav li a:hover {
    padding: 3px 10px 4px 10px;
    color: #997A4F;
    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: "Trebuchet MS", Arial, Helvetica, 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: Arial;
	font-size: 13px;
	color: #FFFFFF;
}
.fecha {
	background:url(../images/fecha_.png) no-repeat;
	font-family: Arial;
	font-size: 10px;
	color: #f5f5f5;
}



/*****************************************/
/*** 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: 23px;
	font-weight: normal;
	color:#333333;
	text-align:left;
	width:100%;
}
h2, .contentheading {
	font-size: 30px;
	font-weight: normal;
	color:#333333;
	text-align:left;
	width:100%;
	padding:0px;
	margin:0px;
	padding-bottom:15px;
}



table.contentpaneopen h3 {
	margin-top: 25px;
}

h4 {
}

h3, .componentheading, table.moduletable th, legend {
	font-size: 23px;
	font-weight: normal;
	color:#333333;
	text-align:left;
	width:100%; font-family:"light";
}
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: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.ol-captionfont {
	font-family: "Trebuchet MS", Arial, Helvetica, 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: "Trebuchet MS", Arial, Helvetica, 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 : "Trebuchet MS", Arial, Helvetica, 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:center;
	padding:0px;
	margin:0px;
}
.module_wa ul {
}
.module_wa ul li a:link, .module_wa ul li a:visited {
}



div.module_wax h3 {
}
div.module_wax{
	padding:0px;
	margin:0px;
	padding-top:20px;
	font-size:x-small;
}
.module_wax ul {
}
.module_wax ul li a:link, .module_wax ul li a:visited {
}

div.module_wgx h3 {
}
div.module_wgx{
	padding:0px;
	margin:0px;
	font-size:x-small;
}
.module_wgx ul {
}
.module_wgx ul li a:link, .module_wgx ul li a:visited {
}






div.module_we h3 {
	font-size:10px;
	text-align:right;
	color:#ccc;
	text-transform:none;
	padding:0px;
	margin:0px;
	padding-bottom:3px;
}
div.module_we{
	width:280px;
	margin-bottom:5px;
	text-align:right;
	font-size:9px;
	color:#CCC;
}
.module_we ul {
}
.module_we ul li a:link, .module_wb ul li a:visited {
}










div.module_wc h3 {
}
div.module_wc{
	padding-top:13px;
	padding-right:10px;
	width:320px;
	text-align:right;
}
.menu_wc ul {
}
.menu_wc ul li a:link, .menu_wc ul li a:visited {
}


div.module_wcx h3 {
	color:#666;
}
div.module_wcx{
	text-align:left;
	color:#666;
}
.menu_wcx ul {
	list-style:none;
}
.menu_wcx ul li a:link, .menu_wcx ul li a:visited {
	list-style:none;
}

div.module_wd h3 {
}
div.module_wd{
	padding:0px;
	text-align:right;
	
	margin:0px;}
.menu_wd ul {
}
.menu_wd ul li a:link, .menu_wd ul li a:visited {
}



div.module_wo h3 {
}
div.module_wo {
	margin:0px;
	color:#FFF;
	text-align:left;
	padding-bottom:0px;
}
.menu_wf ul {
}
.menu_wf ul li a:link, .menu_wf ul li a:visited {
}


div.module_wf h3 {
}
div.module_wf{
	margin:0px;
	padding:0px;
	text-align:right;
}
.menu_wf ul {
}
.menu_wf ul li a:link, .menu_wf ul li a:visited {
}

div.module h3 {

}
div.module{

}
.menu ul {
}
.menu ul li a:link, .menu ul li a:visited {
}
.mod-auto-category-menu-select-125{

}



div.module_wh h3 {


}
div.module_wh{

}
.menu_wh ul {
}
.menu_wh ul li a:link, .menu_wh ul li a:visited {
}


div.module_wleft h3 {

}
div.module_wleft{


}
.menu_wleft ul {
}
.menu_wleft ul li a:link, .menu_wleft ul li a:visited {
}


div.module_wi h3 {
	font-size:14px;
	padding:0px;
	margin:0px;
	text-align:center;
	color:#FFFFFF;
	padding-top:4px;
	padding-bottom:10px;
}
div.module_wi{

}
.menu_wi ul {
}
.menu_wi ul li a:link, .menu_wi ul li a:visited {
}



div.module_wj h3 {
	font-size:14px;
	padding:0px;
	margin:0px;
	text-align:left;
	color:#0D2855;
	padding-top:4px;
		padding-bottom:10px;

}
div.module_wj{

}
.menu_wj ul {
}
.menu_wj ul li a:link, .menu_wj ul li a:visited {
}




div.module_wk h3 {


}
div.module_wk{

}
.module_wk2{

}
.module_wk3{

}
.menu_wk ul {
}
.menu_wk ul li a:link, .menu_wk ul li a:visited {
}



div.module_wl h3 {
}
div.module_wl{
	margin:0px;
	padding:0px;
	width:230px;
}
.module_wl ul {
}
.module_wl ul li a:link, .module_wl ul li a:visited {
}





div.module_wm h3 {
}
div.module_wm{
	text-align: left;
	padding:0px;
	margin:0px;
	color:#999;
	padding-top:2px;
}
.module_wm ul {
}
.module_wm ul li a:link, .module_wm ul li a:visited {
}


div.module_wn h3 {
}
div.module_wn{
	text-align: right;
	padding:0px;
	margin:0px;
	color:#999;

}
.module_wn ul {
}
.module_wn ul li a:link, .module_wn ul li a:visited {
}



div.module_wp h3 {
}
div.module_wp{
	color:#FFF;
	text-align:left;
	font-size:13px;
	padding-right:30px;
}
.module_wp ul {
}
.module_wp ul li a:link, .module_wp ul li a:visited {
}



div.module_wq h3 {
}
div.module_wq{
	color:#666;
	text-align:left;
	font-size:15px;
	margin:0px;
	padding:0px;
	font-weight:bold;
	line-height:16px;
}
.module_wq ul {
}
.module_wq ul li a:link, .module_wq ul li a:visited {
}


div.module_wr h3 {
}
div.module_wr{
	color:#FFF;
	text-align:right;
	font-size:13px;
	padding-right:10px;
	padding-top:10px;
}
.module_wr ul {
}
.module_wr ul li a:link, .module_wr ul li a:visited {
}

div.module_ws h3 {
}
div.module_ws{
	text-align:left;
	padding:0px;
	margin:0px;
	padding-top:5px;
}
.module_ws ul {
}
.module_ws ul li a:link, .module_ws ul li a:visited {
}



div.module_wx h3 {
}
div.module_wx{
	text-align:left;
	padding:0px;
	margin:0px;
	padding-top:15px;
	font-size:13px;
	color:#fff;
	padding-left:10px;

}
.module_wx ul {
}
.module_wx ul li a:link, .module_wx ul li a:visited {
}


div.module_wy h3 {
}
div.module_wy{
	text-align:right;
	padding:0px;
	margin:0px;
	padding-top:15px;
	font-size:12px;
	color:#FDFDFD;

}
.module_wy ul {
}
.module_wy ul li a:link, .module_wy ul li a:visited {
}


div.module_wz h3 {
}
div.module_wz{
	text-align:right;
	padding:0px;
	margin:0px;
	padding-left:150px;
}
.module_wz ul {
}
.module_wz ul li a:link, .module_wz ul li a:visited {
}


.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; 


}
.rsform-calendar-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; 


}

#cal6_0Container{
  font-weight      : normal;
  background: #FFA940;
  border:3px solid #FFA940;
  color: #000;
    border-radius:4px; 
    -moz-border-radius:4px; /* Firefox */ 
    -webkit-border-radius:4px; /* Safari y Chrome */
}
#cal7_0Container{
  font-weight      : normal;
  background: #FFA940;
  border:3px solid #FFA940;
  color: #000;
    border-radius:4px; 
    -moz-border-radius:4px; /* Firefox */ 
    -webkit-border-radius:4px; /* Safari y Chrome */
}
#cal8_0Container{
  font-weight      : normal;
  background: #FFA940;
  border:3px solid #FFA940;
  color: #000;
    border-radius:4px; 
    -moz-border-radius:4px; /* Firefox */ 
    -webkit-border-radius:4px; /* Safari y Chrome */
}
#cal9_0Container{
  font-weight      : normal;
  background: #FFA940;
  border:3px solid #FFA940;
  color: #000;
    border-radius:4px; 
    -moz-border-radius:4px; /* Firefox */ 
    -webkit-border-radius:4px; /* Safari y Chrome */
}
#cal10_0Container{
  font-weight      : normal;
  background: #FFA940;
  border:3px solid #FFA940;
  color: #000;
    border-radius:4px; 
    -moz-border-radius:4px; /* Firefox */ 
    -webkit-border-radius:4px; /* Safari y Chrome */
}
#cal11_0Container{
  font-weight      : normal;
  background: #FFA940;
  border:3px solid #FFA940;
  color: #000;
    border-radius:4px; 
    -moz-border-radius:4px; /* Firefox */ 
    -webkit-border-radius:4px; /* Safari y Chrome */
}




#txtcal7_0{
  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 */
	width:230px;
	margin-right:10px;

}
#txtcal8_0{
  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 */
	width:230px;
	margin-right:10px;

}
#txtcal9_0{
  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 */
	width:230px;
	margin-right:10px;

}
#txtcal6_0{
  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 */
	width:230px;
	margin-right:10px;

}
#txtcal10_0{
  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 */
	width:230px;
	margin-right:10px;

}
#txtcal11_0{
  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 */
	width:230px;
	margin-right:10px;

}
#COMENTARIOS{
  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 */
	width:280px;
	margin-right:10px;

}

.btnCal rsform-calendar-button{
  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 */

}


.rsform-text-box{
  font-size        : 15px;
  font-weight      : normal;
 border:1px solid #006973;
  background: #FFF;
    border-radius:4px; 
    -moz-border-radius:4px; /* Firefox */ 
    -webkit-border-radius:4px; /* Safari y Chrome */
	font-family:arial;
  color: #000;
margin-left:10px; 


}

.casaga-0{
	margin:auto;
	text-align:center;
	width:800px;
	padding:0px;
}
.casaga-1{
	margin-top:20px;
	width:520px;
	margin:auto;
	text-align:center;
	padding-top:20px;
}
.casaga-2{
	padding:10px;
	color:#ccc;
	font-size:14px;
	text-align:center;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


.categorias{
  font-size        : 13px;
  font-weight      : normal;
  color            : #fff;
  border           : 1px solid #666;
   border-radius:4px; 
    -moz-border-radius:4px; /* Firefox */ 
    -webkit-border-radius:4px; /* Safari y Chrome */ 
  background: #666;
  padding:6px;
  margin-left:10px;
}
.casaga-4{
float: left;
width:78%;
text-align:left;

}
.casaga-5{
float: right;
width:18%;
text-align:right;

}
.casaga-6{
float: left;
width:100%;
text-align:left;
}
@media screen and (max-width:950px){
.casaga-0{
	margin:auto;
	text-align:center;
	width:100%;
	padding:0px;
}
.casaga-1{
	margin-top:10px;
	width:320px;
	margin:auto;
	text-align:center;
	padding-top:10px;
}

.casaga-4{
float: none;
width:90%;
text-align:center;
margin:auto;

font-size:11px;

}
.casaga-5{
float: none;
width:30%;
text-align:center;
margin:auto;

font-size:10px;

}
.casaga-6{
float: left;
width:90%;
text-align:center;
margin:auto;
font-size:10px;
}
div.module_wx h3 {
}
div.module_wx{
	text-align:center;
	padding:0px;
	margin:0px;
	padding-top:5px;
	font-size:13px;
	color:#FDFDFD;

}
.module_wx ul {
}
.module_wx ul li a:link, .module_wx ul li a:visited {
}


div.module_wy h3 {
}
div.module_wy{
	text-align:center;
	padding:0px;
	margin:0px;
	padding-top:5px;
	padding-bottom:10px;
	font-size:12px;
	color:#FDFDFD;

}
.module_wy ul {
}
.module_wy ul li a:link, .module_wy ul li a:visited {
}


div.module_wz h3 {
}
div.module_wz{
	text-align:right;
	padding:0px;
	margin:0px;
	padding-left:150px;
}
.module_wz ul {
}
.module_wz ul li a:link, .module_wz ul li a:visited {
}
}