/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Gudea);
@import url(http://fonts.googleapis.com/css?family=Lustria);

html {
	height:						100%;
}

body {
	font-size: 18px;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Gudea', sans-serif;
	background-image:	url(../images/fondo-B.jpg);
}

a {
	text-decoration:			none;
	cursor:						pointer;
	outline:					none;
}

.clear {
	clear:						both;
}

div#wrapper {
	width:						929px;
	height:						100%;
	min-width:					929px;
	margin:						0 auto 0 auto;
	padding:					33px 94px 33px 94px;
}

/**************************************/
/* Definition for header and logo */
/**************************************/

div#wrapper div.header {
	width:						915px;						
	height:						117px;
}

div#wrapper div.header h1 {
	background-image:	url(../images/logo.png);
	background-repeat: no-repeat;
	height: 87px;
	width: 130px;
	text-indent: -99999px;
	float: left;
	margin: 0 0 0 0;
}

div#wrapper div.header h1 a {
	display:					block;
	width:						130px;
	height:						87px;
}

div#wrapper div.header h1 a span {
	display:					none;
}

/************************************/
/* Definitionen for Navigation */
/************************************/

div#wrapper div.header div.navigation {
	font-family:				'Gudea', sans-serif;
	float:						right;
	width:						760px;
	height:						83px;
	margin:						0 0 0 0;
}

div#wrapper div.header div.navigation ul {
	display: table-header-group;
}

div#wrapper div.header div.navigation ul li {
	display:					block;
	float:						left;
	background-color:			#dbd2cd;
	list-style-type:			none;
	text-align:					center;
	padding:					0 0 0 0;
	margin: 					0 0 0 10px;

	/* Firefox v3.6+ */
	background-image:			-moz-linear-gradient(50% 0% -90deg,rgb(219,210,205) 0%,rgb(83,70,61) 100%); 
	
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:			-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(219,210,205)),color-stop(1, rgb(83,70,61)));
	
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:			-webkit-linear-gradient(-90deg,rgb(219,210,205) 0%,rgb(83,70,61) 100%);
	
	/* Opera v12.11 */
	background-image:			-o-linear-gradient(-90deg,rgb(219,210,205) 0%,rgb(83,70,61) 100%);
	background-image:			linear-gradient(-90deg,rgb(219,210,205) 0%,rgb(83,70,61) 100%);
	width:						138px;
	height:						78px;
	border-color:				#ffffff;
	border-width:				2px;
	
	/* Firefox v1.0+ */
	-moz-border-radius:			1px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:		1px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:				1px;
	border-style:				solid;
	filter:						progid:DXImageTransform.Microsoft.gradient(startColorstr = #ffdbd2cd,endColorstr = #ff53463d,GradientType = 0);
	-ms-filter:					"progid:DXImageTransform.Microsoft.gradient(startColorstr = #ffdbd2cd,endColorstr = #ff53463d,GradientType = 0)";
}

div#wrapper div.header div.navigation ul li a {
	display:					block;
}

div#wrapper div.header div.navigation ul li a:hover {
	background-color:			#817771;
	margin:						-2px 0 0 -2px;
	/* Firefox v3.6+ */
	background-image:			-moz-linear-gradient(50% 0% -90deg,rgb(129,119,113) 0%,rgb(71,61,54) 100%); 
	/* safari v4.0+ and by Chrome v3.0+ */
	background-image:			-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(129,119,113)),color-stop(1, rgb(71,61,54)));
	/* Chrome v10.0+ and by safari nightly build*/
	background-image:			-webkit-linear-gradient(-90deg,rgb(129,119,113) 0%,rgb(71,61,54) 100%);
	/* Opera v11.10+ */
	background-image:			-o-linear-gradient(-90deg,rgb(129,119,113) 0%,rgb(71,61,54) 100%);
	background-image:			linear-gradient(-90deg,rgb(129,119,113) 0%,rgb(71,61,54) 100%);
	width:						138px;
	height:						78px;
	border-color:				#FFFFFF;
	border-width:				2px;
	/* Firefox v1.0+ */
	-moz-border-radius:			1px;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius:		1px;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius:				1px;
	border-style:				solid;
	filter:						progid:DXImageTransform.Microsoft.gradient(startColorstr = #ff817771,endColorstr = #ff473d36,GradientType = 0);
	-ms-filter:					"progid:DXImageTransform.Microsoft.gradient(startColorstr = #ff817771,endColorstr = #ff473d36,GradientType = 0)";
}

div#wrapper div.header div.navigation ul li a h5 {
	font-family: 'Gudea', sans-serif;
	font-size: 24px;
	font-weight: 400;
	padding: 0;
	margin: 12px 0 0 0;
	font-weight: 400;
	line-height: 120%;
	color: #ffffff;
	text-align: center;
	/* Firefox v3.5+ */
	-moz-text-shadow: 0px 2px 4px rgba(0,0,0,0.35);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-text-shadow: 0px 2px 4px rgba(0,0,0,0.35);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+  and by Opera v10.5+ */
	text-shadow: 0px 2px 4px rgba(0,0,0,0.35);
	zoom: 1;
	filter:						progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 2,Color = #59000000,Positive = true);
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 2,Color = #59000000,Positive = true)";
}

div#wrapper div.header div.navigation ul li a h6 {
	font-family:				'Gudea', sans-serif;
	font-size:					11px;
	padding:					0;
	margin:						0;
	font-weight:				bold;
	text-transform:				uppercase;
	line-height:				120%;
	color:						#FFFFFF;
	text-align:					center;
	/* Firefox v3.5+ */
	-moz-text-shadow:			0px 2px 4px rgba(0,0,0,0.35);
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-text-shadow:		0px 2px 4px rgba(0,0,0,0.35);
	/* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+  and by Opera v10.5+ */
	text-shadow:				0px 2px 4px rgba(0,0,0,0.35);
	zoom:						1;
	filter:						progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 2,Color = #59000000,Positive = true);
	-ms-filter:					"progid:DXImageTransform.Microsoft.dropshadow(OffX = 0,OffY = 2,Color = #59000000,Positive = true)";
}


/*********************************/
/* Definition for Content and Teaser */
/*********************************/

div#wrapper div.content {
	min-height: 630px;
	width: 930px;
	margin: 0;
	margin-top: 40px;
}	

div#wrapper div.content div.teaser {
	width:						870px;
	padding:					20px 20px 33px 20px;
	text-align:					left;
}

div#wrapper div.content div.teaser div.teaserbox_one {
	width: 250px;
	float: left;
	line-height: 150%;
	margin-right: 40px;
	margin-left: -20px;
} 
 
div#wrapper div.content div.teaser div.teaserbox_three {
	width:250px;
	float: right;
	line-height: 150%;
	margin-right: -30px;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: -110px;
}

div#wrapper div.content div.teaser div.teaserbox_one h2, 
div#wrapper div.content div.teaser div.teaserbox_two h2, 
div#wrapper div.content div.teaser div.teaserbox_three h2 {
	font-family:				'Lustria', sans-serif;
	padding:					0;
	margin:						0;
	font-size:					18px;
	line-height:				140%;
	color:						#bd1d1e;
}

div#wrapper div.content div.teaser div.teaserbox_one p, 
div#wrapper div.content div.teaser div.teaserbox_two p, 
div#wrapper div.content div.teaser div.teaserbox_three p {
	font-family: 'Gudea', sans-serif;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 150%;
	color: #DDDDDD;
}

div#wrapper div.content div.teaser div.teaserbox_one p a, 
div#wrapper div.content div.teaser div.teaserbox_two p a, 
div#wrapper div.content div.teaser div.teaserbox_three p a {
	font-family:				'Gudea', sans-serif;
	padding:					0;
	margin:						0;
	font-size:					12px;
	line-height:				150%;
	color:						#bd1d1e;
}

div#wrapper div.content div.teaser div.teaserbox_one p a:hover, 
div#wrapper div.content div.teaser div.teaserbox_two p a:hover, 
div#wrapper div.content div.teaser div.teaserbox_three p a:hover {
	font-family: 'Gudea', sans-serif;
	text-decoration: underline;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 150%;
	color: #bd1d1e;
}

div#wrapper div.content div.teaser div.teaserbox_one p span, 
div#wrapper div.content div.teaser div.teaserbox_two p span, 
div#wrapper div.content div.teaser div.teaserbox_three p span {
	font-family:				'Gudea', sans-serif;
	padding:					0;
	margin:						0;
	font-size:					12px;
	line-height:				150%;
	color:						#bd1d1e;
}

/*********************************/
/* Definition for Footer */
/*********************************/

div#wrapper div.footer {
	position: absolute;
	min-width: 1117px;
	height: 84px;
	width: 100%;
	margin: 0 0 0 0;
	left: 0px;
	top: 816px;
}

div#wrapper div.footer p {
	font-size: 18px;
	font-family: 'Gudea', sans-serif;
	color: #DDDDDD;
	text-align: center;
	padding: 20px 0 0 0;
	margin: 0;
	background-image: none;
}

/*********************************/
/* Definition for site home */
/*********************************/

div#wrapper div.content div.home_top img {
	border-radius: 7px;
	margin-right: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*********************************/
/* Definition for site menu */
/*********************************/

div#wrapper div.content div.menu_top {
	width:						910px;
	text-align:					left;
}

div#wrapper div.content div.menu_top .left {
	float:						left;
	width: 						330px;
	height:						166px;
}

div#wrapper div.content div.menu_top .left img {
	border:						2px solid #FFFFFF;
	border-radius:				2px;
	width:						310px;
	height:						146px;
}

div#wrapper div.content div.menu_top .right {
	float:						right;
	width:						540px;
	height:						166px;
	padding:					0 20px 0 0;
}

div#wrapper div.content div.menu_top .right h2 {
	font-family:				'Lustria', sans-serif;
	padding:					0;
	margin:						0;
	font-size:					18px;
	line-height:				140%;
	color:						#bd1d1e;
}

div#wrapper div.content div.menu_top .right p {
	font-family: 'Gudea', sans-serif;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 150%;
	color: #DDDDDD;
}

div#wrapper div.content div.menu_top .right a {
	font-family:				'Gudea', sans-serif;
	padding:					0;
	margin:						0;
	font-size:					12px;
	line-height:				150%;
	color:						#bd1d1e;
}

div#wrapper div.content div.menu_top .right a:hover {
	font-family:				'Gudea', sans-serif;
	text-decoration:			underline;
	padding:					0;
	margin:						0;
	font-size:					12px;
	line-height:				150%;
	color:						#bd1d1e;
}

/*********************************/
/* Definition for site menu details */
/*********************************/

div#wrapper div.content div.menudetails_top img {
	border:						5px solid #FFFFFF;
	border-radius:				7px;
}

/*********************************/
/* Definition for site events */
/*********************************/

div#wrapper div.content div.events_top img {
	margin:						0 0 20px 5px;
}

div#wrapper div.content div.events_bottom {
	width:						910px;
	text-align:					left;
	margin:						0 0 0 0;
}

div#wrapper div.content div.events_bottom .left {
	float:						left;
	width:						435px;
	padding:					0 0 0 20px;
}

div#wrapper div.content div.events_bottom .right {
	float:						right;
	width:						420px;
}

div#wrapper div.content div.events_bottom .left h2,
div#wrapper div.content div.events_bottom .right h2 {
	font-family:				'Lustria', sans-serif;
	padding:					0;
	margin:						0;
	font-size:					18px;
	line-height:				140%;
	color:						#bd1d1e;
}

div#wrapper div.content div.events_bottom .left p,
div#wrapper div.content div.events_bottom .right p {
	font-family:				'Gudea', sans-serif;
	padding:					0 0 33px 0;
	margin:						0;
	font-size:					12px;
	line-height:				150%;
	color:						#202020;
}

/*********************************/
/* Definition for site contact */
/*********************************/

div#wrapper div.content div.contact_top img {
	margin:						0 0 20px 5px;
}

div#wrapper div.content div.contact_bottom {
	width:						910px;
	text-align:					left;
	margin:						0 0 0 0;
}

div#wrapper div.content div.contact_bottom .left {
	float: left;
	width: 435px;
	padding: 0 0 0 20px;
	color: #DDD;
	font-size: 16px;
}

div#wrapper div.content div.contact_bottom .right {
	float:						right;
	width:						420px;
}

div#wrapper div.content div.contact_bottom .left h2,
div#wrapper div.content div.contact_bottom .right h2 {
	font-family:				'Lustria', sans-serif;
	padding:					0;
	margin:						0;
	font-size:					18px;
	line-height:				140%;
	color:						#bd1d1e;
}

div#wrapper div.content div.contact_bottom .left p,
div#wrapper div.content div.contact_bottom .right p {
	font-family: 'Gudea', sans-serif;
	padding: 0 0 33px 0;
	margin: 0;
	font-size: 14px;
	line-height: 150%;
	color: #DDDDDD;
	text-align: justify;
}

div#wrapper div.content div.contact_bottom .left a {
	font-family:				'Lustria', sans-serif;
	padding:					0;
	margin:						0;
	font-size:					12px;
	line-height:				140%;
	color:						#bd1d1e;
}

div#wrapper div.content div.contact_bottom .left a:hover {
	font-family:				'Lustria', sans-serif;
	text-decoration:			underline;
	padding:					0;
	margin:						0;
	font-size:					12px;
	line-height:				140%;
	color:						#bd1d1e;
}

div#wrapper div.content div.contact_bottom .left a {
	font-family:				'Lustria', sans-serif;
	padding:					0;
	margin:						0;
	font-size:					12px;
	line-height:				140%;
	color:						#bd1d1e;
}

div#wrapper div.content div.contact_bottom .left form input {
	font-family:				'Lustria', sans-serif;
	height:						20px;
	padding:					2px 2px 2px 2px;
	margin:						0;
	font-size:					12px;
	color:						#202020;
	margin-top:					15px;
}

div#wrapper div.content div.contact_bottom .left form textarea {
	font-family: 'Lustria', sans-serif;
	height: 30px;
	width: 400px;
	font-size: 12px;
	color: #202020;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 2px;
}

div#wrapper div.content div.contact_bottom .left form #senden {
	font-family:				Arial;
	border:						none;
	background-color:			#AB9272;
	height:						26px;
	width:						75px;
	padding:					2px 0 2px 2px;
	margin:						0px 0 14px 0;
	cursor:						pointer;
	font-size:					12px;
	color:						#FFFFFF;
}
#wrapper .content .teaser {
	background-image:;
	background-repeat: no-repeat;
	background-position: center;
}
