html, body {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	background:#eeeeee;
	font-family: "Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, "BBAlpha Sans", sans-serif;
}
img{
	border:0
}
.toolbar{
	width:100%;
	color:#fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0;
	line-height: 2.6em;
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #1468A2;
	border-bottom: .1em solid #000;
	background-image: -moz-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1E93E4), color-stop(3%, #1676B9), color-stop(100%, #11598C));
	background-image: -moz-linear-gradient(top, #1E93E4,#1676B9 3%,#11598C);
	background-image: -o-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1E93E4), color-stop(3%, #1676B9), color-stop(100%, #11598C));
	background-image: -o-linear-gradient(top, #1E93E4,#1676B9 3%,#11598C);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1E93E4), color-stop(3%, #1676B9), color-stop(100%, #11598C));
	background-image: -webkit-linear-gradient(top, #1E93E4,#1676B9 3%,#11598C);
	background-image: linear-gradient(top, #1E93E4,#1676B9 3%,#11598C);
}
.footer{
	padding:10px 0;
	font-size:1em;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	background-color:#e0e0e0;
	color:#494949;
	border-top:.1em solid #fff;
	border-bottom:.1em solid #ADADAD;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E0E0E0), color-stop(100%, #BDBBBC));
    background-image: -webkit-linear-gradient(top, #E0E0E0, #BDBBBC);
    background-image: -moz-linear-gradient(top, #E0E0E0, #BDBBBC);
    background-image: -ms-linear-gradient(top, #E0E0E0, #BDBBBC);
    background-image: -o-linear-gradient(top, #E0E0E0, #BDBBBC);
    background-image: linear-gradient(top, #E0E0E0, #BDBBBC);
}
.entity{
	padding:1em
}

.info{
    cursor:pointer;
	margin:0 .2em;
	padding:.4em .8em;
	color:#fff;
	font-size:.7em;
	font-family: "Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, "BBAlpha Sans", sans-serif;
	background-color: #11598C;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1985D0), color-stop(3%, #1468A2), color-stop(100%, #0E4B75));
	background-image: -webkit-linear-gradient(top, #1985D0,#1468A2 3%,#0E4B75);
	background-image: linear-gradient(top, #1985D0,#1468A2 3%,#0E4B75);
	background-image: -o-linear-gradient(top, #1985D0,#1468A2 3%,#0E4B75);
	background-image: -moz-linear-gradient(top, #1985D0,#1468A2 3%,#0E4B75);
	border: 1px solid #061F31;
	border-top-color: #092E47;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
	text-align:center
}
#home{
    cursor:pointer;
	margin:0 .2em;
	padding:.2em;
	text-align:center
}
#home img{
	width:32px;
	height:32px;
	padding:0 .3em;
	margin-bottom:.2em;
	display:inline;
	vertical-align:middle
}
#desktop{
    cursor:pointer;
	margin:0 .2em;
	padding:.2em 0;
	text-align:center
}
#desktop img{
	padding:0 .3em;
	margin-bottom:.4em;
	display:inline;
	vertical-align:middle
}

.send{
	margin:0 .2em;
	padding:.4em .8em;
	color:#000;
	font:bolder .9em "Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, "BBAlpha Sans", sans-serif;
	box-sizing: border-box;
	-webkit-user-select: none;

	border:1px solid #ADADAD;
    background-color: #E0E0E0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E0E0E0), color-stop(100%, #BDBBBC));
    background-image: -webkit-linear-gradient(top, #E0E0E0, #BDBBBC);
    background-image: -moz-linear-gradient(top, #E0E0E0, #BDBBBC);
    background-image: -ms-linear-gradient(top, #E0E0E0, #BDBBBC);
    background-image: -o-linear-gradient(top, #E0E0E0, #BDBBBC);
    background-image: linear-gradient(top, #E0E0E0, #BDBBBC);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E0E0E0, endColorstr=#BDBBBC);


	-webkit-background-clip: padding;
	-webkit-border-radius: 0.4em;
	border-radius: 0.4em;
	display: box;
	-webkit-box-align: center;
	box-align: center;
	min-height: 1.8em;
	overflow: hidden;
}
.label{
   margin-bottom:8px;
   border-bottom-width:1px;
   border-bottom-style:dotted;
   border-bottom-color:rgb(220, 220, 220);
   font:bold 16px Arial, Helvetica, sans-serif;
   color:rgb(102, 102, 102)
}
.tblabel{
   color:rgb(102, 102, 102);
   font:14px Arial, Helvetica, sans-serif
}
.fa{
   letter-spacing:2px
}
.tit{
   vertical-align:top;
   color:rgb(47, 92, 135);
   font:14px Arial, Helvetica, sans-serif;
   white-space: nowrap
}
.container{
	position:relative;
	display:block;
	background:#f7f7f7
}
.features{
	background:#eee
}
.items{
	font-size: 1.2em;
	position: relative;
	color: #000;
	background: url(../img/arrow_right.png) 95% 50% no-repeat;
	border-top:0;
	line-height: 1.4em;
	vertical-align:middle;
	padding: 0.65em 0.8em;
	border-bottom: 1px solid #dedede;
}
.items a{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width:85%
}
a:hover{
	text-decoration:none
}
.items a:focus {
    outline:none;
}
a{
	display:block;
	text-decoration:none;
	color: #35261A;
}
.welcome h1{
	line-height:16px;
	font-size:1.8em;
	font-weight:normal;
	color:#346697
}
.welcome h1 span{
	color:#969799
}
.office h1{
	line-height:28px;
	font-size:1.2em;
	font-weight:normal;
	color:#444
}
.empresa{
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom:.1em solid #717171;
	background-color:#e0e0e0;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(3%, #ededed), color-stop(100%, lightGrey));
	background-image:-webkit-linear-gradient(top, #ffffff, #ededed 3%,lightGrey);
	background-image:linear-gradient(top, white, #ededed 3%,lightGrey);
	background-image:-moz-linear-gradient(top, white,#ededed 3%,lightGrey);
	background-image:-o-linear-gradient(top, white,#ededed 3%,lightGrey);
	text-shadow: rgba(255, 255, 255, 0.3) 0 1px 0;
}
.logo{
	background:#346697;
	vertical-align:middle
}
.logo div{
	padding:.5em
}
.radius{
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px
}
.shadow{
	-moz-box-shadow:3px 3px 7px 2px #ccc;
	-webkit-box-shadow:3px 3px 7px 2px #ccc;
	box-shadow:3px 3px 7px 2px #ccc
}
blockquote{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style:italic;
	font-size:21px
}
blockquote.quotation{
    margin:0 0 10px 0;
    color:#717172
}

#popup {
	position:absolute;
	top:-5000px;
	left:0;
	width:260px;
	height:260px;
	border:6px solid #000;
	-webkit-border-radius: 0.3em;
	border-radius: 0.3em;
	-webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 0.2em 0.6em;
	box-shadow: rgba(0, 0, 0, 0.8) 0 0.2em 0.6em;
	background-color: #fff;
}
#header {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	width:100%;
	color:#fff;
	padding:0;
	text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0;
	background-color:#1468A2;
	height:44px;
	line-height:44px;
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	background-color: #1468A2;
	border-bottom: .1em solid #000;
	background-image: -moz-linear-gradient(top, #1E93E4,#1676B9 3%,#11598C);
	background-image: -o-linear-gradient(top, #1E93E4,#1676B9 3%,#11598C);
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1E93E4), color-stop(3%, #1676B9), color-stop(100%, #11598C));
	background-image: linear-gradient(top, #1E93E4,#1676B9 3%,#11598C);
}
#wrapper {
	position:absolute;
	z-index:1;
	top:44px;
	left:0;
	padding:0;
	height:216px;
	line-height:116px;
	width:100%;
	background:#fff;
	overflow:auto;
}
.button{
	z-index:9999;
	cursor:pointer;
	padding:20px;
}
.button.bClose{
	background:url(../img/popup-close.png) center center no-repeat;
	z-index:9999;
	position:absolute;
	right:-18px;
	top:-20px
}

.toolbar div{
	font-weight:bold;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	float:left
}
.footer div{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis
}
.footer div a{
	margin-top:8px;
	font-size:14px
}
.toobut{
	margin-left:1%;
	text-align:left;
	width:21%
}
.tootit{
	text-align:center;
	white-space:nowrap;
	width:55%
}
.tooinf{
	margin-right:1%;
	text-align:right;
	width:21%
}
.tooinf a img{
	vertical-align:middle
}
.carousel-container{
	position:fixed!important;
	top:2.7em;
	height:75%;
	background:#eee
}
.carousel-item div{
	vertical-align:bottom;
	text-align:center;
	color:#444;
	text-shadow:rgba(255, 255, 255, 0.3) 0 1px 0;
	padding:10px;
	width:80%;
	margin:0 auto;
    font-size:19px;
    -webkit-text-size-adjust: 100%;
}
.carousel-item div img{
	vertical-align:bottom
}

.selected{
	font-size: 1.2em;
	position:relative;
	background:url(../img/arrow_right.png) 95% 50% no-repeat;
	border-top:0;
	line-height: 1.4em;
	vertical-align:middle;
	padding: 0.65em 0.8em;
	border-top: 1px solid #006BB6;
	border-bottom: 1px solid #003E6A;
	background-color: #006BB6;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0398FF), color-stop(3%, #007AD0), color-stop(100%, #005C9D));
	background-image: -webkit-linear-gradient(top, #0398FF,#007AD0 3%,#005C9D);
	background-image: linear-gradient(top, #0398FF,#007AD0 3%,#005C9D);
	text-shadow: rgba(0, 0, 0, 0.5) 0 -0.08em 0;
	background-image: -moz-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0398FF), color-stop(3%, #007AD0), color-stop(100%, #005C9D));
	background-image: -moz-linear-gradient(top, #0398FF,#007AD0 3%,#005C9D);
	background-image: -o-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #0398FF), color-stop(3%, #007AD0), color-stop(100%, #005C9D));
	background-image: -o-linear-gradient(top, #0398FF,#007AD0 3%,#005C9D);
}
.selected a{
	color:#fff
}
.loading {
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	border:1px solid #ccc;
	background:#ccc url(../img/ajax-loader.gif) center center no-repeat;
	position:fixed;
	top:50%;
	left:50%;
	height:130px;
	width:140px;
	margin-left:-70px;
	margin-top:-65px;
}
.blog a{
    text-decoration:underline;
    color:#006BB6;
    font-size:18px
}
#blog{
    width:90%;
    margin:0 auto;
    color:#444;
    text-shadow:rgba(255, 255, 255, 0.3) 0 1px 0
}
.blogcontent{
    font-size:18px;
    color:#444
}
.fields{
    border:1px solid #DDD;
    background:white;
    padding:0;
    -webkit-border-radius:0.4em;
    border-radius:0.4em;
    overflow:hidden
}
.finput{
    float:left;
    width:100%;
    border-bottom:1px solid #DDD;
    color:#333333
}
.farea{
    float:left;
    width:100%;
    background:transparent;
    color:#333333
}
.blabel{
    float:left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    width:35%;
    border-top:1px solid #fff;
    color:#333333;
    background-color:#f7f7f7;
    padding:.9em 0
}
.bfield{
    float:left;
    width:65%;
    color:#333333;
    background-color:#fff
}
.slabel{
    font-size:.9em;
    font-weight:bold
}
input, textarea{
    font:normal 1em "Helvetica Neue", HelveticaNeue, "Helvetica-Neue", Helvetica, "BBAlpha Sans", sans-serif
}
.inp{
    width:90%;
    border:0;
    min-height:1.9em;
    padding:.5em
}
/* feedburner */
div.feedburnerFeedBlock ul{
	list-style-type:none;
	padding:0;
	margin:0
}
div.feedburnerFeedBlock ul li a:hover{
	text-decoration:underline
}
div.feedburnerFeedBlock ul li p.date{
	margin:0 0 0 7px!important;
	padding:0;
	font-style:italic;
	display:inline
}
div.feedburnerFeedBlock ul li div{
	padding:5px 0 10px 0
}
#creditfooter{
	display:none
}