html {
	height: 100%;
}
body {
	font: 13px Arial, Helvetica, sans-serif;
	color: #404041;
	margin: 0;
	height: 100%;
	min-width: 980px;
}
img {
	border: none;
}
a {
	color: #fc270b;
	text-decoration: none;
}
a.active,
a:hover {
	text-decoration: underline;
}
form {
	margin: 0;
	padding: 0;
}
input,select,textarea {
	outline: none;
}
.mandatory {
	color: #FC270B !important;
	font-weight: bold;
}
#bg {
	background: url('../images/bg-body.gif') repeat-x 50% 100%;
	min-height: 100%;
}
.inner #bg {
	background-image: url(../images/bg-body-inner.gif);
}
* html #bg {
	height: 100%;
}
#page {
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
	padding: 125px 0 0;
	position: relative;
}

#header {
	overflow: hidden;
	width: 980px;
	/*position: absolute;*/
	float: left;
	left: 0px;
	top: 0px;
}

.logo {
	float: left;
	position: absolute;
	left: 0;
	top: 11px; 
	margin: 0;
	z-index: 100;
}

.logo a {
	display: block;
	text-indent: -9999px;
	width: 225px;
	height: 89px;
	overflow: hidden;
	background: url('../images/a-logo.gif') no-repeat;
}

.lang {
	position: absolute;
	right: -2px;
	top: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	overflow: hidden;
}
.lang li {
	float: left;
	padding: 0 9px;
	display: inline;
	margin-left: -1px;
	background: url(../images/bg-lang.gif) no-repeat 0 50%;
}
.lang li a {
	text-decoration: none;
	color: #404041;
}
.lang li a.active,
.lang li a:hover {
	color: #fc270b;
	text-decoration: none;
}

.media-link {
	position: absolute;
	right: 8px;
	top: 50px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.media-link li {
	float: left;
	overflow: hidden;
	padding: 0px;
	width: 24px;
	height: 24px;
	border: 0px solid red;
	margin-right: 3px;
}

.media-link li a {
	width: 24px;
	height: 24px;
	background-image: url('../images/media-link.gif');
}

.media-link li.facebook {
	margin-right: 0px;
}

.media-link li.facebook a {
	background-position: 0px -24px;
}
.media-link li.facebook a.active {
	background-position: 0px 0px;
}


.media-link li.flickr a {
	background-position: 0px -72px;
}
.media-link li.flickr a.active {
	background-position: 0px -48px;
}

.media-link li a {
	float: left;
}
.media-link li a span {
	visibility: hidden;
	float: left;
}

.mail-address {
	position: absolute;
	right: 6px;
	top: 89px;
	font-size: 12px;
	font-weight: bold;
}

.header-headline {
	color:#03D8F4;
	font-size:1.1em;
 	font-weight:normal;
 	left:260px;
	letter-spacing:-0.8px;
	line-height:18px;
	position:absolute;
	text-align:left;
	top:50px;
}

#content {
	overflow: hidden;
	width: 100%;
}
.cols {
	overflow: hidden;
	width: 100%;
	padding-bottom: 9px;
}
.main {
	float: left;
	width: 725px;
}

#footerads {
	width: 725px;
	float: left;
	padding: 0px;
	margin: 0px;
	border: 0px solid red;
}

#footerads ul.ads {
	/*margin: 0px;*/
	margin: 20px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

#footerads ul.ads li {
	border: 0px solid red;
	color:#444;
	float:left;
	font-size:0.9em;
	line-height:17px;
	margin:0;
	padding:0 0 0 30px;
	width:220px;
}
#footerads ul.ads li h2 {
	color:#896996;
	font-size:15px;
	font-weight:bold;
	letter-spacing:-0.5px;
	margin-bottom:2px;
}
#footerads ul.ads li p {
	margin:0;
}

#footerads ul.ads li p a {
	color: #666;
	text-decoration: underline;
}

#footerads ul.ads li.first {
	padding-left: 0px;
}

#footerads ul.ads li.last {
	padding-right: 0px;
}

.breadcrumbs {
	overflow: hidden;
	width: 100%;
	background: url(../images/bg-breadcrumbs.gif) repeat-x;
}
.breadcrumbs div {
	overflow: hidden;
	width: 100%;
	padding: 10px 0 10px;
	background: url(../images/bg-breadcrumbs.gif) repeat-x 0 100%;
}
.breadcrumbs ul {
	margin: 0 0 0 0px;
	display: inline;
	padding: 0;
	list-style: none;
	float: left;
	overflow: hidden;
}
.breadcrumbs ul li {
	float: left;
	margin-left: 0px;
	font-size: 11px;
	line-height: 14px;
	display: inline;
	/*background: url(../images/bg-breadcrumbs-arrow.gif) no-repeat 0 50%;*/
	padding: 0 2px;
	color: #fc270b;
}
.breadcrumbs ul li a {
	color: #000;
	text-decoration: none;
	text-transform: lowercase;
}
.breadcrumbs ul li span {
	color: #404041;
}
.breadcrumbs ul li a:hover {
	color: #fc270b;
	text-decoration: none;
}
.breadcrumbs ul li strong a {
	font-weight: normal;
	color: #fc270b;
	text-decoration: none;
}
.main-divider {
	overflow: hidden;
	width: 100%;
	padding-bottom: 26px;
	background: url(../images/bg-breadcrumbs.gif) repeat-x 0 100%;
}
.main-block {
	float: right;
	width: 540px;
	padding: 0 15px 0 0;
}
.main-block h1 {
	font-size:21px;
	font-weight:normal;
	letter-spacing:-0.5px;
	line-height:22px;
	margin:22px 0 0;
}
.main-block p {
	margin: 14px 0 0;
	line-height: 18px;
}
#nav {
	float: left;
	width: 170px;
	margin: 23px 0 0;
	padding: 0;
	list-style: none;
}
#nav li {
	font-size: 27px;
	font-weight: bold;
	line-height: 31px;
	letter-spacing: -1px;
	/*overflow: hidden;*/
}
#nav li a {
	text-decoration: none;
	color: #03d8f4;
}
#nav li.active a,
#nav li a:hover {
	color: #fc270b;
}
#nav li strong {
	font-weight: bold;
}
#nav li.active ul {
	width: 150px;
	display: block;
}
#nav ul {
	margin: 0;
	padding: 0 0 0 38px;
	list-style: none;
	display: none;
	background: url(../images/ul-icon.gif) no-repeat 20px 8px ;
	float: left;
}
#nav ul li {
	font-size:17px;
	font-weight:normal;
	letter-spacing:0;

}
#nav ul li a {
	color: #fc270b;
	float: left;
}
#nav ul li a.active,
#nav ul li a:hover {
	font-weight: normal;
}


.pagination {
	overflow: hidden;
	margin-top: 18px;
	width: 100%;
	padding-bottom: 8px;
	text-align: right;
}

.pagination span {
	position: relative;
	text-align: right;
	clear: both;
	top: 2px;
}
.pagination ul {
	float: right;
	display: block;
	clear: both;
	margin: 0;
	padding: 0 2px 0 0;
	list-style: none;
}
.pagination ul li {
	float: left;
	font-size: 13px;
	padding-left: 3px;
	line-height: 20px;
	font-weight: bold;
}
.pagination ul li a {
	float: left;
	color: #555;
	text-decoration: none;
	background: #eaeaea;
	width: 17px;
	text-align: center;
}
.pagination ul li.next a,
.pagination ul li.back a {
	font-weight: normal;
	font-size: 11px;
	width: 65px;
	text-align: center;
}
.pagination ul li strong a {
	padding-right: 0px;
}
.pagination ul li a.active,
.pagination ul li strong a,
.pagination ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #fc270b;
}
.pagination ul li.norm {
	padding-left: 5px;
}
.pagination ul li.norm a {
	width: auto;
	font-size: 11px;
	background: none;
}
.pagination ul li.ind a {
	margin-top: 3px;
}
.pagination ul li.norm a:hover {
	text-decoration: underline;
	color: #555;
	background: none;
}

.autos-img {
	height:302px;
	margin-top:16px;
	overflow:hidden;
	width:725px;
}
.autos-img img {
	display: block;
}
.autos-contact {
	width: 725px;
	float: left;
	margin: 9px 0 0;
	padding-bottom: 20px;
	line-height: 24px;
	font-weight: bold;
	font-size: 18px;
	background:transparent url(../images/bg-breadcrumbs.gif) repeat-x scroll 0 100%;
	overflow:hidden;
}

.sidebar {
	float: right;
	width: 233px;
	font-size: 11px;
}
.sidebar a {
	color: #896996;
}
.sidenav {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
	background: url(../images/bg-sidenav.gif) repeat-x 0 100%;
}
.sidenav li {
	float: left;
}
.sidenav .sidenav-right {
	float: right;
}
.sidenav li a {
	float: left;
	height: 26px;
	width: 114px;
	background: url(../images/bg-sidenav-link.gif) no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #404041;
	padding-top: 8px;
	text-align: center;
	text-decoration: none;
}
.sidenav .sidenav-lines a {
	height: 29px;
	padding-top: 5px;
}
.sidenav li a span {
	display: block;
	font-size: 10px;
	margin-top: -3px;
	font-weight: normal;
}
.sidenav li a.active {
	text-decoration: none;
	background-position: 0 -34px;
	color: #fff;
}
.sidecont {
	overflow: hidden;
	height: 1%;
	border: 1px solid #b8babc; 
	border-top: 0;
	background: #fff;
}
.sideblocks {
	overflow: hidden;
	height: 1%;
	margin: 3px 0 0;
	padding: 0 16px 0 17px;
}

#facebook_FeatureLoader {
	margin: 10px 0 0 0;
	padding: 0px 0px 0px 0px !important;
	width: 232px !important;
}

.sidecont .question {
	/*display: none;*/
}

.sideblock {
	width: 170px;
	padding: 37px 0 17px 3px;
	margin-top: -2px;
	background: url(../images/bg-sideblock.gif) no-repeat;
}
.sideblock:after {
	content:"";
	display:block;
	clear:both;
}
.sideblock h2,
.sideblock h3,
.sideblock h4 {
	margin: 0;
	color: #896996;
	font-size: 16px;
	line-height: 17px;
}
.sideblock p {
	margin: 1px 0 0;
	line-height: 17px;
}
.sideblock .a-more {
	float: right;
	margin-top: 15px;
	font: bold italic 13px "Times New Roman", Times, serif;
}
* html .sideblock .a-more {
	margin-top: 16px;
	margin-right: -3px;
}
.sideform {
	width: 195px;
	overflow: hidden;
	position: relative;
	margin: -2px -25px -4px 0;
}
.sideform label {
	display: block;
	padding: 8px 0 3px;
	width: 190px;
	float: left;
}
.sideform .text {
	background: url(../images/bg-sideform-text.gif) no-repeat;
	float: left;
	width: 191px;
	height: 26px;
	overflow: hidden;
}
.sideform img {
	margin: 2px 0 6px 0px;
	float: left;
	cursor: pointer;
}

.sideform .high-text {
	clear: both;
	float: left;
	width: 191px;
	height: 62px;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px solid blue;
	background: url(../images/bg-inner-form-high-text.gif) no-repeat;
}
.sideform .high-text input {
	padding: 0px; 
	margin: 14px 60px 0 0; 
	border: 0px solid red;
	text-align: center;
	background: none;
	color: #03d8f4;
	width: 146px;
	font: 29px Arial, Helvetica, sans-serif;
}

.sideform cite.captcha {
	padding-bottom: 2px;
	display: block;
}
.sideform div.captcha {
	height: 40px;
}

.sideform .text input {
	float: left;
	margin: 5px 0 0 7px;
	padding: 0;
	border: 0;
	width: 175px;
	background: none;
	font: 11px Arial, Helvetica, sans-serif;
	color: #404041;
}
.sideform .textarea {
	float: left;
	width: 191px;
	height: 72px;
	background: url(../images/bg-sideform-textarea.gif) no-repeat;
}
.sideform .textarea textarea {
	float: left;
	margin: 2px 0 0 7px;
	padding: 0;
	border: 0;
	width: 179px;
	height: 68px;
	overflow: auto;
	background: none;
	font: 11px Arial, Helvetica, sans-serif;
	color: #404041;
}
.sideform .submit {
	float: right;
	font: bold italic 13px "Times New Roman", Times, serif;
	border: 0;
	background: none;
	color: #896996;
	margin: 6px 24px 0 0;
	cursor: pointer;
	padding: 0;
	width: 70px;
}
* html .sideform .submit {
	margin-right: 22px;
}


.design-block {
	overflow: hidden;
	height: 1%;
	margin-top: 21px;
	padding: 0 0 0 0px;
}
.design-and-built {
	float: left;
	padding: 0 10px 0 0;
	width: 228px;
}
.design-and-built h2 {
	margin: 0;
	color: #fc270b;
	font-size: 20px;
	line-height: 25px;
}
.online-marketing {
	float: left;
	padding: 0 10px 0 0;
	width: 228px;
}
.online-marketing h2 {
	margin: 0;
	color: #fc270b;
	line-height: 25px;
	font-size: 19px;
}
.design-block ul {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}
.design-block ul li {
	line-height: 19px;
}
.design-block ul li a {
	color: #404041;
	text-decoration: none;
}
.design-block ul li a.active,
.design-block ul li a:hover {
	color: #fc270b;
}
.contact {
	float: right;
	background: #e9eaeb;
	width: 230px;
	margin-top: 4px;
	padding: 15px 35px 25px 58px;
}
.contact p {
	font-size:15px;
	line-height:18px;
	margin:0 30px 0 0;
	text-align:center;
}
.contact .link {
	display: block; 
	color: #fff;
	text-decoration: none !important;
	width: 117px;
	height: 48px;
	line-height: 48px;
	font-weight: bold;
	margin-top: 15px;
	text-align: center;
	background: url(../images/a-contact-link.gif) no-repeat;
	position: relative;
	left: 45px;
	
}

.management {
	overflow: hidden;
	height: 1%;
	width: 774px;
	/*padding-top: 25px;*/
	float: left;
	margin-top:15px;
}

/*.managementmargin {
	padding-left:170px;
}*/

.management h2 {
	margin: 0 0 -2px;
	color: #fc270b;
	font-size: 19px;
	line-height: 24px;
}
.management p {
	margin: 19px 0 0;
	line-height: 19px;
}
.management .img {
	display: block;
	margin-top: 18px;
}

.management .left {
	display:block;
	float:left;
	padding-right:20px;
	margin-top:4px;
}

.portfolio .bot-block {
	/*background-color:#EFF0F0;*/
	/*border-bottom:1px dotted #000000;*/
	padding:15px;
	background:transparent url(../images/bg-breadcrumbs.gif) repeat-x scroll 0 100%;
}
.portfolio .bot-block h2 {
	line-height: 19px;
}
.portfolio .bot-block  a {
	color: #404041;
	font-size: 0.9em;
	text-decoration: underline;	
}
.portfolio .bot-block  a.moreinfo {
	color:#FC270B;
	float:right;
	font-size:0.8em;
	padding-right:10px;
	text-decoration:underline;
}

.portfolio .bot-block a:hover {
	color: #fc270b;
	text-decoration: none;
}
.portfolio .bot-block p {
	line-height: 19px;
	font-size: 0.95em;
}

.portfolio-post .bot-block p {
	font-size:0.90em;
	line-height:17px;
	text-align: left;
}
.portfolio .bot-block .img {
	margin: 5px 20px 5px 5px;
}

/* Facebook comments */
.likeit {
	display:block;
	float:right;
	height:30px;
	width:472px;
}

.comments {
	margin-top: 15px;
	float: left;
}


.bot-block {
	overflow: hidden;
	height: 1%;
	/*margin-bottom: -12px;*/
	padding: 0 0 0 0px;
	margin-top: 5px;
}
.bot-block .img {
	float: left;
	margin: 4px 27px 1px 0;
}

.bot-block h1,
.bot-block h2 {
	margin: 0;
	color: #404041;
	font-size: 19px;
}
.bot-block h1 a,
.bot-block h2 a {
	color: #404041;
	line-height: 24px;
}
.bot-block h1 a:hover,
.bot-block h2 a:hover {
	color: #fc270b;
	text-decoration: none;
}
.bot-block p {
	margin: 15px 0 0;
	line-height: 19px;
}

.bot-block-identidad {
	overflow: hidden;
	height: 1%;
	float: left;
	margin: 20px 10px 0 10px;
		
}


#footer {
	overflow: hidden;
	width: 100%;
	padding: 0px 0 13px 0;
	float: left;
}
.qweb {
	float: left;
	width: 97px;
	margin-top: 8px;
	padding-left: 2px;
}
.footer-lists {
	overflow: hidden;
	height: 1%;
	padding: 6px 14px 7px 10px;
	background: #fff;
	font-size: 12px;
	color: #6e6e70;
	line-height: 18px;
	margin-top: 40px;
}
.footer-lists div {
	float: right;
}
.footer-lists span {
	float: left;
	padding-left: 4px;
}
.footer-lists span a {
	float: left;
	margin-right: 5px;
}
* html .footer-lists span a {
	margin-right: 2px;
}
.footer-lists span a img {
	display: block;
}
.footer-lists ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	overflow: hidden;
}
.footer-lists ul li {
	float: left;
	padding: 0 6px;
	margin-left: -1px;
	background: url(../images/bg-footer-lists.gif) no-repeat 0 50%;
}
.footer-lists ul li a {
	color: #6e6e70;
}
.footer-lists ul li.active a, .footer-lists ul li a:hover {
	color:#FC270B;
}
#footer address {
	float: right;
	font-size: 12px;
	color: #6e6e70;
	margin-top: 7px;
	padding: 2px 13px 2px 10px;
	font-style: normal;
	line-height: 19px;
	text-align: right;
	background: #fff;
}

#footer address .fn {
	display: none;
}

#footer div.legal {
	clear: both;
	float: right;
	font-size: 12px;
	color: #6e6e70;
	margin-top: 7px;
	padding: 2px 13px 2px 10px;
	font-style: normal;
	line-height: 19px;
	text-align: left;
	background: #fff;
}
#footer div.legal p {
	padding: 0px 0px;
	margin: 0px;
	/*width: 191px;*/
	/*float: left;*/
	text-align: right;
}

.inner-main {
	float: left;
	width: 712px;
	padding-bottom: 22px;
}
.map-block {
	overflow: hidden;
	height: 1%;
	margin-top: 50px;
}
.map-block h2 {
	font-size: 19px;
	margin: 0;
}
.map {
	width: 711px;
	height: 322px;
	overflow: hidden;
	margin-top: 11px;
}
.map img {
	display: block;
}


.inner-form {
	overflow: hidden;
	height: 1%;
	padding: 26px 0 0 65px;
}
.inner-form h2 {
	margin: 0;
	line-height: 20px;
	padding-bottom: 30px;
	font-size: 19px;
}
.inner-form .mandatorymsg {
	border: 1px solid #FC270B;
	color: #FC270B;
	background-color: #f0f0f1;
	padding: 6px;
	font-weight: bold;
	text-align: center;
	display: none;
}
.inner-form label {
	display: block;
	color: #896996;
	padding: 5px 0 2px 1px;
	line-height: 19px;
}
.inner-form .text {
	background: url(../images/bg-inner-form-text.gif) no-repeat;
	width: 171px;
	height: 26px;
	overflow: hidden;
}
.inner-form .text input {
	float: left;
	margin: 6px 0 0 7px;
	padding: 0;
	border: 0;
	width: 155px;
	background: none;
	font: 11px Arial, Helvetica, sans-serif;
	color: #404041;
}
.inner-form .wide-text {
	background: url(../images/bg-inner-form-wide-text.gif) no-repeat;
	width: 326px;
}
.inner-form .wide-text input {
	width: 310px;
}
.inner-form .textarea {
	background: url(../images/bg-inner-form-textarea.gif) no-repeat;
	width: 578px;
	height: 104px;
	overflow: hidden;
}

.inner-form .textarea textarea {
	float: left;
	margin: 2px 0 0 7px;
	padding: 0;
	border: 0;
	width: 567px;
	overflow: auto;
	background: none;
	font: 11px Arial, Helvetica, sans-serif;
	color: #404041;
	height: 100px;
}
.inner-form .select {
	overflow: hidden;
	width: 100%;
	padding: 24px 0 0;
}
.inner-form .select label {
	float: left;
	padding: 0;
}
.inner-form .select select {
	font: 11px Arial, Helvetica, sans-serif;
	margin-left: 19px;
	float: left;
	padding: 1px 1px 1px 0;
	color: #404041;
	width: 166px;
}
.inner-form .high-text {
	width: 148px;
	height: 62px;
	float: left;
	margin-left: 18px;
	display: inline;
	background: url(../images/bg-inner-form-high-text.gif) no-repeat;
}

.inner-form .high-text input {
	margin: 13px 0 0 2px; 
	padding: 0; 
	float: left;
	border: 0;
	text-align: center;
	background: none;
	color: #03d8f4;
	width: 146px;
	font: 29px Arial, Helvetica, sans-serif;
}
.inner-form .code {
	overflow: hidden;
	width: 70%;
	padding-top: 25px;
}
.inner-form .code label {
	padding-bottom: 8px;
}
.inner-form .code img {
	float: left;
	margin-top: 2px;
	border: 0px solid #2a70bf; 
	cursor: pointer;
}
cite.captcha {
	float: left;
	clear: both;
	cursor:pointer;
	margin-top: 1px;
	width: 138px;
	height: 21px;
	background: url(../images/btn-reload.gif) no-repeat;
	color: #454545;
	border: 0;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 5px 0 0 25px;

}
.inner-form div.checkbox {
	padding-top: 4px;
}
.inner-form .checkbox {
	float: left;
	position: relative;
}
.inner-form .submit {
	clear: both;
	float: left;
	cursor:pointer;
	margin-top: 22px;
	width: 117px;
	height: 48px;
	background: url(../images/btn-inner-form-submit.gif) no-repeat;
	color: #fff;
	border: 0;
	font: bold 15px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#picture-slides-frame ul.thumbs {
	margin: 0; padding: 0px; list-style-type: none; list-style-image: none; list-style-position: outside; width:175px; float: left;
}

#picture-slides-frame ul.notext {
	width:405px;
}

#picture-slides-frame ul.thumbs li {
	float: left;
	margin: 4px;
}

#picture-slides-frame ul.thumbs li a {
	float: left;
	background-color: #FFFFFF;
	padding: 3px;
}

#picture-slides-frame ul.thumbs li a.selected {
	background-color: #CAC9C7;
	padding: 3px;
}

#picture-slides-frame ul.thumbs li a img {
	float: left;
}

.gallery {
	float: left;
	clear: both;
	margin-top: 10px;
	text-align: center;
	width: 714px;
}

