body {
	background: url('../images/bg3.png') #999 repeat-x top center;
	font-family: Arial, Tahoma, "Trebuchet MS", Verdana;
	font-size: 13px;
	margin: 0;
	padding: 0;
	}
a	{
	outline: none;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
a img {
	border: 0;
	}
#contenedor {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	width: 930px;
	}
#langchooser {
	background: #3c3c3c;
	display: block;
	left: 600px;
	height: 14px;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	text-align: right;
	top: 5px;
	width: 50px;
}
#langchooser input {
	left: 3px;
	position: relative;
	top: 2px;
}
#logo {
	background: url('../images/logo.png') no-repeat top center;
	border: 0px solid #ff0000;
	clear: both;
	display: block;
	float: left;
	height: 60px;
	left: 14px;
	margin-bottom: 40px;
	position: relative;
	top: 10px;
	width: 205px;
	}
#menu {
	clear: both;
	float: right;
	height: 35px;
	left: -40px;
	list-style: none;
	margin: -30px 0 40px 0;
	position: relative;
	overflow: hidden;
	width: 862px;
	}
ul	{
	margin: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}
#menu ul.menu li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	}
#menu ul.menu li a {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	background: url('../images/stl3_btn_off.gif') no-repeat top left;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 34px;
	line-height: 34px;
	margin-right: 2px;
	overflow: hidden;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 93px;
	}
#menu ul.menu li a:hover {
	background: url('../images/stl3_btn_on.gif') no-repeat top left;
	color: #000;
	}
div.contentpaneopen_edit {
	display: none;
	}
#contenido {
	clear: left;
	float: left;
	margin-right: 25px;
	width: 650px;
	}
h2.componentheading {
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #efd158;
	color: #3f3f3f;
	font-size: 14px;
	font-weight: normal;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	width: 600px;
	}
.componentheading {
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #efd158;
	color: #3f3f3f;
	font-size: 14px;
	font-weight: normal;
	margin: 0 auto 10px auto;
	padding: 5px 10px;
	width: 600px;
	}
h2.contentheading {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-ms-border-radius-topleft: 6px;
	-ms-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	/*background-color: #cecece;*/
	background-color: #efd158;
	border-radius-topleft: 6px;
	border-radius-topright: 6px;
	clear: both;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	/*top: -12px;*/
	width: 600px;
	}
.contentpaneopen {
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-ms-border-radius-bottomleft: 6px;
	-ms-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	background: url('../images/bgmdltbl.png') repeat-x top center;
	border-bottom: 1px solid #52514f;
	border-color: #504f4d;
	border-style: solid;
	border-width: 0 1px 1px 1px;
	margin: 0 auto 10px auto;
	padding: 10px;
	width: 600px;
	}
.links {
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #afafaf;
	border: 1px solid #52514f;
	margin: 0 auto 10px auto;
	padding: 10px;
	width: 600px;
}
.links a {
	color: #0000ff;
}
.buttons .buttonheading a {
	float: right;
	left: -20px;
	position: relative;
	top: 5px;
	z-index: 100;
	}
#derecha {
	float: left;
	position: relative;
	top: 0px;
	width: 200px;
	}
.moduletable {
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: url('../images/bgmdltbl.png') no-repeat top center;
	padding: 1px 10px 15px 10px;
	margin-bottom: 10px;
	overflow: hidden;
	width: 180px;
	}
.moduletable  table.moduletable {
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-webkit-border-radius: 0;
	background-image: none;
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	}
.moduletable div table.moduletable tbody tr td strong a {
	color: #000;
	display: block;
	margin-bottom: 5px;
	text-align: center;
	width: 100%;
	}
.moduletable div table.moduletable tbody tr td strong a:hover {
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #524E4D;
	color: #fff;
	text-decoration: none;
	}
.moduletable ul li {
	list-style: none;
	}
.moduletable ul li a {
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #000000;
	display: block;
	float: left;
	font-size: 12px;
	padding: 2px;
	text-decoration: none;
	width: 176px;
	}
.moduletable ul li a:hover {
	background-color: #EFD158;
	color: #000000;
	}
.moduletable a:hover {
	text-decoration: none !important;
}
#pie {
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #CECECE;
	border-radius: 6px;
	height: 50px;
	left: -20px;
	line-height: 50px;
	position: relative;
	margin: 0 auto 20px auto;
	text-align: center;
	width: 862px;
	}
div.cover {
	background: url('/web/components/com_videos/play.png') #000 no-repeat  41px 26px;
	display: none;
	height: 90px;
	margin-top: -90px;
	opacity: 0.7;
	width: 121px;
	}
/*#phocagallery
	.phocagallery-box-file {
	color: #fff;
	}*/
#phocagallery {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #a4a4a4;
	left: 16px;
	padding-bottom: 20px;
	position: relative;
	overflow: hidden;
	top: 8px;
	width: 620px;
	}
#phocagallery .componentheading {
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-ms-border-radius-topleft: 6px;
	-ms-border-radius-topright: 6px;
	-webkit-border-radius-topleft: 6px;
	-webkit-border-radius-topright: 6px;
	background-color: #cecece;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	margin: 0 auto 20px auto;
	padding: 10px;
	width: 600px;
	}
#phocagallery a {
	color: #ffffef;
	height: 200px;
	text-align: center;
	}
#phocagallery fieldset {
	left: 12px;
	position: relative;
	width: 267px;
	top: 12px;
	}
#phocagallery fieldset div div table {
	display: block;
	height: 200px;
	text-align: center;
	width: 267px;
	}
#phocagallery #phocagallery-categories-detail fieldset div div table tbody tr td {
	display: block;
	text-align: center;
}
#phocagallery .phocagallery-box-file {
	background: transparent;
	border: 0;
	display: table !important;
	float: left;
	height: 250px !important;
	left: 22px;
	margin-right: 30px;
	position: relative;
	width: 240px !important;
	}
#phocagallery .phocagallery-box-file .name {
	color: #fff;
	font-weight: bold;
	}
#phocagallery .phocagallery-box-file a.shadowbox-button img {
	border: 5px solid #fff;
	box-shadow: 10px 10px 5px #000;
	max-height: 200px;
	max-width: 250px;
	}
a.readon {
	background: url('../images/readon.png') no-repeat top left;
	color: #fff;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	padding: 5px 0 0 18px;
	text-decoration: none;
	width: 115px;
	}
a.readon:hover {
	color: #000;
	}
.blog .intro {
	display: none;
	}
.blog h2.contentheading {
	margin: 0 0 10px 15px !important;
	}
.blog .contentpaneopen .buttonheading {
	left: 20px;
	position: relative;
	top: 5px;
	}
.pagination .contentpaneopen {
	position: relative;
	top: -10px;
}
.pagination h2.contentheading {
	margin-top: -15px !important;
	}
.item .article_separator {
	display: table;
	margin-top: 20px;
	}
.pagination .article_separator {
	display: table;
	margin: 10px 0;
	}
#jevents_body .ev_td_left, #jevents_body .ev_td_right {
	background: #a6a6a6 !important;
}
#jevents_body .ev_td_right a {
	color: #000000 !important;
}
#component-contact .contentpaneopen {
	padding-top: 0 !important;
	position: relative;
	top: -9px;
}
