html{
	background-color:#ddd;

}
*{
	padding:0;
	margin:0;
}



#bg {
	margin:0 auto 0 auto;
	width:1000px;
	height:1000px;
}

#bannertop{
	/*background-image:url(../img/bglogo.png);*/
	background-repeat:no-repeat;
	width:1000px;
	height:150px;
}

#logo img{
	background:none !important;
	float:left;
}

#buttons {
	margin:30px 30px 30px 30px;
	float:right;
	padding-bottom:10px;
}
#buttons ul{
	text-decoration:none;
	list-style:none;
	display:inline-block;

}

#buttons li{
	float:left;
	width:130px;
	z-index: 1;
  	cursor: pointer;
}

#buttons li a{
	display:block;
	width:130px;
	text-decoration:none;
	color:#F00;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#buttons li a:hover{
	background-color:#F00;
	color:#FFF;
	-webkit-transition: background-color .25s ease-in-out;
	-moz-transition: background-color .25s ease-in-out;
	-o-transition: background-color .25s ease-in-out;
	transition: background-color .25s ease-in-out;
}

#content {
	height 600px;
	width:1000px;
	background:#ddd;
}

.news {
	padding:20px 20px 20px 20px;
	background-color:#EEE;
}

.title {
	display:block;
	margin 0 auto 0 auto;
	padding-bottom:30px;
	text-align:center;
	font-size:32px;
	font-weight:900;
	background-color:transparent;
	color:#333;
	font-family:calibri;
}

#clientes {
	background-color:#FFF;
}
#clientes img{
	display:block;
	margin:0px auto 0px auto;
	background-color:#FFF;
}

/* Slider */
#slidy-container { width: 1000px; margin: 0 auto; overflow: hidden; }

/* Slider 2*/

/*Time to apply widths for accordian to work
Width of image = 640px
total images = 5
so width of hovered image = 640px
width of un-hovered image = 40px - you can set this to anything
so total container width = 640 + 40*4 = 800px;
default width = 800/5 = 160px;
*/

.accordian {
	width: 1000px; height: 500px;
	overflow: hidden;
	
	/*Time for some styling*/

	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

/*A small hack to prevent flickering on some browsers*/
.accordian ul {
	width: 2000px;
	/*This will give ample space to the last item to move
	instead of falling down/flickering during hovers.*/
}

.accordian li {
	position: relative;
	display: block;
	width: 250px;
	float: left;
	
	border-left: 1px solid #888;
	
	box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	
	/*Transitions to give animation effect*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	/*If you hover on the images now you should be able to 
	see the basic accordian*/
}

/*Reduce with of un-hovered elements*/
.accordian ul:hover li {width: 33px;}
/*Lets apply hover effects now*/
/*The LI hover style should override the UL hover style*/
.accordian ul li:hover {width: 900px;}


.accordian li img {
	display: block;
}

/*Image title styles*/
.image_title {
	background: rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0; bottom: 0;	
	width: 700px;
	height:250px;	
}
.image_title a {
	background: rgba(355, 50, 50, 0.8);
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 20px;
	font-size: 22px;
	
}


.fullcontainer {
	float:left;
	position:absolute;
	display:block;
	opacity:0;
	width:900px;
	height:500px;
	background: rgba(0,0,0,0);
}

.fullcontainer:hover {
	opacity:1;
}



#contactdata{
		margin-top:50px;
		float:right;
		width:400px;
	    font: bold 12px/100% Verdana, Tahoma, sans-serif; 
}

#contactmap{
	margin-top:60px;
	float:right;
	background-color:transparent !important;
		box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 25px 10px rgba(0, 0, 0, 0.5);
}

#thanks{
	text-align:center;
	background-color:red;
	color:#FFF;
}

@import url(http://fonts.googleapis.com/css?family=Fauna+One|Muli);
#mainform{
width:600px;
margin:20px auto;
padding-top:20px;
font-family: 'Fauna One', serif;
float:left;
}
#form{
border-radius:2px;
padding:20px 30px;
box-shadow:0 0 15px;
font-size:14px;
font-weight:bold;
width:350px;
margin:20px 250px 0 35px;
float:left;

}
h3{
text-align:center;
font-size:20px;
}
input{
width:100%;
height:35px;
margin-top:5px;
border:1px solid #999;
border-radius:3px;
padding:5px;
}
input[type=button]{
background-color:#123456;
border:1px solid white;
font-family: 'Fauna One', serif;
font-Weight:bold;
font-size:18px;
color:white;
}
textarea{
width:100%;
height:80px;
margin-top:5px;
border-radius:3px;
padding:5px;
resize:none;
}
span{
color:red
}
#note{
color:black;
font-Weight:400;
}
#returnmessage{
font-size:14px;
color:green;
text-align:center;
}