*{margin: 0; padding: 0;}

body{
	color: #666666;
	margin: 30px;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	background-color: #9A9E9D;
	background-image: url(light_grey-bg.jpg);
	background-repeat: repeat;
}

a:link {
	text-decoration: underline;
	color: #333333;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #EB6C2F;
}
a:active {
	text-decoration: underline;
}

a img{
	border: 0;
}

#menu dt a:current {
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #EB6C2F;
}
p{
	margin-bottom: 10px;
}

input{
	font: normal 10px/16px Verdana;
}

input.textbox{
	border: 1px #ccc solid;
	background: url(bg_textbox.gif) repeat-x top;
	padding: 1px;
}

input.button{
	padding: 3px 5px;
	padding: 0px;
	background: #f03;
	border: 1px #802 solid;
	color: #fff;
}

textarea{
	font: normal 10px/16px Verdana;
}

td{padding: 2px;}

li{list-style: none;}

hr{
	border: 8 solid #FFFFFF;
	height: 2px;
}

span.destacado{
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-size: 30px;
}

/* ================================================== */


/* CONTAINER */
#container{
	width: 800px;
	padding: 20px 20px 0px 20px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(cemento.jpg);
	border: 12px solid #FFFFFF;
}

/* LANGS */
#langs{
	position: absolute;
	top: 55px;
	width: 880px;
	text-align: right;
}

#langs li{
	display: inline;
	margin-right: 15px;
}

#langs li.current{
	display: none;
}

#langs li a{
	color: #888;
	text-decoration: none;
	padding: 1px 4px;
}

#langs li a:hover{
	color: #888;
}

/* CABECERA */

#header{
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 0px;
	float: inherit;
	margin-left: 0px;
	margin-right: 0px;
	height: 150px;
}

#header h1{
	height: 1px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

#header h1 span{
	display: none;

}

/* BANNERS */
#credits{
	position: absolute;
	margin-left: 832px;
	top: 70px;
	z-index: 1;
}

#credits a:hover img{
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
}

/* ACCESO AL CARRITO */
#accesocarrito{
	position: absolute;
	margin-left: 670px;
	margin-top: 50px;
	background: url(carrito.gif) no-repeat left top;
	padding-left: 45px;
	width: 140px;
	cursor: pointer;
}

#accesocarrito a{
	color: #f03;
	font-weight: bold;
}

#accesocarrito h2{
	text-transform: uppercase;
	font-size: 10px;
	color: #f03;
	font-weight: bold;
}


/* === CONTENT-LEFT === */

#content_left{
	width: 145px;
	float: left;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 10px;
	margin-top: 0px;

}

#content h3 {
	border-top: 3px #ddd solid;
	padding-top: 0px;
	padding-bottom: 10px;
}
#content h1 {
	padding-top: 0px;
}
#content h4{
	font-size: 30px;
	color: #ACADAF;
	letter-spacing: -1px;
	text-transform: none;
	margin-bottom: 20px;
	font-variant: small-caps;
	margin-right: 40px;
}

/* MENU/FESTIVALES*/

/* MENU/FESTIVALES*/

#menu{
	margin-bottom: 20px;
	padding-left: 0px;
	text-align: right;
	font-size: 8pt;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-top: 45px;
}

#menu h3, #festivales h3{
	font-size: 11pt;
	font-weight: normal;
	text-align: left;
	color: #CECFD1;
	font-variant: normal;
	text-transform: uppercase;
}

#menu ul, #festivales ul{


}

#menu li, #festivales li{
	margin-bottom: 10px;
	list-style-type: none;
	font-weight: bold;
	color: #8D8D8D;
}


/* MENU */

#menu li a{
	text-transform: uppercase;
	text-decoration: none;
	color: #A0A2A5;
	padding-bottom: 5px;
	padding-right: 8px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #DADBDC;
	padding-top: 2px;
	margin-top: 0px;
}

#menu li.current a{
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #EB6C2F;
}
#dd li.current a{
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #EB6C2F;
}

#menu li a:hover, #menu li.current a:hover{
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #A1A2A6;
	color: #DADBDC;
}
#menu dd li {
	text-transform: lowercase;
	font-size: 8pt;
	font-weight: bold;
	list-style: none;

}



/* FESTIVALES */

#festivales li a{
	text-transform: uppercase;
	text-decoration: none;
	color: #666;
	font-weight: bold;
	padding-bottom: 5px;
	padding-right: 3px;
	border-right: 8px #ddd solid;
}

#festivales li.current a{
	border-right: 8px #f03 solid;
}

#festivales li a:hover, #festivales li.current a:hover{
	color: #f03;
	border-right: 8px #888 solid;
}


/* === CONTENT-RIGHT === */

#content_right{
	margin: 25px 0px;
	float: right;
	width: 190px;
	border-left: 3px #ddd solid;
	padding-left: 10px;
	z-index: 3;
}


/* NEWS */

#news{
	color: #888;
}

#news h3{
		font-size: 10px;
		font-weight: normal;
		text-align: left;
		color: #ddd;
		padding: 3px 5px;
		background: url(hierba.gif);
}

#news ul{
	padding: 10px 0px 20px 0px;
}

#news li{
	margin-bottom: 5px;
}

#news li a{
	color: #666;
	text-decoration: none;
	border-left: 8px #ddd solid;
	padding-left: 5px;
}

#news li a:hover{
	border-left: 8px #888 solid;
}

#news li div.newcontent{
	padding-left: 5px;
	margin-bottom: 15px;
	border-left: 8px #eee solid;
}

#news li div.newcontent a{
	color: #2092DB;
	text-decoration: underline;
	border: 0;
	padding: 0;
}

/* EVENTOS */
#eventos{
}

#eventos h3{
		font-size: 10px;
		font-weight: normal;
		text-align: left;
		color: #ddd;
		padding: 3px 5px;
		background: url(arena.gif);
}

#eventos ul{
	padding: 10px 0px 20px 0px;
}

#eventos li{
	margin-bottom: 5px;
}

#eventos li a{
	color: #666;
	text-decoration: none;
	border-left: 8px #ddd solid;
	padding-left: 5px;
}

#eventos li a:hover{
	border-left: 8px #888 solid;
}
/* offfriends */

#friends{
	
}

#friends h3{
		font-size: 10px;
		font-weight: normal;
		text-align: left;
		color: #ddd;
		padding: 3px 5px;
		background: url(hierba.gif);
}

#friends ul{
	padding: 10px 0px 0px 0px;
}

#friends li{
	margin-bottom: 5px;
}

#friends li a{
	color: #666;
	text-decoration: none;
	border-left: 8px #ddd solid;
	padding-left: 5px;
}

#friends li a:hover{
	border-left: 8px #888 solid;
}

/* LINK */

div.link{
	border-top: 1px #ddd dashed;
	padding: 10px 0px;
}


div.link p{
	margin: 0;
}

/* NOTICIAS */

#noticias{
	
}

.noticia{
}

.noticia div.titulo{
	margin-bottom: 5px;
	padding: 0px 3px;
	background: #eee;
	padding-right: 70px;
}

.noticia div.fecha{
	float: right;
	padding-left: 5px;
	background: url(li_tramado.gif);
	text-align: right;
}

.noticia div.imagen{
	margin-bottom: 3px;
	text-align: right;
}

.noticia div.imagen img{
	border: 4px #fff solid;
	margin-left: 2px;
}

.noticia div.contenido{
	text-align: justify;
	line-height: 12px;
	margin-bottom: 5px;
}

.noticia div.categoria{
	text-align: right;
}

/* === CONTENIDO === */
#content{
	text-align: justify;
	margin-left: 150px;
	/*margin-right: 275px;*/
	width: 650px;
	margin-bottom: 20px;
	padding-top: 0px;
	z-index: 4;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 100px;
}

#content h1{
	font-size: 18px;
	color: #EB6C2F;
	letter-spacing: 0px;
	text-transform: lowercase;
}

#content h2{
	font-size: 15pt;
	color: #666666;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
	line-height: 1.1;
	font-weight: normal;
	padding-left: 9px;
}


#content p{
	line-height: 16px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: left;
}
#content img{
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C2C3C5;
	border-bottom-color: #C2C3C5;
	border-left-color: #C2C3C5;
	border-right-width: 1px;
	border-right-color: #C2C3C5;
}

#content li{
	list-style: disc;
	margin-left: 50px;
	padding-left: 5px;
	margin-bottom: 10px;
}

/* === PIE DE PÁGINA === */

#pie{
	clear: both;
	border-top: 1px #ddd solid;
	padding-top: 10px;
	padding-left: 0px;
	font-size: 7pt;
	letter-spacing: 0.1em;
	width: 800px;
	margin-top: 50px;
}
.vgv
{
	display: none;
}

.rounded {
	margin-top: 50px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #EB6C2F;

}
.roundedvisie {
	margin-top: 52px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #EB6C2F;

}

.roundedfoto {
	margin-top: 62px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DADBDC;
	width: 425px;
	float: left;
	padding-left: 0px;
	margin-left: 0px;

}
.roundedfotoindex {
	margin-top: 63px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DADBDC;
	width: 425px;
	float: left;
	padding-left: 15px;
	margin-left: 45px;

}

.roundedsub {
	margin-top: 63px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #EB6C2F;
	width: 200px;
	float: right;
	list-style: none;

}
.roundedmenu {
	margin-top: 5px;
	width: 125px;
	float: right;
	list-style: none;
}
.roundedmenucat {
	margin-top: 0px;
	width: 125px;
	float: right;
	list-style: none;
	padding-top: 0px;
}

.rounded h1{
	font-size: 20px;
	color: #EB6C2F;
	letter-spacing: 0px;
	text-transform: none;
	margin-bottom: 0px;
}

.rounded h2{
	font-size: 15pt;
	color: #666666;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	line-height: 1.1;
	font-weight: normal;
}

.rounded h4{
	font-size: 15pt;
	color: #F16727;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	line-height: 1.1;
	font-weight: normal;
}

.rounded p{
	line-height: 16px;
	text-align: justify;
}
.rounded img{
	padding-bottom: 0px;
}

.rounded li{
	list-style: disc;
	margin-left: 20px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.roundedsub h1{
	font-size: 20px;
	color: #EB6C2F;
	letter-spacing: 0px;
	text-transform: none;
	margin-bottom: 0px;
}

.roundedsub h2{
	font-size: 15pt;
	color: #666666;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	line-height: 1.1;
	font-weight: normal;
}

.roundedsub h4{
	font-size: 15pt;
	color: #F16727;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
	line-height: 1.1;
	font-weight: normal;
}

.roundedsub p{
	line-height: 16px;
	text-align: justify;
}
.roundedsub img{
	padding-bottom: 0px;
}

.roundedmenu #menu li {
	list-style: none;
	margin-left: 20px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.roundedmenucat #menu li {
	list-style: none;
	margin-left: 20px;
	padding-left: 5px;
	margin-bottom: 10px;
}

.style4 {
	color: #999999;
	font-size: 9pt;
	text-transform: none;
	letter-spacing: 0.5px;
}
.msg_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
}
.msg_head {
	cursor: pointer;
	position: relative;
	background-color:#DADBDC;
	font-size: 8pt;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.msg_body {
	background-color:#F4F4F8;
	font-size: 10pt;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.msg_bodytrainingen {
	background-color:#DADBDC;
	font-size: 10pt;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

p.clr, .clr { clear:both; padding:0; margin:0; background:none;}

.subtitle {
	font-size: 15pt;
	color: #B3B4B7;
	padding: 2px;
}
.titlesaanpak {
	color: #EB6C2F;
	font-size: 10pt;
}
.titelvisie {
	color: #B3B4B7;
	font-size: 20px;
	letter-spacing: 0.3px;
	line-height: 18px;
}

