@charset "utf-8";
/* CSS Document */

body { background:url(../images/pl.jpg) repeat center top #8b8b8b; }
.clear { clear: both; }
.clearfix:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }/* ----- clear fix for floats ----- */
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }/* hides clearfix from IE-mac */
.clearfix { display:block; }/* end hide from IE-mac */
.alignleft { float:left; }
.alignright { float:right; }
.aligncenter { margin:auto; display:block; }
.alignnone { clear:both; font-size:0; line-height:0; margin:0; padding:0; border:0; height:0; width:0; }
.centered { text-align:center; }
/* =Typography
--------------------------------------------------------------------------------------------------------*/
body {
	color:#858585;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
strong { font-weight:700; }
/* End Typography
--------------------------------------------------------------------------------------------------------*/


/* =Headings
--------------------------------------------------------------------------------------------------------*/
h1 { }
h2 { font-size:40px; font-weight:600; color:#1e1e1e; font-family:'Open Sans', Arial, Helvetica, sans-serif; line-height:40px;  }

h3 { font-size:20px; font-weight:600; color:#1e1e1e; font-family:'Open Sans', Arial, Helvetica, sans-serif; line-height:20px; padding:15px 0 18px 0; }
h4 { font-size:15px; font-weight:600; color:#1e1e1e; font-family:'Open Sans', Arial, Helvetica, sans-serif; line-height:20px; padding:5px 0 5px 0; }
h5 { font-size:12px; font-weight:normal; color:#1e1e1e; font-family:"Lucida Sans Unicode", Arial, Helvetica, sans-serif; line-height:20px; padding:5px 0 5px 0; text-transform:uppercase; }
h2 a, h3 a, h4 a, h5 a { color:#1e1e1e; text-decoration:none; -webkit-transition: color 0.2s ease 0s; -moz-transition: color 0.2s ease 0s; -o-transition: color 0.2s ease 0s; transition: color 0.2s ease 0s; }
h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover { text-decoration:none; color:#a4e100; }
h4.blog { font-size:15px; font-weight:600; color:#1e1e1e; font-family:'Open Sans', Arial, Helvetica, sans-serif; line-height:20px; padding:21px 0 15px 0; }
h4.blog.first { font-size:15px; font-weight:600; color:#1e1e1e; font-family:'Open Sans', Arial, Helvetica, sans-serif; line-height:20px; padding:15px 0 15px 0; }
/* End Headings
--------------------------------------------------------------------------------------------------------*/


/* =Branding
--------------------------------------------------------------------------------------------------------*/
p { padding:4px 0 4px 0; line-height:20px; }
p a {
	color:#666;
	text-decoration:none;
	text-transform:uppercase;
	-webkit-transition: color 0.2s ease 0s;
	-moz-transition: color 0.2s ease 0s;
	-o-transition: color 0.2s ease 0s;
	transition: color 0.2s ease 0s;
}
p a:hover {
	text-decoration:none;
	color:#A4E100;
}
p.big { font-size:18px; line-height:28px; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-weight:300; }
p.big a { font-weight:600; }
p.team { text-transform:uppercase; font-size:12px; border:1px solid #d2d2d2; width:auto; display:inline-block; background:url(../images/buttons/bg-user.png) no-repeat 10px 7px; padding:5px 10px 6px 35px; margin:11px 0 0 0; }
h1#logo { display:inline-block; margin-left:-50px; margin-top:23px; }
/* this logo has -5px margin on the left because of 5px shadow to the left */
h1#logo a {
	display:block;
	width:960px;
	height:40px;
	text-indent:-9999px;
	text-decoration:none;
	background:url(../images/bg-logo.png) left top no-repeat;
}
/* End Branding
--------------------------------------------------------------------------------------------------------*/


/* =Main Nav
--------------------------------------------------------------------------------------------------------*/
ul#navi { margin-top:1px; }
ul#navi li { float:left; }
ul#navi li a { color:#7a7a7a; font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size:12px; font-weight:700; line-height:12px; text-decoration:none; text-transform:uppercase; text-shadow:-1px -1px 0px rgba(0, 0, 0, 0.25); padding:28px 19px 37px 19px; display:inline-block; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; - transition: all 0.2s ease 0s; border-top:4px solid transparent; z-index:15; }
ul#navi li a:hover, ul#navi li a.active, ul#navi li a.stays-active { color:#fff; background:url(../images/bg-transparent.png) repeat; border-top:4px solid #a4e100; }
ul#navi ul { position:absolute; height:auto; width:143px; background:url(../images/bg-dropdown2.png) no-repeat; padding:15px 0px 9px 0px; top:73px; margin-left:0px; z-index:200; list-style:none; }
ul#navi ul li { display:block; z-index:191 !important; float:none; border-bottom:1px solid #333; }
ul#navi ul li.last { border-bottom:0px; }
ul#navi ul a, ul#navi ul a:visited { position:relative; display:block; width:auto; float:none; text-indent:0px; padding:8px 0px 12px 19px; color:#7a7a7a; z-index:191 !important; height:12px !important; font:11px 'Lucida Sans Unicode', Arial, Helvetica, sans-serif; text-decoration:none; text-transform:none; text-shadow:none; -webkit-transition: color 0.2s ease 0s; -moz-transition: color 0.2s ease 0s; -o-transition: color 0.2s ease 0s; transition: color 0.2s ease 0s; border-top:0px; }
ul#navi ul a:hover { color:#fff; text-decoration:none; background:none; border-top:0px; }
ul#navi li ul { display:none; }
ul#navi ul ul { position:absolute; height:auto; width:143px; background:url(../images/bg-dropdown3.png) no-repeat; padding:9px 0px 9px 6px; margin-left:143px; margin-top:-6px; z-index:200; list-style:none; }
ul#navi ul ul.row4 { top:111px; }
.cursor { cursor:default; }
/* End Main Nav
--------------------------------------------------------------------------------------------------------*/


/* =Main Content
--------------------------------------------------------------------------------------------------------*/
#wrapper {

	top:0px;
	left:0px;
	width:100%;
	height:100px;
	position:relative;

	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
}
#content { background:url(../images/pl.jpg) center top repeat-y; width:100%; position:relative; z-index:1; padding-bottom:70px; }
#content-bottom { background:url(../images/bg-shadow-content.png) center top no-repeat; height:7px; width:100%; position:relative; z-index:1; }
.container {
	padding:0px 0px 0px 0px;
	width:930px;
	margin:0 auto;
	position:relative;
}
/*.col1-1 { width:930px; margin-right:30px; }*/
.col1-2 { width:450px; margin-right:30px; float:left; }
.col1-3 { width:290px; margin-right:30px; float:left; }
.col2-3 { width:610px; margin-right:30px; float:left; }
.col1-4 {
	width:210px;
	margin-right:30px;
	float:left;
	height: 300px;
}
.col-4 { width:610px; margin-right:30px; float:left; }
.col3-4 { width:690px; margin-right:30px; float:left; }
.break { height:20px; border-top:1px solid #efefef; width:auto; margin-top:1px; position:relative; }
.big-break { height:20px; border-top:1px solid #efefef; width:auto; margin-top:60px; position:relative; }
.small-break { height:20px; border-top:1px solid #efefef; width:auto; margin-top:30px; position:relative; }
.tiny-break { height:10px; border-top:1px solid #efefef; width:auto; margin-top:20px; position:relative; }
.padding-left { padding-left:15px; }
.padding-right { padding-right:15px; }
.margin-right { margin-right:15px; }
.padding-10 { padding-left:10px; }
.margin-30 { margin-right:30px; }
.no-padding { padding:0px !important; }
.margin-bottom { margin-bottom:5px; }
.last { margin-right:0px; }
.arrow { padding-right:13px; background:url(../images/buttons/bg-arrow-right.png) right 5px no-repeat; margin-right:4px; }
.images { border:0; display:block; margin:10px 0 10px 0; position:relative }
.images-inline, .images-slider { border:0; display:inline-block; margin:10px 0 10px 0; position:relative }
.images img, .videos, .images-inline img, .images-slider img { display:block; max-width:100% }
.images:after, .images-inline:after, .images-slider:after { border:1px solid rgba(0, 0, 0, .18); bottom:0; content:''; left:0; position:absolute; right:0; top:0; }
.images-slider:after { z-index:20; }
/* =End Main Content
--------------------------------------------------------------------------------------------------------*/


/* =Secondary Content
--------------------------------------------------------------------------------------------------------*/
#location { width:100%; position:relative; height:40px; background:url(../images/bg-location.jpg) center top no-repeat; top:-7px; padding-top:16px; padding-bottom:24px; }
#location p a { text-transform:none; }
#content p a.button { display:inline-block; padding:7px 16px 8px 15px; padding:8px 16px 9px 15px\9; color:#fff; margin:16px 0 18px 0; font-size:15px; font-weight:600; font-family:'Open Sans', Arial, Helvetica, sans-serif; line-height:20px; -webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.15); box-shadow:0 1px 0 rgba(0, 0, 0, 0.15); border-bottom-right-radius:3px; border-bottom-left-radius:3px; border-top-right-radius:3px; border-top-left-radius:3px; text-shadow:-1px -1px 0px rgba(0, 0, 0, 0.25); text-transform:none; -webkit-transition: all 0.1s ease-in-out 0s; -moz-transition: all 0.1s ease-in-out 0s; -o-transition: all 0.1s ease-in-out 0s; transition: all 0.1s ease-in-out 0s; border: 1px solid #6c3a80; background-image: linear-gradient(bottom, #8e53a5 0%, #b187c2 100%); background-image: -o-linear-gradient(bottom, #8e53a5 0%, #b187c2 100%); background-image: -moz-linear-gradient(bottom, #8e53a5 0%, #b187c2 100%); background-image: -webkit-linear-gradient(bottom, #8e53a5 0%, #b187c2 100%); background-image: -ms-linear-gradient(bottom, #8e53a5 0%, #b187c2 100%); background-color: #8e53a5; }
#content p a.button:hover { box-shadow:0 1px 0 rgba(255, 255, 255, 0.3) inset; text-shadow:-1px -1px 0px rgba(0, 0, 0, 0.15); background:#a879ba; }
#content p a.button span { padding-left:25px; }
#content p a.button span.actions { background:url(../images/buttons/actions-arrow.png) 0 2px no-repeat; }
#content p a.small-button { display:inline-block; padding:5px 14px 6px 13px; padding:6px 14px 7px 13px\9; color:#fff; margin:16px 0 18px 0; font-size:12px; font-weight:normal; font-family:"Lucida Sans Unicode", Arial, Helvetica, sans-serif; line-height:20px; -webkit-box-shadow:0 1px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow:0 1px 0 rgba(0, 0, 0, 0.15); box-shadow:0 1px 0 rgba(0, 0, 0, 0.15); border-bottom-right-radius:3px; border-bottom-left-radius:3px; border-top-right-radius:3px; border-top-left-radius:3px; text-shadow:-1px -1px 0px rgba(0, 0, 0, 0.25); text-transform:none; -webkit-transition: all 0.1s ease-in-out 0s; -moz-transition: all 0.1s ease-in-out 0s; -o-transition: all 0.1s ease-in-out 0s; transition: all 0.1s ease-in-out 0s; border: 1px solid #6c3a80; background-image: linear-gradient(bottom, #8e53a5 0%, #b187c2 100%); background-image: -o-linear-gradient(bottom, #8e53a5 0%, #b187c2 100%); background-image: -moz-linear-gradient(bottom, #8e53a5 0%, #b187c2 100%); background-image: -webkit-linear-gradient(bottom, #8e53a5 0%, #b187c2 100%); background-image: -ms-linear-gradient(bottom, #8e53a5 0%, #b187c2 100%); background-color: #8e53a5; }
#content p a.small-button:hover { box-shadow:0 1px 0 rgba(255, 255, 255, 0.3) inset; text-shadow:-1px -1px 0px rgba(0, 0, 0, 0.15); background:#a879ba; }
#content .dropcap { font-size:15px; font-weight:600; color:#1e1e1e; font-family:'Open Sans', Arial, Helvetica, sans-serif; line-height:20px; display:block; z-index:10; height:22px; width:38px; border:1px solid #d2d2d2; margin:10px 15px 0 0; text-align:center; padding:8px 0; }
#content h4.blockquote { padding-left:30px !important; font-style:italic; font-weight:400; }
#content p .highlight { background:#a4e100; color:#fff; padding-left:2px; padding-right:2px; }
/* End Secondary Content
--------------------------------------------------------------------------------------------------------*/


/* =Slideshow
--------------------------------------------------------------------------------------------------------*/
#slideshow { width:1000px; height:361px; background:none; margin:0 auto; }
#slider { position:relative; z-index:10; overflow:visible; }
#cyclenav { position:relative; display:inline-block; z-index:21; top:-65px; left:35px; }
#cyclenav a { font-size:12px; margin-right:2px; text-decoration:none; padding:6px 9px; border:0px solid #fff; background:url(../images/bg-transparent-white.png) repeat; color:#1e1e1e; border: 1px solid rgba(37, 37, 37, 0.18); -webkit-background-clip: padding-box; /* for Safari */ background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */ -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
#cyclenav a:hover { background:url(../images/bg-transparent-white.png) repeat #fff; border: 1px solid rgba(37, 37, 37, 0.18); -webkit-background-clip: padding-box; /* for Safari */ background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */ }
#cyclenav a.activeSlide { background:url(../images/bg-transparent-white.png) repeat #fff; color:#1e1e1e !important; border: 1px solid rgba(37, 37, 37, 0.18); -webkit-background-clip: padding-box; /* for Safari */ background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */ }
.oneByOne_item { position:absolute; width:1000px; height:361px; display:none; overflow:hidden; }
.oneByOne_item .text_1_1 { position:relative; margin:170px 0 0 35px; width:330px; background:#fff; padding:22px 19px 19px 19px; border: 1px solid rgba(37, 37, 37, 0.18); -webkit-background-clip: padding-box; /* for Safari */ background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */ }
img.item_1_1 { position:absolute; top:0px; left:0px; }
.oneByOne_item .text_1_1 h4 { padding:0px !important; }
/* End Slideshow
--------------------------------------------------------------------------------------------------------*/



/* =Slideshow1
--------------------------------------------------------------------------------------------------------*/
#slideshow1 {
	width:1000px;
	height:41px;
	background:none;
	margin:0 auto;
}
#slider { position:relative; z-index:10; overflow:visible; }
#cyclenav { position:relative; display:inline-block; z-index:21; top:-65px; left:35px; }
#cyclenav a { font-size:12px; margin-right:2px; text-decoration:none; padding:6px 9px; border:0px solid #fff; background:url(../images/bg-transparent-white.png) repeat; color:#1e1e1e; border: 1px solid rgba(37, 37, 37, 0.18); -webkit-background-clip: padding-box; /* for Safari */ background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */ -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
#cyclenav a:hover { background:url(../images/bg-transparent-white.png) repeat #fff; border: 1px solid rgba(37, 37, 37, 0.18); -webkit-background-clip: padding-box; /* for Safari */ background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */ }
#cyclenav a.activeSlide { background:url(../images/bg-transparent-white.png) repeat #fff; color:#1e1e1e !important; border: 1px solid rgba(37, 37, 37, 0.18); -webkit-background-clip: padding-box; /* for Safari */ background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */ }
.oneByOne_item { position:absolute; width:1000px; height:361px; display:none; overflow:hidden; }
.oneByOne_item .text_1_1 { position:relative; margin:170px 0 0 35px; width:330px; background:#fff; padding:22px 19px 19px 19px; border: 1px solid rgba(37, 37, 37, 0.18); -webkit-background-clip: padding-box; /* for Safari */ background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */ }
img.item_1_1 { position:absolute; top:0px; left:0px; }
.oneByOne_item .text_1_1 h4 { padding:0px !important; }
/* End Slideshow
--------------------------------------------------------------------------------------------------------*/


/* =jCarousel
--------------------------------------------------------------------------------------------------------*/
.jcarousel-nav { margin-top:15px; margin-right:50px; }
.jcarousel-skin-tango .jcarousel-direction-rtl { direction: rtl; }
.jcarousel-skin-tango .jcarousel-container-horizontal { width: 930px; }
.jcarousel-skin-tango .jcarousel-clip { overflow: hidden; }
.jcarousel-skin-tango .jcarousel-item { width: 210px; }
.jcarousel-skin-tango .jcarousel-item-placeholder { background: #fff; color: #000; }
.jcarousel-skin-tango .jcarousel-next-horizontal { position: absolute; top: -38px; right: 0px; cursor: pointer; border:1px solid #858585; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; background:url(../images/buttons/bg-arrow-right.png) center no-repeat; text-indent:-9999px; display:inline-block; width:20px; height:19px; }
.jcarousel-skin-tango .jcarousel-next-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-horizontal:focus { background:url(../images/buttons/bg-arrow-right2.png) center no-repeat #a4e100; border:1px solid #a4e100; }
.jcarousel-skin-tango .jcarousel-next-horizontal:active { border:1px solid #858585; }
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active { cursor: default; border:1px solid #e0e0e0; background:url(../images/buttons/bg-arrow-right.png) center no-repeat; }
.jcarousel-skin-tango .jcarousel-prev-horizontal { position: absolute; top: -38px; right: 25px; cursor: pointer; border:1px solid #858585; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; background:url(../images/buttons/bg-arrow-left.png) center no-repeat; text-indent:-9999px; display:inline-block; width:20px; height:19px; }
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-horizontal:focus { background:url(../images/buttons/bg-arrow-left2.png) center no-repeat #a4e100; border:1px solid #a4e100; }
.jcarousel-skin-tango .jcarousel-prev-horizontal:active { border:1px solid #858585; }
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active { cursor: default; border:1px solid #d2d2d2; background:url(../images/buttons/bg-arrow-left.png) center no-repeat; }
/* End jCarousel
--------------------------------------------------------------------------------------------------------*/


/* =Image Hover
--------------------------------------------------------------------------------------------------------*/
.img-hovers { position:relative; overflow:hidden; display:inline; }
.img-hovers img { display:block; visibility:visible; height: auto; max-width:100%; }
.img-hovers a { display:inline-block; width:42px; height:38px; position:absolute; top:0px; background:url(../images/buttons/bg-zoom.png) no-repeat; margin-left:4px; margin-top:4px; z-index:10; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
.img-hovers a:hover { background-position:0px -38px; }
.img-hovers a.details { background:url(../images/buttons/bg-link.png) no-repeat; }
.img-hovers a.details:hover { background-position:0px -38px; }
.img-hovers a.second { margin-top:44px; }
/* End Image Hover
--------------------------------------------------------------------------------------------------------*/


/* =Blog
--------------------------------------------------------------------------------------------------------*/
.date { display:block; z-index:10; height:43px; width:38px; border:1px solid #d2d2d2; margin-top:10px; }
.date p { line-height:14px; padding:7px 0px 0 0; width:auto; text-align:center; text-transform:uppercase; font-family:'Open Sans', Arial, Helvetica, sans-serif; color:#1e1e1e; }
.date p .bold { font-weight:600; font-size:11px; }
.shadow { background:url(../images/bg-shadow-small.png) left bottom no-repeat; height:6px; width:40px; margin-top:-1px; display:block; }
.next-to-date { padding:0 0 5px 55px; }
p.posted { text-transform:uppercase; font-size:12px; border:1px solid #d2d2d2; width:auto; padding:5px 10px 6px 35px; margin:10px 2px 0 0; }
p.dates { background:url(../images/buttons/bg-dates.png) no-repeat 10px 7px; }
p.users { background:url(../images/buttons/bg-users.png) no-repeat 10px 10px; }
p.comments { background:url(../images/buttons/bg-comments.png) no-repeat 10px 8px; }
.avatar { margin:10px 0px 0 0; padding:16px 16px; background:#fff; border:1px solid #d2d2d2; }
.reply { margin:5px 0 4px 66px; }
.no-wrap { margin-left:66px; }
.when { margin-top:-10px; }
#navi-blog { padding:15px 0; }
#navi-blog .page a { font-size:12px; color:#858585; text-decoration:none; padding:3px 6px; border:1px solid #d2d2d2; margin-right:5px; text-align:center; float:left; }
#navi-blog .page a:hover { color:#858585; text-decoration:none; border:1px solid #858585; }
#navi-blog .active a { background:#a4e100; color:#fff; font-weight:700; border:1px solid #a4e100; }
#navi-blog .active a:hover { cursor:default; color:#fff; border:1px solid #a4e100; }
/* End Blog
--------------------------------------------------------------------------------------------------------*/


/* =Bubble
--------------------------------------------------------------------------------------------------------*/
.bubble { display:block; z-index:10; height:auto; width:auto; border:1px solid #d2d2d2; margin-top:10px; padding:20px 25px; }
.shadow-bubble { background:url(../images/bg-shadow-bubble.png) left bottom no-repeat; background:url(../images/bg-shadow-bubble.jpg) left bottom no-repeat\9; height:23px; width:290px; margin-top:-1px; }
.shadow-bubble p { text-align:right; }
.shadow-bubble p a { text-transform:none; }
.shadow-bubble-small { background:url(../images/bg-shadow-bubble-small.jpg) left bottom no-repeat; height:24px; width:210px; margin-top:-1px; }
/* End Blog
--------------------------------------------------------------------------------------------------------*/


/* =Logos
--------------------------------------------------------------------------------------------------------*/
ul.logos { margin-top:20px; height:40px; width:912px; }
ul.logos li { float:left; margin-left:8px; }
ul.logos li a { display:block; text-indent:-9999px; }
ul.logos li.first { margin-left:30px; }
ul.logos li.photodune a { background:url(../images/logos/10.jpg) no-repeat scroll 0 0 transparent; height:90px; width:87px; }
ul.logos li.themeforest a { background:url(../images/logos/11.jpg) no-repeat scroll 0 0 transparent; height:90px; width:87px; }
ul.logos li.ocean a { background:url(../images/logos/12.jpg) no-repeat scroll 0 0 transparent; height:90px; width:87px; }
ul.logos li.graphicriver a { background:url(../images/logos/13.jpg) no-repeat scroll 0 0 transparent; height:90px; width:87px; }
ul.logos li.codecanyon a { background:url(../images/logos/14.jpg) no-repeat scroll 0 0 transparent; height:90px; width:87px; }
ul.logos li.lala a { background:url(../images/logos/15.jpg) no-repeat scroll 0 0 transparent; height:90px; width:87px; }
ul.logos li.lele a { background:url(../images/logos/16.jpg) no-repeat scroll 0 0 transparent; height:90px; width:87px; }
ul.logos li.lili a { background:url(../images/logos/17.jpg) no-repeat scroll 0 0 transparent; height:90px; width:87px; }
#next2, #prev2 { margin-top:28px; float:left; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
#next2 { float:right; }
#next2 { background:url(../images/buttons/bg-arrow-next2.png) no-repeat; text-indent:-9999px; display:inline-block; width:9px; height:14px; }
#prev2 { background:url(../images/buttons/bg-arrow-prev2.png) no-repeat; text-indent:-9999px; display:inline-block; width:9px; height:14px; }
#next2:hover { background:url(../images/buttons/bg-arrow-next.png) no-repeat; }
#prev2:hover { background:url(../images/buttons/bg-arrow-prev.png) no-repeat; }
/* End Logos
--------------------------------------------------------------------------------------------------------*/


/* =Tabs
--------------------------------------------------------------------------------------------------------*/
.hide { display: none; }
.clear { clear: both; }
#tab-one { background: #fff; margin:15px 0 0px 0; }
#tab-one .nav { overflow: visible; margin-bottom:10px; margin-top:20px; position:absolute; }
#tab-one .nav li { width: auto; float: none; margin: 0; width:204px; height:46px; }
#tab-one .nav li a.last { border-bottom:0px; }
#tab-one .nav li a { cursor:default; font-size:14px; font-weight:400; color:#858585; font-family:'Open Sans', Arial, Helvetica, sans-serif; height:14px; padding:15px 10px 19px 30px; width:auto; text-decoration:none; -webkit-transition: color 0.2s ease 0s; -moz-transition: color 0.2s ease 0s; -o-transition: color 0.2s ease 0s; transition: color 0.2s ease 0s; }

#tab-one .nav li a .photography { background:url(../images/icons/19.jpg) 0px 3px no-repeat; padding-left:28px; }
#tab-one ul li.nav-li a.current .photography, #tab-one ul li.nav-li a.current .photography:hover { background:url(../images/icons/19.jpg) 0px 3px no-repeat; }

#tab-one .nav li a .bubble2 { background:url(../images/icons/20.jpg) 0px 3px no-repeat; padding-left:28px; }
#tab-one ul li.nav-li a.current .bubble2, #tab-one ul li.nav-li a.current .bubble2:hover { background:url(../images/icons/20.jpg) 0px 3px no-repeat; }

#tab-one .nav li a .paperplane { background:url(../images/icons/21.jpg) 0px 3px no-repeat; padding-left:28px; }
#tab-one ul li.nav-li a.current .paperplane, #tab-one ul li.nav-li a.current .paperplane:hover { background:url(../images/icons/21.jpg) 0px 3px no-repeat; }

#tab-one .nav li a .star { background:url(../images/icons/22.jpg) 0px 3px no-repeat; padding-left:28px; }
#tab-one ul li.nav-li a.current .star, #tab-one ul li.nav-li a.current .star:hover { background:url(../images/icons/22.jpg) 0px 3px no-repeat; }

#tab-one .nav li a .video { background:url(../images/icons/23.jpg) 0px 3px no-repeat; padding-left:28px; }
#tab-one ul li.nav-li a.current .video, #tab-one ul li.nav-li a.current .video:hover { background:url(../images/icons/23.jpg) 0px 3px no-repeat; }

#tab-one .nav li a .lightbulb { background:url(../images/icons/24.jpg) 0px 3px no-repeat; padding-left:28px; }
#tab-one ul li.nav-li a.current .lightbulb, #tab-one ul li.nav-li a.current .lightbulb:hover { background:url(../images/icons/24.jpg) 0px 3px no-repeat; }


#tab-one .nav li a .nuevo { background:url(../images/icons/25.jpg) 0px 2px no-repeat; padding-left:28px; }
#tab-one ul li.nav-li a.current .nuevo, #tab-one ul li.nav-li a.current .nuevo:hover { background:url(../images/icons/25.jpg) 0px 3px no-repeat; }



#tab-one .nav li a span:hover { text-decoration:none; color:#a4e100; cursor:pointer; }
#tab-one ul li.nav-li a.current span:hover { text-decoration:none; color:#1e1e1e; cursor:default; }
#tab-one .list-wrap { padding:0px 0px 0px 129px; margin-left:111px; background:url(../images/bg-shadow-tabs-tile.png) left top no-repeat; min-height:350px; }

#tab-one .list-wrap-bottom { padding:0px 20px 0px 129px; margin-left:111px; background:url(../images/bg-shadow-tabs-bottom.jpg) left top no-repeat; height:93px; margin-top:-63px; }
#tab-one ul li a { display: block; border-bottom:1px solid #efefef; }
#tab-one ul li.nav-li a.current { background:url(../images/bg-tabs-current.png) left 1px no-repeat; width: 175px; height:158px; cursor:default; text-decoration:none; color:#1e1e1e; overflow:visible; border-bottom:0px; }

#tab-one .list-wrap { height: auto !important; }
#tab-two { background: #fff; margin:50px 0 10px 0; border:1px solid #d2d2d2; }
#tab-two .nav { overflow: hidden; margin-bottom:10px; margin-top:-41px; margin-left:-1px; position:absolute; }
#tab-two .nav li { width: auto; float: left; margin: 0; }
#tab-two .nav li.last { margin-right: 10px; }
#tab-two .nav li.first { }
#tab-two .nav li a { font-size:15px; font-weight:600; color:#858585; font-family:'Open Sans', Arial, Helvetica, sans-serif; line-height:20px; height:14px; border-right:1px solid #fff; border-top:1px solid #fff; border-left:1px solid #fff; border-bottom:1px solid #d2d2d2; width:auto; text-decoration:none; }
#tab-two .nav li a:hover { text-decoration:none; color:#a4e100; }
#tab-two .list-wrap { padding:15px 20px; }
#tab-two ul li a { display: block; padding:9px 20px 16px 20px; }
#tab-two ul li.nav-li a.current { background-color: #fff; border-bottom:0px; padding-bottom:17px; cursor:default; text-decoration:none; color:#1e1e1e; border-top:1px solid #d2d2d2; border-left:1px solid #d2d2d2; border-right:1px solid #d2d2d2; }
/* =End Tabs
/* =End Tabs
--------------------------------------------------------------------------------------------------------*/


/* =Lists
--------------------------------------------------------------------------------------------------------*/
ul.list { display:block; position:relative; padding:11px 0; }
ul.float { float:left; width:50%; }
ul.list li { line-height:20px; padding:4px 0px 6px 19px; width:auto; border-bottom:1px solid #d2d2d2; background:url(../images/buttons/bg-arrow-right.png) no-repeat 1px 12px; }
ul.float li { margin-right:15px; }
ul.bullet li { line-height:20px; padding:4px 0px 6px 19px; border-bottom:1px solid #d2d2d2; background:url(../images/buttons/list-bullet.png) no-repeat 1px 12px; }
ul.check li { line-height:20px; padding:4px 0px 6px 19px; border-bottom:1px solid #d2d2d2; background:url(../images/buttons/list-check.png) no-repeat 1px 11px; }
ul.arrow2 li { line-height:20px; padding:4px 0px 6px 19px; border-bottom:1px solid #d2d2d2; background:url(../images/buttons/list-arrow.png) no-repeat 1px 12px; }
ul.arrow3 li { line-height:20px; padding:4px 0px 6px 19px; border-bottom:1px solid #d2d2d2; background:url(../images/buttons/list-big-arrow.png) no-repeat 1px 11px; }
ul.plus li { line-height:20px; padding:4px 0px 6px 19px; border-bottom:1px solid #d2d2d2; background:url(../images/buttons/list-plus.png) no-repeat 1px 10px; }
ul.dash li { line-height:20px; padding:4px 0px 6px 19px; border-bottom:1px solid #d2d2d2; background:url(../images/buttons/list-dash.png) no-repeat 1px 14px; }
ul.normal { padding:4px 0; }
ul.normal li { line-height:20px; }
ul.normal li a { text-decoration:none; color:#a4e100; }
ul li.last { border-bottom:0px; }
ul.list li a {
	text-decoration:none;
	border-bottom:0px !important;
	color:#333;
}
ul.list li a:hover, ul.normal li a:hover {
	color:#a4e100;
	text-decoration:none;
}
/* =End Lists
--------------------------------------------------------------------------------------------------------*/


/* =Accordion
--------------------------------------------------------------------------------------------------------*/
#accordion { width:auto; margin:2px 0 0px 0; }
#accordion div.ui-accordion-content { padding:0px 0 25px 65px; }
#accordion h3 { padding:0px; padding:27px 0px 30px 65px; width:auto; border-top:1px solid #d2d2d2; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; }
#accordion h3.first { border-top:0px; }
#accordion h3 a { cursor:pointer; display:block; text-decoration:none; line-height:20px; text-transform:none; width:auto; display:inline-block; color:#858585; }
#accordion h3 a:hover { color:#a4e100; }
#accordion h3.ui-state-active { background:url(../images/buttons/bg-close.png) no-repeat 15px 28px #fff; padding:27px 0px 20px 65px; }
#accordion h3.ui-state-active a { color:#1e1e1e; }
#accordion h3.ui-state-active :hover { cursor:default; color:#1e1e1e; }
#accordion h3.ui-corner-all { background:url(../images/buttons/bg-open.png) no-repeat 15px 28px #fff; }
#small-accordion { width:auto; margin:10px 0 9px 0; }
#small-accordion div.ui-accordion-content { padding:4px 0 11px 45px; background:url(../images/bg-shadow-small.png) no-repeat 4px -1px; }
#small-accordion h4 { padding:9px 0px 10px 45px; width:auto; border:1px solid #d2d2d2; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; margin-top:5px; }
#small-accordion h4.first { margin-top:0px; }
#small-accordion h4 a { cursor:pointer; display:block; text-decoration:none; line-height:20px; text-transform:none; width:auto; display:inline-block; color:#858585; }
#small-accordion h4 a:hover { color:#a4e100; }
#small-accordion h4.ui-state-active { background:url(../images/buttons/bg-close-h4.png) no-repeat 15px 12px; }
#small-accordion h4.ui-state-active a { color:#1e1e1e; }
#small-accordion h4.ui-state-active :hover { cursor:default; color:#1e1e1e; }
#small-accordion h4.ui-corner-all { background:url(../images/buttons/bg-open-h4.png) no-repeat 15px 12px; }
#tiny-accordion { width:auto; margin:10px 0 9px 0; }
#tiny-accordion div.ui-accordion-content { padding:4px 0 6px 35px; background:url(../images/bg-shadow-small.png) no-repeat 0px -1px; }
#tiny-accordion h5 { padding:5px 10px 6px 35px; width:auto; border:1px solid #d2d2d2; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; margin-top:5px; }
#tiny-accordion h5.first { margin-top:0px; }
#tiny-accordion h5 a { cursor:pointer; display:block; text-decoration:none; line-height:20px; text-transform:uppercase; width:auto; display:inline-block; color:#858585; }
#tiny-accordion h5 a:hover { color:#a4e100; }
#tiny-accordion h5.ui-state-active { background:url(../images/buttons/bg-close-h4.png) no-repeat 10px 8px; }
#tiny-accordion h5.ui-state-active a { color:#1e1e1e; }
#tiny-accordion h5.ui-state-active :hover { cursor:default; color:#1e1e1e; }
#tiny-accordion h5.ui-corner-all { background:url(../images/buttons/bg-open-h4.png) no-repeat 10px 8px; }
/* =End Accordion
--------------------------------------------------------------------------------------------------------*/


/* =Price Table
--------------------------------------------------------------------------------------------------------*/
.table-standard { border:1px solid #d2d2d2; height:auto; width:196px; float:left; text-align:center; padding:25px 10px 0px 10px; margin-right:4px; margin-top:49px; }
.table-featured { border:1px solid #a4e100; border-top:4px solid #a4e100; height:auto; width:202px; float:left; text-align:center; padding:25px 30px 10px 30px; margin-right:4px; margin-top:20px; -webkit-box-shadow:0 0 24px rgba(0, 0, 0, 0.1); -moz-box-shadow:0 0 24px rgba(0, 0, 0, 0.1); box-shadow:0 0 24px rgba(0, 0, 0, 0.1); }
.last-table { margin-right:0px !important; }
.table-standard h3 { padding:0px; }
.table-standard p.price { color:#a4e100; text-transform:uppercase; padding:1px 0; }
.table-featured h3 { padding:15px 0px 0 0; text-transform:uppercase; }
.table-featured p.price { color:#a4e100; text-transform:uppercase; padding:1px 0 12px 0; }
.table-standard ul { padding:18px 0 0px 0; }
.table-featured ul { padding:18px 0 15px 0; }
.table-standard ul li, .table-featured ul li { line-height:20px; padding:4px 0px 6px 0px; width:auto; border-bottom:1px solid #d2d2d2; }
.table-standard ul li.first, .table-featured ul li.first { border-top:1px solid #d2d2d2; }
/* =Price Table
--------------------------------------------------------------------------------------------------------*/


/* =Table
--------------------------------------------------------------------------------------------------------*/
#price { width:100%; border-left:1px solid #d2d2d2; border-top:1px solid #d2d2d2; margin:10px 0; }
th { border-right:1px solid #d2d2d2; border-bottom:1px solid #d2d2d2; padding:8px 0px 9px 20px; width:25%; }

th.first-row { font-size:15px; font-weight:600; color:#1e1e1e; font-family:'Open Sans', Arial, Helvetica, sans-serif; line-height:20px; padding:9px 0 10px 20px; background-image: linear-gradient(bottom, #f5f5f5 0%, #fff 100%); background-image: -o-linear-gradient(bottom, #f5f5f5 0%, #fff 100%); background-image: -moz-linear-gradient(bottom, #f5f5f5 0%, #fff 100%); background-image: -webkit-linear-gradient(bottom, #f5f5f5 0%, #fff 100%); background-image: -ms-linear-gradient(bottom, #f5f5f5 0%, #fff 100%); background-color: #f5f5f5; }
/* =End Table
--------------------------------------------------------------------------------------------------------*/


/* =Footer
--------------------------------------------------------------------------------------------------------*/
#footer {
	background:#252525 url(../images/bg-header.jpg) center top no-repeat;
	width:100%;
	position:relative;
	height:70px;
	margin-top:-40px;
	z-index:0px;
	background-color: #FFFFFF;
}
#footer-bottom { background:url(../images/bg-transparent.png) center bottom repeat; border-bottom:1px solid #161616; width:100%; position:absolute; height:51px; bottom:0px; }
.footer-content {
	width:930px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}
.footer-content h3 { font-size:18px; color:#fff; padding:15px 0 10px 0; }
.footer-content p a { text-transform:none; color:#b5b5b5; }
.footer-content p a:hover { color:#fff; }
.footer-content p.pointer { background:url(../images/bg-pointer.png) 5px 7px no-repeat; padding-left:30px; }
.footer-content p.email { background:url(../images/bg-mail.png) 5px 9px no-repeat; padding-left:30px; }
.footer-content p.phone { background:url(../images/bg-phone.png) 5px 7px no-repeat; padding-left:30px; }
/* End Footer
--------------------------------------------------------------------------------------------------------*/


/* =Social
--------------------------------------------------------------------------------------------------------*/
.social li { display:inline-block; }
.social li a { margin:10px 0 10px 15px; display:block; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; }
.social li.first a { margin:10px 0 0 0; }
.twitter a { text-indent:-9000px; text-decoration:none; width:16px; height:16px; background:url(../images/buttons/bg-twitter.png) no-repeat left top; }
.twitter a:hover { background:url(../images/buttons/bg-twitter.png) no-repeat 0px -16px; }
.facebook a { text-indent:-9000px; text-decoration:none; width:16px; height:16px; background:url(../images/buttons/bg-facebook.png) no-repeat left top; }
.facebook a:hover { background:url(../images/buttons/bg-facebook.png) no-repeat 0px -16px; }
.dribble a { text-indent:-9000px; text-decoration:none; width:16px; height:16px; background:url(../images/buttons/bg-dribble.png) no-repeat left top; }
.dribble a:hover { background:url(../images/buttons/bg-dribble.png) no-repeat 0px -16px; }
.flickr a { text-indent:-9000px; text-decoration:none; width:16px; height:16px; background:url(../images/buttons/bg-flickr.png) no-repeat left top; }
.flickr a:hover { background:url(../images/buttons/bg-flickr.png) no-repeat 0px -16px; }
.vimeo a { text-indent:-9000px; text-decoration:none; width:17px; height:16px; background:url(../images/buttons/bg-vimeo.png) no-repeat left top; }
.vimeo a:hover { background:url(../images/buttons/bg-vimeo.png) no-repeat 0px -16px; }
.google a { text-indent:-9000px; text-decoration:none; width:16px; height:16px; background:url(../images/buttons/bg-google.png) no-repeat left top; }
.google a:hover { background:url(../images/buttons/bg-google.png) no-repeat 0px -16px; }
.mail a { text-indent:-9000px; text-decoration:none; width:16px; height:16px; background:url(../images/buttons/bg-mail.png) no-repeat left top; }
.mail a:hover { background:url(../images/buttons/bg-mail.png) no-repeat 0px -16px; }
.skype a { text-indent:-9000px; text-decoration:none; width:16px; height:16px; background:url(../images/buttons/bg-skype.png) no-repeat left top; }
.skype a:hover { background:url(../images/buttons/bg-skype.png) no-repeat 0px -16px; }
ul#twitter_update_list { margin:3px 0 2px 0; }
ul#twitter_update_list li { line-height:20px; background:url(../images/buttons/bg-twitter-feed.png) 0px 2px no-repeat; display:block; padding:2px 0; padding-left:25px; line-height:20px; }
ul#twitter_update_list li span { line-height:20px; }
ul#twitter_update_list li span a { color:#a4e100; text-decoration:none; font-size:11px !important; font-weight:400; text-transform:none; }
ul#twitter_update_list li span a:hover { text-decoration:none; color:#1e1e1e; }
ul#twitter_update_list li a { font-size:11px !important; color:#858585; text-decoration:none; }
ul#twitter_update_list li a:hover { text-decoration:none; color:#a4e100; }
/* End Social
--------------------------------------------------------------------------------------------------------*/



/* Start: Recommended Isotope styles */
#container { width:960px !important; }
/**** Isotope Filtering ****/

.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
/**** Isotope CSS3 transitions ****/

.isotope, .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property:    -moz-transform, opacity; -ms-transition-property:     -ms-transform, opacity; -o-transition-property:         top, left, opacity; transition-property:         transform, opacity; }
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }
/* End: Recommended Isotope styles */

/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
/**** Isotope styles ****/

.element { padding-bottom:11px; }
/**** Example Options ****/

#options { position: absolute; top: 5px; right: -5px; }
#options ul { margin: 0; list-style: none; }
#options ul ul { }
#options li { float: left; }
#options li a { display: block; font-size:12px; font-weight:normal; font-family:"Lucida Sans Unicode", Arial, Helvetica, sans-serif; line-height:20px; text-transform:uppercase; color:#858585; text-decoration:none; padding:3px 6px; border:1px solid #d2d2d2; margin-right:5px; -webkit-transition: border 0.2s ease 0s; -moz-transition: border 0.2s ease 0s; -o-transition: border 0.2s ease 0s; transition: border 0.2s ease 0s; }
#options li a:hover { color:#858585; text-decoration:none; border:1px solid #858585; }
#options li a:active { background:#a4e100; color:#fff; border:1px solid #a4e100; }
#options li a.selected { background:#a4e100; color:#fff; border:1px solid #a4e100; cursor:default; }
.preloader { background:url(../images/ajax-loader.gif) center center no-repeat #ffffff; }












#nav {
	background: #222 url(../images/bg_black.png)


repeat-x 0 -80px;
	width: 112%;
	height: 0px;
	border-right: 1px solid #1B1B1B;
	border-left: 1px solid #1B1B1B;
	position: relative; /* Important - required for positioning of mega menu */
	line-height: 12px;



}

#navli {
	float: left;
}
#nav li a {
	background-color:#e6e6e6;
	display:block;
	width:111px;
	padding:4px 10px 0 10px;
	border: none;
	text-decoration: none;
	line-height:19px;
	outline: none;
	height:42px;
}
#nav li a strong {
	display:block;
	font-weight: normal;
	font-size: 15px;
	text-align: center;
	padding-top:9px;
}
#nav li a span {
	display:block;
	font-size: 12px;
	color:#666;
}
#nav li a span:hover {
	display:block;
	font-size: 12px;
}



#nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:60px;
	z-index:5;
}
#nav ul a {
	line-height:5px;
	font-size: 12px;
	cursor: pointer;
}
#nav li {
	float:left;
	position:relative;
	z-index:5;
	margin-top:32px;


}
#nav li li {
	border-left:none;
	margin-top:0;
}
#nav ul {
	display:none;
	position:absolute;
	top:45px;
	width:120px;
	left:0;
}

#nav li a {
	border-left:2px solid #fff;
	color:#dadada;
}
#nav .current a {
	color:#000;
}

#nav li a:hover 
{
    color:#fff;
}



.dropdown_2columns, .dropdown_3columns {
	margin:0px 0 0 1px;
	float:center;
	position:absolute;
	left:-999em; /* Hides the drop down */
	text-align:center;
	padding:10px 5px 10px 5px;
	border:1px solid #777777;
	border-top:none;
	
	/* Gradient background */
	background:#fff;
	background-repeat:repeat-x;
	background: -moz-linear-gradient(bottom, #fafafa, #fff);

	/* Rounded Corners */
	-moz-border-radius: 0px 8px 8px 8px;
	-webkit-border-radius: 0px 8px 8px 8px;
	border-radius: 0px 8px 8px 8px;
		
		/* dropshadow */
  box-shadow: 2px 2px 2px #999, 0 0 0px #000, 0 0 0px #000;
  -o-box-shadow: 2px 2px 2px #999, 0 0 0px #000, 0 0 0px #000;
  -webkit-box-shadow: 2px 2px 2px #999, 0 0 0px #000, 0 0 0px #000;
  -moz-box-shadow: 2px 2px 2px #999, 0 0 0px #000, 0 0 0px #000;


	
	
}



.dropdown_2columns {width: 265px;}
.dropdown_3columns {width: 382px;}
 
#nav li:hover .dropdown_2columns, 
#nav li:hover .dropdown_3columns,
#nav li:hover .dropdown_4columns,
#nav li:hover .dropdown_5columns {
	left:-1px;
	top:auto;
}


.dropdown_3columns .col_2 {width: 160px; height:120px;}

.dropdown_2columns .col_2 {width: 240px;}


.dropdown_3columns, .dropdown_2columns .col_2 { 
	line-height: 14px;
	color: #000;
	font-size:16px;
	padding:3px 6px 3px 6px;
	padding-bottom:5px;
	margin-bottom:3px;
	border-bottom:1px solid #eee;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	
}


.dropdown_3columns, .dropdown_2columns .col_2:hover { 
	line-height: 18px;
	color: #000;
	font-size:12px;
	padding:3px 6px 3px 6px;
	padding-bottom:5px;
	margin-bottom:3px;
	background-color:#f3f3f3;
	border-bottom:1px solid #eee;
	

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	
		/* Gradient background */
	background:#f1f1f1;
	background-repeat:repeat-x;
	background: -moz-linear-gradient(bottom, #eee, #f1f1f1);
	background: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#f4f4f4), to(#fff));	


}
	


	
	
dropdown_3columns .col_2 img {float:left}
.dropdown_3columns .col_2 a {float: right; display:inline;}

.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;

}
.col_1 {width:13px;}
.col_2 {width:235px !important;border:none !important;color:#333 !important;display:block !important;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}

#nav .menu_right {
	float:right;
	margin-right:0px;
}


#nav li:hover .align_right {
	left:auto;
	right:-1px;
	top:auto;

}


#nav li:hover {
	right:auto;
	left:0px;
	top:auto;

}

#nav p, #nav h2, #nav h3, #nav ul li {
	line-height:12px;
	text-align:left;
	float:inherit;
	margin-top:12px;

}
#nav h2 {
	font-size:14px;
	font-family: arial;
	letter-spacing:0px;
	font-weight:normal;
	text-decoration:none;



color:#000;
}
#nav h3 {
	font-size:14px;
	margin:7px 0 14px 0;
	padding-bottom:7px;
	border-bottom:1px solid #ccc;
}
#nav p {
	line-height:18px;
	font-size:11px;
}

#nav p b{
	line-height:18px;
	font-size:11px;
	text-align:right;
}


#nav li:hover div a {
	font-size:11px;
	color:#fff;
}
#nav li:hover div a:hover {
	color:#ccc;
}


.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;

}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

#nav li .black_box {
	background-color:#333333;
	color: #eeeeee;
	padding:4px 6px 4px 6px;


}



#nav h1 {font-size:15px;
	font-family:  Arial, Helvetica, sans-serif;
	color: #dadada;
	display:inline;
	padding:0px;
	margin:0px;
}



#nav li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#nav li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}
#nav li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}















































.estilo10{
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#999;
	font-weight: bold;
}

.estilo11{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#fff;

	font-weight: bold;
}


.estilo12{
	font-family:Verdana, Geneva, sans-serif;
	font-size:20px;
	color:#fff;



}



.gris {
	width:680px;
	margin-right:0px;
	float:left;
	background-image:url(../images/gris.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 7px;
	padding-right: 0px;
	padding-left: 10px;
}


.gris2 {
	width:680px;
	margin-right:0px;
	float:left;
	background-image:url(../images/gris2.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 7px;
	padding-right: 0px;
	padding-left: 10px;
}


.gris3 {
	width:680px;
	margin-right:0px;
	float:left;
	background-image:url(../images/gris3.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 7px;
	padding-right: 0px;
	padding-left: 10px;
}


.gris1 {
	width:680px;
	margin-right:0px;
	float:left;
	background-image:url(../images/gris1.jpg);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 7px;
	padding-right: 0px;
	padding-left: 10px;
}


.verde {
	width:680px;
	margin-right:0px;
	float:left;
	background-image:url(../images/verde.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 10px;
}






.rosa {
	width:680px;
	margin-right:0px;
	float:left;
	background-image:url(../images/rosa.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 10px;
}


.rojo {
	width:680px;
	margin-right:0px;
	float:left;
	background-image:url(../images/red.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 10px;
}




.azul {
	width:680px;
	margin-right:0px;
	float:left;
	background-image:url(../images/azul.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 10px;
}



.naranja {
	width:680px;
	margin-right:0px;
	float:left;
	background-image:url(../images/naranja.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 10px;
}


.naranjac {
	width:680px;
	margin-right:0px;
	float:left;
	background-image:url(../images/naranjac.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 10px;
}


.griso {
	width:680px;
	margin-right:0px;
	float:left;
	background-image:url(../images/griso.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 25px;
	padding-right: 0px;
	padding-left: 10px;
}



/*NAV*/
#topbar {
	width:930px;
	height:14px;
	position:relative;
	margin:0 auto;
	float: left;
	z-index: 999;
}
#nav li a {

	color:#000;
}
#nav .current a, #nav li a:hover {
	color:#000;
}
#nav li a:hover {
	color:#98C021;
}
/*NAV OVER*/


.top {
	width:100%;
	position:relative;
}
.logo {
	height: 70px;
	width:165px;
	position:relative;
	left: 0px;
	top: 0px;
	float:left;
	z-index:99;
	padding-top: 20px;

}
.logo img {
	border-style:none
}

.julio {
	font-family:Verdana, Geneva, sans-serif;
	color:#999;
	font-size:24px;
	}






















.carousel .carousel_indicator {
  padding-top: 5px;
  text-align: center; }
  .carousel .carousel_indicator span {
    margin: 0 2px;
    border-radius: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #888;
    text-indent: -1000em; }
    .carousel .carousel_indicator span.active {
      background: #000; }
.carousel .btns {
  padding-top: 5px;
  text-align: center; 
  
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding: 12px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#e0e0e0);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		to(#e0e0e0));
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #ffffff;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);

}
 
/*Step 3: Link Styling*/
a.btns {
    text-decoration: none;
}

  
  
  
  
  
  
  
  
  
  


#carousel_1,
#carousel_4 {
	margin: 0 auto;
	width: 950px;
	height: 150px;
	background: #efefef;
	overflow: hidden;
}
  #carousel_1 .carousel_box,
  #carousel_4 .carousel_box {
    float: left;
    border: solid #fff 5px;
    width: 140px;
    height: 140px;
    color: #fff;
    background: #252525;
    line-height: 140px;
    text-align: center;
    font-size: 123%; }

#carousel_2,
#carousel_5,
#carousel_6,
#carousel_10 {
  margin: 0 auto;
  width: 600px;
  height: 140px;
  overflow: hidden; }
  #carousel_2 .carousel_box,
  #carousel_5 .carousel_box,
  #carousel_6 .carousel_box,
  #carousel_10 .carousel_box {
    width: 600px;
    height: 140px;
    color: #fff;
    background: #252525;
    line-height: 140px;
    text-align: center;
    font-size: 123%; }
    #carousel_2 .carousel_box.second,
    #carousel_5 .carousel_box.second,
    #carousel_6 .carousel_box.second,
    #carousel_10 .carousel_box.second {
      background: #666; }
    #carousel_2 .carousel_box.third,
    #carousel_5 .carousel_box.third,
    #carousel_6 .carousel_box.third,
    #carousel_10 .carousel_box.third {
      background: #999; }

#carousel_3,
#carousel_7,
#carousel_8 {
  margin: 0 auto;
  width: 600px;
  height: 150px;
  background: #efefef;
  overflow: hidden; }
  #carousel_3 .carousel_box,
  #carousel_7 .carousel_box,
  #carousel_8 .carousel_box {
    border: solid #fff 5px;
    width: 190px;
    height: 140px;
    color: #fff;
    background: #252525;
    line-height: 140px;
    text-align: center;
    font-size: 123%; }

.thx {
  text-align: right; }

#carousel_9 {
  margin: 0 auto;
  width: 150px;
  height: 300px;
  background: #efefef;
  overflow: hidden; }
  #carousel_9 .carousel_box {
    border: solid #fff 5px;
    width: 140px;
    height: 140px;
    color: #fff;
    background: #252525;
    line-height: 140px;
    text-align: center;
    font-size: 123%; }









.slider {
  background: none;
  position: relative;
  width: 100%;
  overflow: visible;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.slider .rs-wrap {
  width: 100% !important;
}
.slider ul {
  margin: 0;
}
.slider ul li {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .slider ul li {
    background: #090909 url('../img/slider_bg.png') repeat-x top center;
  }
}
.slider ul li .theme_button {
  margin-top: 10px;
  left: 0;
  position: relative;
  -moz-transition: left 1s;
  -webkit-transition: left 1s;
  -o-transition: left 1s;
  transition: left 1s;
}
.slider ul li .rs-arrows {
  float: right;
}
@media only screen and (max-width: 479px) {
  .slider ul li .rs-arrows {
    position: static;
    float: none;
    display: block;
    margin-bottom: 15px;
  }
  .slider ul li .rs-arrows a {
    float: none;
  }
}
.slider ul li .rs-arrows a {
  line-height: 20px;
  height: 20px;
  font-size: 11px;
  text-align: center;
  width: 17px;
  display: inline-block;
  color: #ccc;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: 0 -1px 1px #000000;
}
.slider ul li .rs-arrows a.rs-prev {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  margin-right: 1px;
}
.slider ul li .rs-arrows a.rs-next {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.slider ul li .rs-arrows a:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  text-decoration: none;
}
.slider ul li h3 {
  color: #fff;
  font-size: 18px;
  margin-top: 0;
  display: inline-block;
}
.slider ul li p {
  font-size: 13px;
  color: #fff;
}
.slider ul .rs-wrap {
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  .slider ul.photo_slider .rs-slide-image {
    display: none !important;
  }
}
.slider ul.photo_slider .rs-caption {
  left: 40px;
  position: absolute;
  bottom: 40px;
  max-width: 450px;
  padding: 20px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  color: #fff;
  text-shadow: 0 1px 1px #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: left 1s;
  -webkit-transition: left 1s;
  -o-transition: left 1s;
  transition: left 1s;
}
@media only screen and (max-width: 1009px) {
  .slider ul.photo_slider .rs-caption {
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    padding: 30px;
    max-width: 1010px;
  }
}
@media only screen and (max-width: 767px) {
  .slider ul.photo_slider .rs-caption {
    top: 0;
    background: none;
    position: static;
    opacity: 1 !important;
  }
}
.slider ul.photo_slider .rs-caption h3 {
  color: #fff;
  font-size: 18px;
  margin-top: 0;
  display: inline-block;
  left: 0;
  position: relative;
  -moz-transition: left 1s;
  -webkit-transition: left 1s;
  -o-transition: left 1s;
  transition: left 1s;
}
.slider ul.photo_slider .rs-caption p {
  font-size: 13px;
  left: 0;
  position: relative;
  -moz-transition: left 1s;
  -webkit-transition: left 1s;
  -o-transition: left 1s;
  transition: left 1s;
}
.slider ul.content_slider li {
  padding: 0 25px;
  background: #090909 url('../img/slider_bg.png') repeat-x top center;
}
@media only screen and (max-width: 1009px) {
  .slider ul.content_slider li {
    padding: 0 15px;
  }
}
.slider ul.content_slider .full {
  margin-top: 80px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1009px) {
  .slider ul.content_slider .full {
    margin-top: 30px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 470px) {
  .slider ul.content_slider .full {
    margin-bottom: 30px;
  }
}
.slider ul.content_slider .thumbnail {
  float: left;
  margin-right: 50px;
  width: 360px;
  height: 225px;
  position: relative;
}
@media only screen and (max-width: 1009px) {
  .slider ul.content_slider .thumbnail {
    display: none;
  }
}
.slider ul.content_slider .thumbnail:hover .fade {
  display: block;
  opacity: 1;
}
.slider ul.content_slider .thumbnail .fade {
  display: none;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slider ul.content_slider .thumbnail .fade span {
  line-height: 50px;
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -25px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.slider ul.content_slider .thumbnail .fade span i {
  font-weight: normal;
  font-size: 50px;
  text-shadow: 0 1px 1px #000;
}
.slider ul.content_slider h3 {
  margin-top: 35px;
  font-size: 22px;
  font-weight: normal;
}
@media only screen and (max-width: 1009px) {
  .slider ul.content_slider h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
  }
}
.slider ul.content_slider .rs-arrows {
  position: absolute;
  left: 40px;
  bottom: 50px;
}
@media only screen and (max-width: 1009px) {
  .slider ul.content_slider .rs-arrows {
    left: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .slider ul.content_slider .rs-arrows {
    position: static;
  }
}







.rs-wrap:after,
.rs-slider:after,
.rs-thumbwrap:after,
.rs-arrows:after,
.rs-caption:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    line-height: 0;
    visibility: hidden;
}

/* ===[ Slider ]=== */

.rs-wrap {
    position: relative;
    max-width: 100%;
}

.rs-slide-bg { *zoom: 1 }

.rs-slider > li > a { display: block }

.rs-slider > li {
    list-style: none;
    filter: alpha(opacity=0);
    opacity: 0;
    width: 100%;
    height: 100%;
    margin: 0 -100% 0 0;
    padding: 0;
    float: left;
    position: relative;
}

    .rs-slider > li > a {
        padding: 0;
        background: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .rs-slider > li img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        -ms-interpolation-mode: bicubic;
    }

/* ===[ Thumbnails ]=== */

.rs-thumb-wrap { *zoom: 1 }

    .rs-thumb-wrap > a {
        display: block;
        float: left;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .rs-thumb-wrap > a > img {
            max-width: 100%;
            max-height: 100%;
            display: block;
            -ms-interpolation-mode: bicubic;
        }

.rs-thumbwrap > a:first-child { margin-left: 0!important }

/* ===[ Arrows ]=== */

.rs-arrows .rs-next,
.rs-arrows .rs-prev { z-index: 1 }

.rs-arrows:hover .rs-next,
.rs-arrows:hover .rs-prev { z-index: 2 }

/* ===[ Captions ]=== */

.rs-caption {
    position: absolute;
    max-height: 100%;
    overflow: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
}

.rs-caption.rs-top-left {
    top: 0;
    bottom: auto;
}

.rs-caption.rs-top-right {
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
}

.rs-caption.rs-bottom-left {
    bottom: 0;
    left: 0;
}

.rs-caption.rs-bottom-right {
    right: 0;
    left: auto;
    border-bottom: none;
    border-right: none;
}

.rs-caption.rs-top {
    top: 0;
    bottom: auto;
    width: 100%!important;
}

.rs-caption.rs-bottom { width: 100%!important }

.rs-caption.rs-left {
    top: 0;
    height: 100%;
}

.rs-caption.rs-right {
    top: 0;
    left: auto;
    right: 0;
    height: 100%;
}

/* ===[ Grid ]=== */

.rs-grid {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: none;
}

.rs-gridlet {
    position: absolute;
    opacity: 1;
}

@media screen and (max-width: 480px) { 
	.rs-caption { opacity: 0!important }
}




.banner_heading1 {
	position:absolute;
	z-index:2;
	top:530px;
	left: 957px;
	width: 20px;
	height: 48px;
}


.banner_heading2 {
	position:absolute;
	z-index:2;
	top:529px;
	left: -30px;
	width: 21px;
	height: 48px;
}


.banner_heading3 {
	position:absolute;
	z-index:2;
	top:39px;
	left: 850px;
	width: 110px;
	height: 48px;
}




/* Login Container (default to float:right) */
#loginContainer {
    position:relative;
    float:right;
    font-size:12px;
}

/* Login Button */
#loginButton { 
    display:inline-block;
    float:right;
    background:#ffffff ; 
    border:1px solid #899caa; 
    border-radius:3px;
    -moz-border-radius:3px;
    position:relative;
    z-index:30;
    cursor:pointer;
}

/* Login Button Text */
#loginButton span {
    color:#445058; 
    font-size:14px; 
    font-weight:bold; 
    text-shadow:1px 1px #fff; 
    padding:7px 29px 9px 10px;
    background:url(../images/loginArrow.png) no-repeat 93px 7px;
    display:block
}

#loginButton:hover {
    background:#ffffff;
}

/* Login Box */
#loginBox {
    position:absolute;
    top:34px;
    right:0;
    display:none;
    z-index:29;
}

/* If the Login Button has been clicked */    
#loginButton.active {
    border-radius:3px 3px 0 0;
}

#loginButton.active span {
    background-position:53px -76px;
}

/* A Line added to overlap the border */
#loginButton.active em {
    position:absolute;
    width:100%;
    height:1px;
    background:#ffffff;
    bottom:-1px;
}

/* Login Form */
#loginForm {
    width:105px; 
    border:1px solid #899caa;
    border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    margin-top:-1px;
    background:#e6e6e6;
    padding:6px;
}

#loginForm fieldset {
    margin:0 0 12px 0;
    display:block;
    border:0;
    padding:0;
}

fieldset#body {
    background:#fff;
    border-radius:3px;
    -moz-border-radius:3px;
    padding:10px 13px;
    margin:0;
}

#loginForm #checkbox {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}

#body label {

    margin:9px 0 0 0;
    display:block;
    float:left;
}

#loginForm #body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}

/* Default Input */
#loginForm input {
    width:50%;
    border:1px solid #899caa;
    border-radius:3px;
    -moz-border-radius:3px;

    font-weight:bold;
    padding:8px 8px;
    box-shadow:inset 0px 1px 3px #bbb;
    -webkit-box-shadow:inset 0px 1px 3px #bbb;
    -moz-box-shadow:inset 0px 1px 3px #bbb;
    font-size:12px;
}

/* Sign In Button */
#loginForm #login {
    width:auto;
    float:left;

    color:#fff;
    padding:7px 10px 8px 10px;

    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 0;
    cursor:pointer;
    *padding:7px 2px 8px 2px; /* IE7 Fix */
}

/* Forgot your password */
#loginForm span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}

#loginForm span a {
    color:#3a454d;
    text-shadow:1px 1px #fff;
    font-size:12px;
}

input:focus {
    outline:none;
}

.julio1 {margin-botton:20px;}