* { 
	margin: 0; 
	padding: 0; 
	outline: 0; 
}

body {
	height: 100%;
	margin: auto 12% auto 12%;
   font-size: 12px;
   line-height: 16px;
   font-family: arial, sans-serif;
   color: #808080;
   background: #efefef url(images/body.png) repeat-x 0 0;
   min-width: 950px;
}

html {
	height: 100%;
}

a {
	color: #008080; 
	text-decoration: none; 
	cursor: pointer; 
}

a:hover { 
	color: #ffa200;
	text-decoration: underline; 
}

a img { 
	border: 0; 
}

article, aside, details, footer, header, menu, nav, section {
	 display: block; 
}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
}
 
input, textarea, select { 
	font-size: 12px; 
	font-family: arial, sans-serif; 
}

p img { 
	text-align: center 
}

textarea {
 	overflow: auto; 
}

.cl { 
	display: block; 
	height: 0; 
	font-size: 0; 
	line-height: 0; 
	text-indent: -4000px; 
	clear: both; 
}

.notext { 
	font-size: 0; 
	line-height: 0; 
	text-indent: -4000px; 
}

.left { 
	float: left; 
	display: inline; 
}


.alignleft { 
	padding-left: 244px;
	float: left; 
	display: inline; 
}

.right, .alignright {
	float: right;
	display: inline;
}

.shell { 
	margin: 0 auto; 
	width: 950px; 
}

.shell h2 {
	font-size: 22px;
	font-weight: normal;
	color: #008080;
}

.header { 
	background: url(imagenes/header.png) repeat-x 0 0; 
	height: 58px; 
	padding: 29px 0 0 0;  
}

#logo { 
	width: 713px;
	padding-left: 118px;
}

#logo a { 
	height: 28px; 
	display: block; 
	font-size: 0; 
	line-height: 0; 
	text-indent: -4000px; 
}

#navigation { 
	float: right; 
	padding-top: 8px;  
}

#navigation ul { 
	list-style: none; 
	list-style-position: outside; 
	font-size: 11px; 
	text-transform: uppercase; 
	font-weight: bold; 
}

#navigation ul li {
	float: left; 
	padding: 0 0 0 44px; 
}

#navigation ul li a { 
	color: #77777b; 
}

#navigation ul li a:hover , #navigation ul li.active a { 
	color: #2497e0; 
	text-decoration: none; 
}

.main {
	padding-top: 30px;
}

.main h2 strong { 
	font-weight: bold; 
}

.main h3 { 
	font-size: 22px; 
	line-height: 22px; 
	color: #000; 
	font-weight: normal; 
}

.slider-section { 
	padding-bottom: 68px; 
}

.slider-section a.how-btn { 
	padding: 0 18px 0 19px; 
	height: 39px; 
	border: 1px solid #e6e6e6; 
	float: right; 
	line-height: 39px; 
	position: relative; 
	margin-top: -12px; 
	font-size: 17px; 
	color: #65cbf8; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-o-border-radius: 8px;
}

.slider-section a.how-btn:hover { 
	text-decoration: none; 
	color: #066995; 
}

.flexslider { 
	margin-top: 24px; 
	width: 950px; 
	height: 377px;  
	overflow: hidden;
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-o-border-radius: 8px; 
}

.slider-holder { 
	position: relative;  
}

.slider-holder span.slider-shadow { 
	width: 951px; 
	height: 27px; 
	position: absolute; 
	bottom: -27px; 
	left: 0; 
	background: url(imagenes/slider-shadow.png) no-repeat 0 0; 
	z-index: 20; 
}

.flexslider ul.slides { 
	list-style: none; 
	list-style-position: outside; 
	position: relative; 
}

.flexslider ul.slides li { 
	width: 950px; 
	height: 377px; 
	position: relative; 
	float: left; 
}

.flexslider ul.slides li img { 
	width: 950px; 
	height: 377px; 
}

.flexslider ul.slides li .slide-cnt { 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 739px; 
	padding: 21px 190px 21px 21px;  
	background: url(imagenes/slide-cnt.png) repeat 0 0;  
}

.flexslider ul.slides li .slide-cnt h3 {
	color: yellow;
	padding-bottom: 4px;
}

.flexslider ul.slides li .slide-cnt p {
	color: yellow;
}

.flexslider ul.slides li .slide-cnt a.slider-btn { 
	height: 93px; 
	padding: 0 33px 0 36px; 
	line-height: 93px; 
	background: url(imagenes/slider-btn.png) repeat-x 0 0; 
	position: absolute; 
	top: -9px; 
	right: 0; 
	font-size: 17px;
	color: #ffa200; 
	border-radius: 8px 0 8px 0; 
	-moz-border-radius: 8px 0 8px 0; 
	-webkit-border-radius: 8px 0 8px 0; 
	-o-border-radius: 8px 0 8px 0;
}

.flexslider ul.slides li .slide-cnt a.slider-btn span { 
	background: url(imagenes/plus-ico.png) no-repeat 0 0; 
	width: 23px; 
	height: 22px; 
	position: absolute; 
	left: 0; top: 0; 
	}
	
.flexslider ul.slides li .slide-cnt a.slider-btn:hover { 
	text-decoration: none; 
	color: #ffa200;;  
}

.main .cols { 
	padding-bottom: 54px; 
}

.main .cols .col { 
	width: 210px; 
	float: left; 
}

.main .cols .col:last-of-type { 
	width: 200px; 
}

.main .cols .col + .col { 
	padding-left: 35px; 
}

.main .cols .col h3 {
	padding-bottom: 14px;
}

.main .cols .col h3 a { 
	color: #000; 
}

.main .cols .col h3 a:hover { 
	text-decoration: none; 
	color: #333; 
}

.main .cols .col h3.starter-ico { 
	background: url(imagenes/starter-ico.png) no-repeat 0 0; 
}

.main .cols .col h3.awesome-ico { 
	background: url(imagenes/awesome-ico.png) no-repeat 0 0; 
}

.main .cols .col h3.save-ico { 
	background: url(imagenes/save-ico.png) no-repeat 0 0; 
}

.main .cols .col p { 
	padding-bottom: 10px;  
}

.main .cols .col a.more { 
	text-transform: uppercase; 
} 

.main section a.all-projects { 
	float: right; 
	font-size: 11px; 
	color: #000; 
	text-transform: uppercase; 
	background: #fff; 
	border: 1px solid #e6e6e6; 
	padding: 0 13px 0 15px; 
	height: 23px; 
	line-height: 23px;  
	border-radius: 7px; 
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	-o-border-radius: 7px; 
	margin-right: 6px; 
} 

.main section a.all-projects strong { 
	padding-right: 3px; 
	font-weight: bold; 
	font-size: 12px; 
}

.main section a.all-projects:hover { 
	text-decoration: none; 
	color: #ffa200;
}

.main .featured { 
	padding-bottom: 44px; 
	padding-top: 16px;  
}

.main .featured .entry { 
	width: 171px; 
	height: 88px; 
	float: left; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-o-border-radius: 8px; 
	position: relative; 
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; 
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; 
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.5) 
	; -o-box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ; 
}

.main .featured .entry img { 
	width: 171px; 
	height: 88px; 
	border-radius: 8px; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
	-o-border-radius: 8px; 
}

.main .featured .entry span {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(imagenes/entry-cnt.png) repeat 0 0;
	width: 156px;
	padding: 7px 0 7px 15px;
	border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	-o-border-radius: 0px 0px 7px 7px;
	color: yellow;
}

.main .featured .entry em { 
	display: none; 
	background: url(imagenes/entry-plus.png) no-repeat 0 0; 
	width: 23px; 
	height: 22px; 
	position: absolute; 
	top: 0; 
	right: 0;  
}

.main .featured .entry + .entry { 
	margin-left: 22px; 
}
 
.main .featured .entry strong { 
	display: none; 
	background: url(imagenrs/entry-shadow-b.png) no-repeat 0 bottom; 
	width: 174px; 
	height: 10px; 
	position: absolute; 
	bottom: -7px; 
	left: 0;  
}

.main .featured .entry:hover strong { 
	display: block; 
}

.main .featured .entry a:hover span { 
	display: block; 
}

.main .featured .entry a:hover em { 
	display: block; 
}

html, body { 
	height: 100%; 
}

#wrapper { 
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	margin: 0 auto -279px; 
}

#footer, #footer-push {  
	height: 245px; 
	padding-top: 32px;  
}

#footer h4 { 
	color: #353535; 
	font-size: 15px; 
	font-weight: bold; 
	text-transform: uppercase; 
	padding-bottom: 22px; 
}

#footer { 
	background: url(imagenes/footer.png) repeat-x 0 0; 
}

#footer .widgets { 
	padding-bottom: 16px; 
}

#footer .widget { 
	float: left; 
	width: 170px; 
}

#footer .widget + .widget { 
	padding-left: 20px;  
}

#footer .widget ul { 
	list-style: none; 
	list-style-position: outside; 
	font-size: 11px; 
}

#footer .widget ul li { 
	padding-bottom: 11px; 
}

#footer .widget ul li a { 
	color: #4a4949; 
}

#footer .widget ul li a:hover { 
	color: #ffa200; 
}

#footer .gallery-widget ul li { 
	float: left; 
	padding-right: 0px; 
	width: 150px; 
	height: 50px; 
}

#footer .gallery-widget ul li a img { 
	display: block;  
	width: 150px; 
	height: 50px; 
	position: absolute;
	border-radius: 4px; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-o-border-radius: 4px; 
}

#footer .gallery-widget ul li a:hover img { 
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80); 
}

#footer .gallery-widget ul li a:hover span {
	display: block;
	position: absolute;
	padding: 7px 0 7px 15px;
	color: yellow;
}

.footer-nav  { float: left; }
.footer-nav ul { list-style: none; list-style-position: outside; font-size: 10px; font-weight: bold; }
.footer-nav ul li { float: left; padding: 0 39px 0 0;  }
.footer-nav ul li a { color: #353535; }
.footer-nav ul li a:hover ,
.footer-nav ul li.active a {  color: #008080; text-decoration: none; }
#footer p.copy { float: right; color: #353535; }
#footer p.copy a { color: #3f3f3f; text-decoration: underline; }
#footer p.copy a:hover { text-decoration: none; }