*{ margin: 0; padding: 0; }

body { 
	background: #010101 url(../img/bg_1.jpg) ; 
	width: 100%; 
	display: table; font-family: Tahoma, Arial, verdana, helvetica; }

	
a { text-decoration: none; }
a:hover { text-decoration: none; }
.clear, .clf { font-size: 0; line-height: 0; clear: both; display: block; height: 0; } 
.right, .flr { float:right;}
.left, .fll { float:left;}
img {border: 0;}
	
.list { width: 950px; margin: 0 auto; color: #485766; font-size: 11px; font-family: verdana; }
.sub { padding-top: 15px; }
.sub a { color: #6a87a3; }
.sub a:hover { text-decoration: underline; }

.search {float: right; padding-top: 10px; margin: 0; width: 205px;}
.search input[type="text"] {  
	background-color: #101011;  
	width: 195px; height: 25px; 
	border: 0; 
	border-left: 1px solid #292d30; 
	border-right: 1px solid #292d30; 
	border-bottom: 1px solid #292d30; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	border-radius: 8px; 
	font-size: 11px;
	color: #38444f;
	padding-left: 8px;
}

.search input[type="image"] { position: relative; right: -180px; top: -23px;}
.button { float:right; padding-top: 15px; margin-right: 10px; }
#toppanel {width: 100%; height:160px; background: transparent url(../img/bg_top.png) repeat-x;}
#header { width: 950px; margin: 0 auto; }
.logo { width: 273px; height: 56px; }
ul.topnav { list-style: none; padding: 0; float: right; font-size: 18px; position: relative; top: 2px;}
ul.topnav li { float: left; margin: 5px 0; padding: 0 5px 0 5px; background: url(../img/sep.png) right top no-repeat}
ul.topnav li a{ padding: 4px 8px; color: #d4bc99; text-decoration: none; float: left; background-color: transparent; -moz-border-radius: 4px; -webkit-border-radius: 4px; font-family: Arial, Tahoma, sans-serif; }
ul.topnav li a:hover{ color: #fff; background-color: #280600; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; opacity:0.6; filter:alpha(opacity=70);}

#banner { width: 970px; margin: 25px auto 5px auto; }

#slider {
    position:relative;
	background:#000 url(../../img/loading.gif) no-repeat 50% 50%;
	border: 10px solid #fff; 
	height: 320px;
}

#slider-shadow {
position: relative;
top: 10px;
bottom: 6px;
padding: 10px 0; 
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
}

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
	
}
.nivo-controlNav a {
	display:block;
	width:15px;
	height:15px;
	background:url(../img/shape.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-15px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../img/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}


#wrapper { width:100%; height: 100%; background: url(../img/bg.png) repeat-x transparent;}

#main { margin: 0 auto 10px auto; padding: 20px; width: 930px; background: url(../img/mainbg.png) repeat;}
.block {width: 290px; float:left; margin-right: 30px; }
.block2 {width: 290px; float:right;}
.smallblock {width: 240px;  background: url(../img/sectionbg.png) repeat; margin-top: 10px; padding: 20px;}

.head {width: 290px; height: 46px; background: url(../img/head.png) repeat-x;}

.section { width: 250px;  background: url(../img/sectionbg.png) repeat; padding: 20px; font-size: 12px; color: #E8B784; min-height: 300px;}
.section h2 {font-size: 18px; font-weight: bold; color: #fff;}
.section h3 {font-size: 12px; font-weight: normal; }
.section h3 a { color: #3f9fcf; }
.section h3 a:hover { text-decoration: underline; }
.section .img img { background: #E8B784; padding: 1px;}
.section p { margin: 10px 0; line-height: 15pt; }
.section ul {padding: 0 0 0 15px;}
.section ul li {padding: 4px 0;}
.section ul li a {color: #FFF; }
.learn { margin-top: 20px; font-size: 12px; font-weight: bold; margin-bottom: 5px;}
.learn a {background-color: #AFAA23; margin-right: 10px; padding: 4px 4px; margin-top: 20px; color: #fff;}
.learn a:hover {color: #000;}

.section2 { width: 250px;  background: url(../img/sectionbg.png) repeat; padding: 20px; min-height: 300px;}
.section2 img {background: none;}
.section2 ul {list-style: none;}
.section2 ul li {display:  block; clear: both; border-bottom: #1F1514 1px dotted; padding: 10px 0; }
.section2 ul li a {color: #AFAA23;}
.ico { float:left; margin: 0 20px 0 0; }
.ico2 {float:left;}
.ico2 img {margin-right: 5px; }
.detail {float:left;}
.detail h3 {font-size: 14px; font-weight: bold; color: #fff;}
.detail h4 {font-size: 12px; font-weight: normal; color: #E8B784;}

.icons { float:left; margin-top: 6px; margin-left: 10px; }
.title { margin-left: 10px; margin-top: 10px;font-family: arial; font-weight: bold; font-size: 20px; color: #e8b784; float:left;}

#topfooter { background: url(../img/topfooter.png) repeat; margin-top: 20px; width: 100%; padding: 30px 0; border-bottom: 1px solid #040507;}
.topcontent {width: 950px; margin: 0 auto;}
.column { float:left; margin-right: 50px; }
.column h2 {font-size: 22px; font-weight: bold; margin-bottom: 20px; color: #8c94ac;}

ul.botnav { list-style: none; padding: 0; font-size: 12px; font-family: verdana; }
ul.botnav li { margin: 0; padding: 0 0 10px 0; }
ul.botnav li a{ padding: 0; color: #606574;}
ul.botnav li a:hover{ text-decoration: underline }

.gallery { width: 260px; }
.gallery img {background-color: #191f2f; padding: 5px; border: 1px solid #252c3e; float:left; margin-right:10px; margin-bottom:10px;}

.twitterbox { background: url(../img/tweetbg.png) repeat; padding: 10px; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; width: 280px;}
.twitter {font-size: 12px; font-family: verdana; color: #417893; margin: 0; }
.twitbird {float: right; margin-right: 20px;}
.twitter a {color: #b8e2f6; }
.twitter a:hover {text-decoration: underline;}
.twitinfo { margin-top: 25px; font-size: 11px; font-family: verdana; color:#305465; }
.twitinfo a{ color:#417893; }
.twitinfo a:hover{ text-decoration: underline; }

#footer { background: url(../img/footer.gif) repeat-x; width: 100%; height: 164px; margin-top: 50px;}
.fotcontent { width: 950px; margin: 0 auto; font-family: verdana; font-size: 11px; color: #BE8F56;  position: relative; top: 120px;}
.fotcontent a{ color: #DCC3A5;  }
.fotcontent a:hover{ text-decoration: underline; }


.nav_onas, .mapa {display: none; width: 960px; margin: 0 auto;}
.nav_onas h1,.mapa h1 {font: normal 2.2em Arial, Tahoma, Verdana, sans-serif; color: #E8B784; letter-spacing: -1px; border-bottom: #000 1px dotted; padding: 3px 0;}
.nav_onas p, .mapa p {color: #FFF; font: normal 12px tahoma, arial, verdana, sans-serif; padding: 10px 0;}
.mapa p {width: 640px; margin: 0 auto;}
/* Extra Style For single.html */

#wrap { background: url(../img/wrapbg.png) repeat; width: 910px; padding:20px; margin:0 auto;}

#sheet { background: #fff url('../img/sidebar.png') repeat-y right top;}
.main-content {width: 600px; padding: 20px; float:left;}
.main-content img { background-color: #eef0f5; border: 1px solid #ced1da; padding: 5px;}
.main-title{ font: normal 28px Arial, Tahoma, sans-serif; letter-spacing: -1px; color: #6F1909; width: 600px; margin: 0; margin-bottom: 20px; padding-bottom: 1px; border-bottom: 1px dotted #84a1af; display:block; }
.main-title img { background-color: transparent; border: 0; padding: 0; }
.post { font-size: 12px; font-family: tahoma, arial, verdana; color: #444955; line-height: 1.8em; text-align: justify;}
.post p { margin-top: 20px; }
.post blockquote { background-color: #eef0f5; border: 1px solid #ced1da; padding: 20px; color: #788093; font-weight: bold; font-style: italic; }

.post ul {padding: 0 0 0 20px;}
.post ul li {padding: 5px 0 5px 0px;}

.sidebar { float:right; width: 270px; background-color: #eef0f5; }
.sidehead { background: url(../img/head.png) repeat-x; padding: 10px; margin: 0; font-family: arial; font-size: 20px; font-weight: bold; color: #fff; }
.sidepost { padding: 20px; font-size: 12px; font-family: verdana; color: #444955; line-height: 17px;}

ul.spenav { list-style: none; padding: 10px; font-size: 14px; font-family: verdana; font-weight: bold; color: #747c93; }
ul.spenav li { margin: 0 0 10px 0;  }
ul.spenav li a{ padding: 10px; background: #dce0e9 url('../img/arrowlink.png') no-repeat 95% 50%; color: #747c93; display: block; }
ul.spenav li a:hover{ color: #444d68; background: #d0d4de url('../img/arrowhover.png') no-repeat 95% 50%; }

ul.sidenav { list-style: none; padding: 20px; font-size: 14px; font-family: verdana; font-weight: bold; color: #747c93; }
ul.sidenav li { margin: 0 0 10px 0;  }
ul.sidenav li span{ float:right; color: #444d68; }
ul.sidenav li a{ padding: 10px; color: #747c93;  }
ul.sidenav li a:hover{ text-decoration: underline; }

.ico3 {float:left;}
.ico3 img {margin-right: 2px;}

/* Extra Style For gallery.html */

#gallerysheet { background-color: #fff; padding: 25px;}
.gallery-head { margin-bottom: 15px; }
.gallery-head h2 { font-size: 22px; font-weight: bold; color: #4d5467; }
.gallery-body { margin: 0 auto; width: 970px; padding: 10px 0 0 0;}
.gallery-body ul {list-style: none;}
.gallery-body ul li {float: left; padding: 8px;}

.trigger span{
width: 38px;
	height: 34px;
	float: right;
	margin: 0;
	margin-left: 5px;
	background: url(../img/plus.png) no-repeat;
	}
.trigger span.subhover {cursor: pointer;} /*--Hover effect for trigger--*/
ul.gallerynav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #11719f;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 153px;
}
ul.gallerynav li ul.subnav li{
	margin: 0; padding: 0;
	clear: both;
	width: 153px;
}
html ul.gallerynav li ul.subnav li a {
	float: left;
	width: 128px;
	padding-left: 20px;
}
html ul.gallerynav li ul.subnav li a:hover { 
background: #1a93cd;
}

#paging { margin-top: 20px; padding: 10px; background-color: #eef0f5; border: 1px solid #ced1da; font-family: verdana; font-size: 12px; font-weight: bold; color: #fff; }
.next { margin: 10px 0; }
.next a{ background-color: #4eabd7; padding: 10px; color:#fff}
.next a:hover { background-color: #11719f;}

/* Extra Style For blog.html */

.content { padding: 10px 0 20px 0; margin-bottom: 20px; font-family: verdana; font-size: 11px; color: #000; border-bottom: 1px dotted #000;}
.blogtitle { margin-bottom: 20px; }
.content h1 { font-size: 26px; font-family: arial; font-weight: bold; color: #1c8cb5; }
.content a {font-weight: bold; color: #1c8cb5; }
.content a:hover { text-decoration: underline; }

#cu3er-container {width:950px; outline:0;}
