/*------------------------------
=FORMULARIO
------------------------------*/

#conteiner { width: 100%; height: 560px; margin-top: 180px; background:url(JQuery/shadow-jq.png) no-repeat center bottom;}
#conteiner .960-top { width: 960px; height: 500px; margin: 0px auto;}
#conteiner .addres { margin: 50px 0px 0px 0px;}

#global-top,#compania,#fosas,#galery { width: 100%; min-height: 370px; margin-top: 180px; background: no-repeat center bottom; padding-bottom: 80px;}

#global-top,#galery { background-image:url(imgs/shadow-cont.png);}
#compania { background-image:url(imgs/bg-company.jpg);}
#fosas { background-image:url(imgs/bg-fosas.jpg);}


#global-top ul { list-style: none; padding: 0; margin: 0 auto; width: 42em; height: 28em;}
#global-top li { height: 24em; width: 24em; text-align: center; cursor: pointer; margin-bottom: 0px; }
#global-top li img { width: 100%; }
#global-top li.roundabout-in-focus { cursor: default; }
#global-top li span { display: block; padding-top: 6em; }

input, textarea {  
    padding: 9px;  
    border: solid 1px #E5E5E5;  
    outline: 0;  
    font: normal 13px/100% Verdana, Tahoma, sans-serif;  
    width: 400px;  
    background: #FFFFFF url('bg_form.png') left top repeat-x;  
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));  
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);  
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
	-moz-border-radius: 5px;  
    -webkit-border-radius: 5px;
    }  
  
textarea {  
    width: 400px;  
    max-width: 400px;  
    height: 100px;  
    line-height: 150%;  
    }  
  
input:hover, textarea:hover,  
input:focus, textarea:focus { border-color: #C9C9C9;  
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;  
}  
  
.form label { margin-left: 10px; color: #999999; }  
  
.submit input { width: auto; padding: 9px 15px; background: #617798; border: 0; font-size: 14px; color: #FFFFFF;  
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;  
} 
	
#btn-send { width: 160px; height: 40px; display: block; background-repeat: no-repeat; background-position: 0px 0px; background-attachment: scroll; overflow:visible; cursor:pointer; margin: 0px 10px; line-height: 40px; text-align:center; border: none; background-image:url(imgs/btns/send-btn.png); background-color: transparent; }

#btn-send:hover { background-position: 0px -40px;}
#btn-send:active { background-position: bottom; }


.result_fail{
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px;
    border-radius: 20px 20px 20px 20px;
    color: 51a546;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
	margin: 0px 0px 0px 250px;
}
.result_ok{
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px;
    border-radius: 20px 20px 20px 20px;
    color: 51a546;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
	margin: 0px 0px 0px 250px;
}


/*------------------------------
=GALERIA
------------------------------*/

.rg-image-wrapper{
	position:relative;
	padding:20px 30px;
	background:transparent url(../images/black.png) repeat top left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	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:#000 url(../images/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;
	font-family: 'Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	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:#464646 url(../images/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:#000 url(../images/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;
}


/*------------------------------
=DEZASOLVES
------------------------------*/
#thumb { width: 280px; height: 130px; margin: 20px auto; }
ul.thumb {
	float: left;
	list-style: none;
	width: 360px;
}
ul.thumb li {
	margin: 0;
	float: left;
	position: relative;
	width: 280px;
	height: 130px;
}
ul.thumb li img {
	width: 280px; height: 130px;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
}


.content { margin: 0px 0px;}