@import "reset.css";
@import "jquery.fancybox-1.3.4.css";

html, body {
	margin:0;
	padding:0;
	height:100%;
}
html {
	
}
body {
	margin:0;
	padding:0;
	color:#ddd;
	
}
br {
	clear:all;
}
hr {
	height:2px;
	margin:15px 0 25px 0;
	border:none;
	background-color:tranparent;
	border-top:1px solid #ddd;
	border-bottom:1px solid #fff;
}
.ie7 hr {
	height:2px;
	margin:15px 0 25px 0;
	border:none;
	border-top:1px solid #ddd;
	border-bottom:1px solid #fff;
	background-color:tranparent;
}
table {
	border:0px;
	border-collapse: collapse;
	border-spacing: collapse;
}
img {
	border:0px;
}
form {
	padding:0;
	margin:0;
	vertical-align:top;
	display:table;
	border-collapse: collapse;
}
a {
	color:#1b3163;
}
a:focus, button {
	user-focus: none;
	outline: none;
	-moz-user-focus: none;
	-moz-outline: none;
}
tt {
	font-size:9px;
}
/*--------------------------------------- =box -------------------------------------------*/
#box {
	width:880px;
	overflow:auto;
	padding:0 10px 0 10px;
	margin:0 auto 0 auto;
	color:#838383;
	font-size:13px;
/*
	-webkit-box-shadow: #76281b 0px 2px 8px;
	-moz-box-shadow: #76281b 0px 2px 8px;
	box-shadow: #76281b 0px 2px 8px;
	behavior: url(js/PIE.htc);*/
}.text  {
	padding:10px;
}
.text p {
	color: #585858;
    font-size: 1.0em;
    line-height: 1.5em;
	margin:0 0 10px 0;
    padding: 3px 0 6px 2px;
	text-align:justify;
}
.shadow {
	-webkit-box-shadow: #654a2d 0px 2px 8px;
	-moz-box-shadow: #654a2d 0px 2px 8px;
	box-shadow: #654a2d 0px 2px 8px;
	
}
/* =misc
-------------------------------------*/

h1 {
	font-style: normal;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1em;
	margin:0;
	padding:10px;
	
	font-size:20px;
	font-weight:normal;
	color:#fff;

	background:url(../images/graphics/orange_tile.png) #ff5400 repeat-x 0 0;
}
h1.news {
	font-style: normal;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);
	font-size:24px;
	font-weight:normal;
}
h2 {
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color:#ad7329;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	margin:5px 0;
	padding-bottom:7px;
	border-bottom:1px solid #ddd;
}
h3 {
	font-size:15px;
	margin:15px 0 5px 0;
	padding:5px 0;
}
h4 {
	font-size:13px;
	margin:15px 0 5px 0;
	padding:5px 0;
	color:#7d7d7d;
}
div.dummy {
	clear:both;
}
#wrap {
	min-height:100%;
	padding:0;
	/*background:url(../images/graphics/tools.png) transparent no-repeat 100% 100%;*/
}
* html #wrap {
	height: 100%;
}
#banner {
	position:relative;
	height:130px;
	padding:0;
	margin:0 0 10px 0;
	border-bottom:1px solid #ddd;
	background:url(../images/graphics/banner_bg.png) #fff repeat-x 0 0;
}
#banner div.contacto {
	font-size:15px;
	font-weight:bold;
	color:#f39500;
	position:absolute;
	right:20px;
	top:45px;
}
#banner div.logo {
	position:absolute;
	left:10px;
	top:14px;
	height:120px;
	width:260px;
	text-indent:-9999px;
	background:url(../images/graphics/logo.png) transparent no-repeat 0 0;
}
#banner div.anpc {
	position:absolute;
	left:290px;
	top:40px;
}
#banner div.alvara {
    position:absolute;
    left:30px;
    top:110px;
    font-size: 10px;
}
#banner div.contacto a {
	text-decoration:none;
}
#banner div.contacto span {
	margin:0 10px;
}
.email {
	padding-left:22px;
	background:url(../images/graphics/icons.png) transparent no-repeat 0 0;
}
.phone {
	padding-left:22px;
	background:url(../images/graphics/icons.png) transparent no-repeat 0 -18px;
}

ul.menu {
	position:absolute;
	top:90px;
	right:0;
	padding:0;
	margin:0;
}
ul.menu li {
	position:relative;
	float: left;
	list-style: none;
	width:auto;
	margin:0;
	padding:0;
}
ul.menu li:first-child {
	background:none;
}
ul.menu li a {
	font-size: 11px;
	font-weight: bold;
	color:#888686;
	text-decoration:none;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	margin:5px 3px;
	padding: 6px 16px;
}
ul.menu li a {
	color:#fff;
	position:relative;
	padding: 6px 10px;
	border:1px solid #c2470a;
	border-top:1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #FB7D46;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FB7D46), to(#EF3D15));
	background: -webkit-linear-gradient(#FB7D46, #EF3D15);
	background: -moz-linear-gradient(#FB7D46, #EF3D15);
	background: -ms-linear-gradient(#FB7D46, #EF3D15);
	background: -o-linear-gradient(#FB7D46, #EF3D15);
	background: linear-gradient(#FB7D46, #EF3D15);
	-pie-background: linear-gradient(#FB7D46, #EF3D15);

	-webkit-box-shadow: #ccc 0px 1px 2px;
	-moz-box-shadow: #ccc 0px 1px 2px;
	box-shadow: #ccc 0px 0px 1px;
	position:relative;

}
ul.menu li.active a, ul.menu li:hover a  {
	color:#fff;
	background: #585469;
	-pie-background: linear-gradient(#585469, #585469);
	border:1px solid #2a2735;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-moz-box-shadow:inset 0 0 2px #000000;
	-webkit-box-shadow:inset 0 0 2px #000000;
	box-shadow:inset 0 0 2px #000000;


}
/*---------------------------------------------- slider -----------------------------------------------*/

.slideshow {
	overflow:hidden;
	position:relative;
	height:300px;
}
.slider {
	width:100%;
	height:300px;
}
.slider > div {
	width:100%;
	height:300px;
	overflow:hidden;
}
.slider article {
	z-index:10;
	width:100%;
	color:#fff;
	position:absolute;
	left:0;
	bottom:0px;
	background:		url('../images/graphics/opacity_black.png') transparent repeat 0 0;
}
.slider h1, .slider a {
	color:#fff;
	font-size:20px;
	margin:0;
	line-height:21px;
	padding:0;
	text-decoration:none;
	font-weight:bold;
	background-color:transparent;
	background-image:none;
}
.slider h2 {
	font-size:15px;
}
.slider article p {
	color:#fff;
	margin:4px 0;
	padding:0;
}
.arrow {
	position:absolute;
	top:0;
	z-index:5;
	color:#fff;
	display:block;
	font-weight:bold;
	width:50%;
	height:80%;
	cursor:pointer;
}
#next {
	right:0;
}
#prev:hover {
	background:		url('../images/graphics/slider_arrows.png') transparent no-repeat -30px 50%;
}
#next:hover {
	right:0;
	background:		url('../images/graphics/slider_arrows.png') transparent no-repeat 268px 50%;
}
.pager {
	display:none;
	width:250px;
	height:300px;
	position:absolute;
	padding:0 0;
	top:0;
	right:0;
	z-index:50;
	text-align:center;
	background-color:#111111;
	-moz-box-shadow:inset 0 0 10px #000000;
	-webkit-box-shadow:inset 0 0 10px #000000;
	box-shadow:inset 0 0 10px #000000;
}
#nav {
	width:auto;
	z-index:5;
	margin:0;
	padding:0;
}
#nav li {
	list-style-type:none;

	padding:0;
	margin:1px 1px;
	
	font-size: 0.9em;


	text-decoration:none;
	font-weight:bold;
	border:1px solid #1c252c;
	border-top:1px solid #4d5a62;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
    background: #404e57;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#404e57), to(#2e393f));
    background: -webkit-linear-gradient(#404e57, #2e393f);
    background: -moz-linear-gradient(#404e57, #2e393f);
    background: -ms-linear-gradient(#404e57, #2e393f);
    background: -o-linear-gradient(#404e57, #2e393f);
    background: linear-gradient(#404e57, #2e393f);
    -pie-background: linear-gradient(#404e57, #2e393f);
	-webkit-box-shadow: #263039 0px 1px 2px;
	-moz-box-shadow: #263039 0px 1px 2px;
	box-shadow: #263039 0px 1px 2px;
	
	position:relative;

	
}
#nav li:first-child {
	
}
#nav li a {/*
	display:block;
	width:250px;
	margin:1px 2px;
	padding:14px 0 14px 0;
	overflow:hidden;
	text-align:left;
	background-color:#242424;
	text-indent:24px;
	color: #d3d3d3;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration: none;
	*/
	
	width:244px;
	display:block;
	font-size: 1em;
	color:#e7ebec !important;

	padding:14px 0 14px 0;
	text-decoration:none;
	text-align:left;
	text-indent:30px;
	font-weight:bold;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6) !important;
background:		url('../images/graphics/pager_bt.png') transparent no-repeat 0 0;
}
#nav li a img {
	margin:auto;
}
#nav a.activeSlide {
	background:		url('../images/graphics/pager_bt.png') transparent no-repeat 0 -47px;
}
#nav li a:hover {
	background:		url('../images/graphics/pager_bt.png') transparent no-repeat 0 -47px;
}
article {
	width:inherit;
	color:#333;
	padding:10px;
	line-height:16px;
}
article p {
	padding:10px 0;
	line-height:16px;
}
article h2 {
	font-size:13px;
	margin:5px 0;
}
article h1 {
	font-weight:bold;
	color:#333;
	line-height:22px;
	font-size:16px;
	margin:5px 0;
}
article b {
	font-weight:bold;
	color:#e99425;
}
.grid {
	margin:0;
	padding:0;
	display:table;
}
.grid li {
	margin:0;
	padding:0;
	display:table-cell;
	list-style-type:none;
	color: #585858;
    font-size: 1.0em;
    line-height: 1.5em;
}
.ie7 .grid li {
float:left;
}
.grid2 {
	margin:0;
	padding:0;
	display:table;
}
.grid2 li {
    position: relative;
	margin:0;
	padding:20px 22px;
	width:50%;
	display:table-cell;
	list-style-type:none;

	color: #585858;
    font-size: 1.0em;
    line-height: 1.5em;
	border-left:1px solid #ddd;
}
.grid2 li:first-child {
	background:none;
	border:none;
}

.grid7 {
	margin:0;
	padding:0;
	overflow:auto;
	display:table;
}
.grid7 li {
	margin:0;
	padding:20px 18px 20px 52px;
	display:table-cell;
	font-size:12px;
	color:#fff;
	text-shadow:0 1px 0 rgba(5, 5, 5, 0.7);
	border-left:1px solid #e6450d;
	list-style-type:none;
	font-weight:bold;
	text-align:center;
}
.grid7 li a {
	color:#fff;
font-size:12px;
text-decoration:none;
}
div.servicos {
    background: url("../images/graphics/orange_tile.png") repeat-x scroll 0 0 transparent;
}
.avac {
	background:url(../images/graphics/icons_servicos.png) transparent no-repeat 0 -57px;
}
.solar {
	background:url(../images/graphics/icons_servicos.png) transparent no-repeat 0 0;
}
.elect {
	background:url(../images/graphics/icons_servicos.png) transparent no-repeat 0 -172px;
}
.canal {
	background:url(../images/graphics/icons_servicos.png) transparent no-repeat 0 -285px;
}
.gas {
	background:url(../images/graphics/icons_servicos.png) transparent no-repeat 0 -343px;
}
.tele {
	background:url(../images/graphics/icons_servicos.png) transparent no-repeat 0 -228px;
}
.outros {
	background:url(../images/graphics/icons_servicos.png) transparent no-repeat 0 -114px;
}

ul.servicos {
	margin:20px;
	padding:0;
}

ul.servicos li {
margin:8px 0;
}

#footer {
	width:880px;
	height:80px;
	bottom:0;
	left:0;
	margin:auto;
}
#footer div {
	width:880px;
	padding:15px 0;
	height:30px;
	margin:auto;

}
#footer ul {
	margin:auto;
	padding:0 0;
	margin:0;
}
#footer li {
	padding:0;
	margin:0;
	color:#333333;
	list-style-type:none;
	float:left;
}
#footer ul.links {
	clear:both;
	margin:auto;
	padding:5px 0;
	margin:0;
}
#footer ul.links li {
	padding:0 0 0 8px;
	margin:0 10px 0 0;
	border-left:1px solid #ccc;
	list-style-type:none;
	float:left;
}
#footer ul.links li:first-child {
	border:none;
	padding:0;
}
#footer li a {
	font-size:10px;
	color:#333;
	text-decoration:none;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.4);

}
#footer li.left {
	width:40%;
	font-size:10px;
	text-align:right;
	color:#CC3300;
}

.popup {   
    color: #333;
    font-weight: bold;
}

input, textarea, select {
	background-color: #464646;
	border-color: #333;
	border-radius: 4px 4px 4px 4px;
	border-right: 1px solid #202020;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 0 4px #000000 inset;
	color: #DDDDDD;
	display: table-cell;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 5px 0;
	padding: 7px;
}
button, a.button {
	font-size: 0.9em;
	color:#794e1d !important;
	padding: 6px 10px;
	text-decoration:none;
	font-weight:bold;
	text-shadow: 0 1px 0 rgba(250, 250, 250, 0.8) !important;
	border:1px solid #f49f43;
	border-top:1px solid #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #ffd974;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffd974), to(#ff971c));
	background: -webkit-linear-gradient(#ffd974, #ff971c);
	background: -moz-linear-gradient(#ffd974, #ff971c);
	background: -ms-linear-gradient(#ffd974, #ff971c);
	background: -o-linear-gradient(#ffd974, #ff971c);
	background: linear-gradient(#ffd974, #ff971c);
	-pie-background: linear-gradient(#ffd974, #ff971c);
	-webkit-box-shadow: #6a6a6a 0px 1px 2px;
	-moz-box-shadow: #6a6a6a 0px 1px 2px;
	box-shadow: #6a6a6a 0px 1px 2px;
	position:relative;

}
dl.contactos {
	float: left;
	margin: 20px 20px 10px 0;
	padding: 0;
	width: 380px;
}
dl.contactos dt {
	color: #333;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 10px 5px 2px;
	
}
dl.contactos dd {
	color: #767676;
	font-size: 0.9em;
	line-height: 1.8em;
	margin: 0;
	padding: 1px 5px;
	text-decoration: none;
}
dl.email {
	width: 800px;
}
dl.email dd {
	float:left;
}
div.content {
	overflow:auto;
	margin:10px 0;
	background-color:#fff;
}

#map {
	width:850px;
	margin:5px;
	-webkit-box-shadow: #ddd 0px 3px 6px;
	-moz-box-shadow: #ddd 0px 3px 6px;
	box-shadow: #ddd 0px 3px 6px;
}
.arrow-right {
	float:right;
	margin:2px 2px 0 6px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid orange;
}
.alerta {
	background-color: #EEDC94;
	background-image: -moz-linear-gradient(center top, #FCEEC1, #EEDC94);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
	color: #404040;
	margin-bottom: 18px;
	padding: 7px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	list-style-type:none;
}
dl.list {
	margin:0;
	padding:0;
	color:#838383;
}
dl.list dt {
	margin:0;
	padding:5px;
	border-bottom:1px solid #333333;
}
dl.list dd {
	padding:3px;
	margin:0;
}
ol.faqs {
	list-style-type:upper-alpha;
}
ol.faqs ul {
	margin:0;
	padding:0;
}
ol.faqs ul li {
	margin:0;
	line-height:19px;
}

#tab-container {
	position:relative;
	margin: 0;
	padding: 0;
}
.etabs {
	width:200px;
	float:left;	
	margin: 0;
	padding: 0;
}

span.tab {
	display:block;
    list-style: none outside none;
    position: relative;
    white-space: nowrap;
	left:0;
	border: solid 1px #ccc;
	border-right:none;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	background-color:#ebebeb;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFFFFF), to(#E8E8E8));
	background: -webkit-linear-gradient(#FFFFFF, #E8E8E8);
	background: -moz-linear-gradient(#FFFFFF, #E8E8E8);
	background: -ms-linear-gradient(#FFFFFF, #E8E8E8);
	background: -o-linear-gradient(#FFFFFF, #E8E8E8);
	background: linear-gradient(#FFFFFF, #E8E8E8);
	-pie-background: linear-gradient(#FFFFFF, #E8E8E8);
	margin: 0;
    padding: 0;

}

.ie8 .etabs span {
	width:auto;
	position:relative;
}
.etabs a {
	display: block;
	color:#868686;
	font-weight:bold;
	padding:8px 5px;
	margin:0;
	outline: none;
	text-decoration:none;
	font-size:12px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}

.etabs span:hover {
	background: #fff;
}
.etabs span.selected-tab {
	-pie-background: linear-gradient(#FFFFFF, #ffffff);
	background: #fff;
	left:1px;
}
.etabs span.selected-tab a{
	color:#5c5c5c;
	
}
#tab-container .tab {
	border: solid 1px #ddd;
	padding:15px;
	background-color:#fff;
}
.panel-container {
	width:638px;
	min-height:350px;
	float:right;
	padding:10px;
	border: solid 1px #ccc;
	-webkit-border-radius: 0 0 5px 5px ;
	-moz-border-radius: 0 0 5px 5px ;
	border-radius: 0 0 5px 5px ;
	background-color:#fff;

}

ul.portfolio {
	margin: 10px;
	padding: 0;
	list-style-type:none;
}
ul.portfolio li {
	display:inline-block;
	position:relative;
	text-align:center;
	color: #d3d3d3;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration: none;
	margin:10px 24px 0 26px;
	padding:0;
}
.ie7 ul.portfolio li {
    float:left;
}
ul.portfolio li a {
	display:block;
	cursor:pointer;
	overflow:hidden;
	
	width:220px;
	height:120px;


	font-size:12px;
	color:#333;
	text-align:center;
	text-decoration:none;

}
ul.portfolio li img {
	z-index:90;
	left:0;
	top:0;
	margin:auto;
	border:1px solid #ddd;
		-webkit-box-shadow: #ddd 0px 1px 6px;
	-moz-box-shadow: #ddd 0px 1px 6px;
	box-shadow: #ddd 0px 1px 6px;
}
ul.portfolio li p {
	width:inherit;
	font-size:10px;
	color:#666666;
	text-align:center;
	margin:3px 0 0 0;
	padding:1px 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
ul.portfolio li span {
	position:absolute;
	z-index:99;
	left:0;
	top:0;
	display:block;
	width:inherit;
	height:inherit;
	background:		url('../images/graphics/portfolio_pattern.png') transparent repeat 0 0;
}
ul.portfolio li:hover a {

}
ul.portfolio li:hover span {
	background-image:none
}
.logos_cont {
	width:100%;
	border-top:1px solid #ddd;
	text-align:center;
}
.logos_cont > div {
	margin:auto;
}

#window {
	width: 860px;
	height: 120px;
	padding: 0;
	margin: 0;
	overflow:hidden;
	position:relative;
}
.image {
	left:0;
	height: 100px;
	width: 1503px;
	position: absolute;
	z-index: 1;
}
.thumb img {
	margin:5px;
}
.thumbr {
	float:right;
	margin:7px 0 20px 20px;
}
.thumbl {
	float:left;
	margin:7px 20px 20px 0;
}
