/************General Style***************/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);
html
{
	margin:0 auto;
	font-family: 'Open Sans', sans-serif;
	color:#999;
	font-size:14px;
}
body
{ 
	margin:0 auto;
}

img{
	border:0;
}
h1 {
	font-size:14px;
	padding-top:2%;
	margin-left:3%;
	padding-bottom:3%;
	font-weight:normal;
	width:92%;
	color:#CCC;
	text-transform:uppercase;
}
h2 {
	font-size:13px;
	padding-top:2%;
	margin-left:3%;
	padding-bottom:3%;
	font-weight:normal;
	width:92%;
	color:#CCC;
	text-transform:uppercase;
}

/************BACKGROUND***************/
		img.bg {
			/* Set rules to fill background */
			min-height: 100%;
			min-width: 1024px;
			
			/* Set up proportionate scaling */
			width: 100%;
			height: auto;
			
			/* Set up positioning */
			position: fixed;
			top: 0;
			left: 0;
		}
		
		@media screen and (max-width: 1024px){
			img.bg {
				left: 50%;
				margin-left: -512px; }
		}

/************HEADER***************/

#header
{
	position:relative;
	float:left;
	width:100%;
	height:auto; 
}
#header-content
{
	margin:0 auto;
	width:950px;
	height:auto;
	padding-top:1%;
}
#logo
{
	position:relative;
	float:left;
}
#logo img {
	width:400px;
	height:300px;
}
/************ MENU ***************/
#menu
{
	position:relative;
	float:right;
	width:auto;
	height:auto;
	margin-top:10%;
	z-index:999;
}

/* styles for desktop */
.tinynav { display: none }
#nav .selected a{
	color: #CCC;
}

/* Menu Multinivel
------------------------------------------*/
/*-----------------Primer Nivel---------------*/
#nav,
#nav ul {
	list-style: none;
	margin:0;
	padding:0;
}
#nav ul {
	background:url(../images/bg4.png) top repeat;
	margin:0;
	padding:0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
}
#nav > li {
float:left;
}

#nav li a {
color:#CCC;
text-decoration:none;
text-transform:uppercase;
display:block;
padding:10px 12px;
}
#nav li a:hover {
	color: #dedede;
}

/*-----------------Segundo Nivel---------------*/

#nav ul li a {
	color: #CCC;
	width:180px;
	border-bottom:1px dotted #999;
	font-size:11px;
	padding-top:3%;
	padding-bottom:3%;
}

#nav ul li .last {
	
	border-bottom:none;
}

#nav li ul li a:hover{
	background:url(../images/bg5.png) top repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:#dedede;
}
#nav li {
position:relative;
}

#nav li ul {
display:none;
position:absolute;
}
#nav li:hover > ul {
display:block;
}

/*-----------------Tercer Nivel---------------*/

#nav li ul li ul {
right:-130px;
top:0;
width:130px;

}

#nav li ul li ul li a {
width:107px;
}

/************ UP ***************/

#up
{
	position:relative;
	float:left;
	height:auto;
	width:100%;
}

/************  NIVO SLIDER  ***************/

.slider-wrapper { 
	position:relative;
	width: 950px; /*para controlar el tamaņo del slider*/
	margin: 0 auto;
	border:solid;
	border-color:transparent;
}
#caption1 {
	display:none;
}
p {
	text-align:center;
}


/************ MIDDLE  ***************/

#middle
{
	position:relative;
	float:left;
	width:100%;
	margin-bottom:3%;
}
#middle-content
{
	margin:0 auto;
	width:950px;
	height:auto;
	padding-top:1%;
	padding-bottom:1%;
}

/**************** CONTENT *************/

#content {
	position:relative;
	float:left;
	width:600px;
	height:auto;
	padding:2%;
	background:url(../images/bg2.png) top repeat;
	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
}
.box-content {
	position:relative;
	float:left;
	width:100%;
	margin-bottom:2%;
}
.box-content img {
	float:left;
	padding-left:3%;
	margin-top:4%;
	margin-bottom:4%;
}
#first-box img {
	width:560px;
	height:250px;
}
#second-box img {
	width:170px;
	height:140px;
}
.box-content ul {
	margin:0;
	padding:0;
	list-style:none;
	padding-left:1%;
}
.box-content ul li {
	display:inline;
}
.box-content-dotted {
	border-top:1px dotted #999;
	padding-top:3%;
}
.area {
	float:left;
	width:93%;
	padding-left:3%;
	margin-bottom:2%;
	font-size:13px;
}
/**************** MAPA-WEB *************/
.mapa-web ul li a{
	color:#999;
	text-decoration:none;
}
.mapa-web ul li a:hover{
	color:#dedede;
}
.mapa-web ul{
	list-style:square;
	line-height:30px;
	width:60%;
	margin:0 auto;
}

.mapa-web .area{
	margin-bottom:10%;
	margin-top:5%;
}



/**************** CONTENT-PRODUCT *************/

#content-product {
	position:relative;
	float:left;
	width:950px;
	height:auto;
}

#content-product h1 a {
	text-decoration:none;
	color:#CCC;
}

#content-product h1 a:hover {
	color:#dedede;
}

#content-product h1 .active {
	color:#CCC;
}
.box-content-product {
	position:relative;
	float:left;
	margin-bottom:2%;
	width:100%;
	padding-bottom:4%;
	margin-top:3%;
	padding-top:2%;
	background:url(../images/bg2.png) top repeat;
	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.box-content-product h1 {
	width:94%;
	text-align:center;
	padding-bottom:2%;
	margin-bottom:3%;
	border-bottom:1px dotted #999;
}
.box-content-product h2 {
	float:left;
	text-align:left;
	padding:2%;
	padding-left:0;
	padding-bottom:1%;
	width:90%;
	text-decoration:underline;
}
.box-content-product .area {
	float:left;
	width:93%;
	margin-left:3%;
	padding:0;
	margin-bottom:1%;
}
.box-content-product .area img {
	margin-top:2%;
}
.box-content-product .area #ac1 {
	margin-left:35%;
}
.box-content-product .area #ac2 {
	margin-left:22%;
}
.box-content-product .area #ac3 {
	margin-left:40%;
}
.box-content-product .area #ac4 {
	margin-left:25%;
}
.box-content-product .area .acr {
	margin-left:30%;
}
.box-content-product .area ul {
	margin:0 auto;
	list-style:circle;
	width:90%;
	padding-top:3%;
}
.box-content-product .area ul li {
	margin-top:2%;
}
.box-content-product .area ul li img {
	margin-left:35%;
	margin-top:3%;
	width:150px;
}
.box-content-product .area ul li #last-aluminio {
	margin-left:28%;
	margin-top:3%;
	width:300px;
}
.box-content-product .area .ventanas-pvc {
	width:250px;
	text-transform:capitalize;
}
.box-content-products {
	float:left;
	width:100%;
	padding-bottom:3%;
	padding-top:3%;
	margin-bottom:1%;
	margin-top:1%;
	background:url(../images/bg2.png) top repeat;
	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.product-list {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:240px;
	padding-left:3%;
}
.product-list li {
	line-height:30px;
}
.product-list li a {
	color:#999;
	text-decoration:underline;
}
.product-list li a:hover {
	color:#dedede;
}

.general-products {
	margin:0;
	padding:0;
	list-style:none;
	padding-left:3%;
	padding-right:2%;
	padding-top:3%;
	float:right;
	width:540px;
}
.general-products img {
	width:175px;
	height:150px;
}
.general-products li {
	display:inline;
}
/****************** Elastislide****************/
.rg-image-wrapper{
	position:relative;
	padding:20px 30px;
	background:url(../images/bg2.png) top repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	min-height:20px;
}
.rg-image{
	position:relative;
	text-align:center;
	line-height:0px;
}
.rg-image img{
	max-height:100%;
	max-width:100%;
}
.rg-image-nav a{
	position:absolute;
	top:0px;
	left:0px;
	background:#333 url(../images/imageselastislide/nav.png) no-repeat -20% 50%;
	width:28px;
	height:100%;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.3;
	outline:none;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:115% 50%;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover{
	opacity:0.8;
}
.rg-caption {
	text-align:center;
	margin-top:15px;
	position:relative;
}
.rg-caption p{
	font-size:11px;
	letter-spacing:2px;
	line-height:16px;
	padding:0 15px;
	text-transform:uppercase;
}
.rg-view{
	height:30px;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#333 url(../images/imageselastislide/views.png) no-repeat top left;
	border:3px solid #464646;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
	background-position:0px -16px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#333 url(../images/imageselastislide/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}
/**************** SIDEBAR *****************************/

#sidebar {
	position:relative;
	float:right;
	width:280px;
	height:auto;
	padding-left:1%;
	padding-bottom:5%;
	background:url(../images/bg2.png) top repeat;
	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
}
.box-sidebar {
	position:relative;
	float:left;
	width:100%;
}
#first-sidebar img {
	width:110px;
	height:100px;
}

#first-sidebar .area a{
	text-decoration:none;
	color:#999;
}
#first-sidebar .area a:hover{
	color:#dedede;
}
.box-sidebar-dotted {
	border-top:1px dotted #999;
	padding-top:7%;
}
#special-works img {
	float:left;
	width:255px;
	height:200px;
	margin-left:3%;
	margin-top:4%;
	margin-bottom:4%;
}
.box-sidebar ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	padding-left:3%;
	margin-top:10%;
}
.box-sidebar ul li {
	display:inline;
}

.box-sidebar .list
{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	padding-left:3%;
	margin-top:1%;
}
.box-sidebar .list li {
	display:block;
	line-height:37px;
}
.box-sidebar .list li a {
	color:#999;
	font-size:13px;
}
.box-sidebar .list li a:hover {
	color:#dedede;
}
.box-sidebar .works li {
	float:left;
	margin-bottom:10%;
	width:99%;
	height:100px;
}
.box-sidebar .works li img {
	position:relative;
	float:left;
	width:110px;
}
.box-sidebar .works li a {
	position:relative;
	float:left;
	width:135px;
	margin-top:16%;
	padding-left:5%;
	color:#999;
	font-size:13px;
	line-height:20px;
}
.box-sidebar .works li a:hover {
	color:#dedede;
}
.box-sidebar p {
	text-align:left;
	padding-bottom:2%;
}
.box-sidebar .area {
	width:91%;
}
/************ CONTACT ***************/
fieldset {
	border:none;
}
input,
textarea {
    background: rgba(0, 0, 0, 0.25);
    border: none;
    color: #999;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    width: 100%;
}
input:focus,
textarea:focus {
    background: rgba(0, 0, 0, 0.40);
	color:#dedede;
}

#forms {
    position: relative;
	float:left;
	width:100%;
	border:none;
	padding-left:1%;
	margin-top:3%;
}
#forms ol {
    margin: 0;
    padding: 0;
}
#forms ol li {
    line-height: auto;
    list-style: none;
}
#forms li.form-row {
    margin-bottom: 20px;
}
#forms fieldset .text-input,
#forms fieldset .text-area {
    padding: 7px 10px;
    height: 35px;
}
#forms fieldset .text-area {
    min-height: 100px;
    padding: 10px;
    resize: vertical;
}
#forms label {
    display: block;
    margin-bottom: 5px;
	font-size:12px;
	font-weight:500;
}
#forms label a {
	color:#999;
}
#forms label a:hover {
	color:#dedede;
}

#forms  #terms {
	position:relative;
	float:left;
	width:auto;
	margin-right:2%;
}

.btn-submit {
	width:auto;
	margin:0 auto;
	padding:2%;
	font-weight:500;
}
.btn-submit:hover {
	color:#999;
}
/************ MAPS ***************/
iframe {
	width:100%;
	height:350px;
	-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.9);
	border:none;
	overflow:hidden;
	margin:0;
}
/************ FOOTER ***************/


#pie
{
	position:relative;
	float:left;
	width:100%;
	margin-top:10px;
	height:auto;
	background:url(../images/bg2.png) top repeat;
}
#pie-content
{
	margin:0 auto;
	width:950px;
	height:100px;
	padding-bottom:12%;
}

.pie-content-box
{
	position:relative;
	width:310px;
	float:left;
}
.pie-content-box.logos {
	margin-left:2%;
	margin-bottom:2%;
	width:410px;
	
}
#marcas img {
	width:80px;
	height:67px;
}
.pie-content-box.rrss {
	margin-left:5%;
	width:150px;

}
.pie-content-box.rrss img{
	width:38px;
	height:38px;
}
.pie-content-box.datcont {
	width:290px;
	margin-left:3%;
}
.pie-content-box h3
{
	text-align:left;
	font-size:14px;
	font-weight:normal;
	padding-top:20px;
	text-align:center;
	color:#dedede;
	text-transform:uppercase;
}

.pie-content-box p
{
	text-align:justify;
	font-size:13px;
	padding:30px;
	line-height:20px;
	color:#999;
}

.pie-content-box p a
{
	text-decoration:none;
	color:#999;
}

.pie-content-box p a:hover
{
	color:#dedede;
}

.pie-content-box p .social
{
	position:relative;
	margin-left:2%;
	text-decoration:none;
}

.pie-content-box ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	padding-left:3%;
	margin-top:10%;
}
.pie-content-box ul li {
	display:inline;
	padding:2%;
	line-height:37px;
}


/************ FOOTER COPYRIGHT ***************/

#copyright
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	background:url(../images/bg4.png) top repeat;
	border-top:1px #999 dotted;
}

#copyright-content
{
	margin:0 auto;
	width:950px;
	color:#999;

}
.copyright-content-box
{
	position:relative;
	float:left;
	width:100%;
	height:auto;
	padding-top:5px;
	font-size:13px;
}
.copyright-content-box p {
	font-size:13px;
	text-align:center;
}
.copyright-content-box a
{
	text-decoration:none;
	color:#999;
}

.copyright-content-box a:hover
{
	color:#dedede;
}