
/*global reset */


html *{
	padding: 0;
	margin: 0;
}
a img, :link img, :visited img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}

p{
	line-height: 18px;
}
/*  global reset */



/* base html */

body {
	background: #e8e8e8;
	color: #858585;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;/*this is in place to center in older browsers*/
}
a {
 text-decoration: none;
 color:#0099CC;
}
a:link {/* unvisited link */
 color:#0099CC;
}     
 
a:hover { /* mouse over link */
 color:#0099CC;
 text-decoration: underline;
}  
a:active {/* selected link */
 color:#0099CC;
}



/* end base html */
/*  layout */
#wrapper{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}
#header{
	width: 900px;
	height: 160px;
	position: relative;
	top:20px;
}
#header h1 a {
	position:relative;
	float:left;
	display:block;
	width:210px;
	text-decoration: none;
	color:#c2c2c2;
	text-shadow:0px 1px 0px #fff;
}
#content{
	float: left;
	width: 900px;
	background: #fff;
	border:1px solid #cbcbcb;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.3);
	box-shadow:0px 0px 5px rgba(0,0,0,0.3);
	
}
#col_left{
	float: left;
	width: 571px;
	padding: 30px 22px;
}
#col_right{
	float: right;
	width: 197px;
	padding: 30px 58px 30px 30px;
}
#footer{
	width: 900px;
	margin: 10px auto 20px auto;
	
}
#footer p{
	text-align: center;
}
#welcome{
	padding-bottom: 35px;
	border-bottom: 1px solid #bfbfbf;
}
/*navigation*/
#navigation{
	position:relative;
	float:right;
	top:10px;
}
#navigation li{
	float: left;
	margin-left:10px;
}
#navigation a {
	display: inline-block;
	font-size: 12px;
	text-decoration:none;
	color:#858585;
	margin-right: 1px;
	font-weight: normal;
	text-shadow:0px 1px 0px #fff;
}
#navigation a:hover{
	color:#0099CC;
}
#navigation li.selected a{
	color:#0099CC;
}
#barra {
	position:relative;
	width:900px;
	margin:0 auto;
	top:60px;
	height:45px;
	line-height:45px;
	
	background:#222;
	background: -moz-linear-gradient(top, #595959, #222222);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#595959), to(#222222));
	
	border:1px solid #585858;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	
	-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.6);
	box-shadow:0px 0px 3px rgba(0,0,0,0.6);	
	
	text-shadow:0px 1px 0px black;
	
}
#second-nav {
	float:right;
	position:relative;
	top:-45px;
}
#second-nav li {
	display:inline;
	margin-right:10px;
	color:#c2c2c2;
}
#second-nav li a {
	color:#d5d5d5;
}
#second-nav li a:hover {
    text-decoration:none;
	padding-bottom:3px;
	color:#81bdd1;
	border-bottom:1px solid #81bdd1;
}
#imagen{
	position: relative;
	text-align:center;
	width: 900px;
	background: #fff;
	border:1px solid #cbcbcb;
	
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	
	-moz-box-shadow:0px 0px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0px 0px 5px rgba(0,0,0,0.3);
	box-shadow:0px 0px 5px rgba(0,0,0,0.3);
	
	padding:25px 0;
	margin-bottom:20px;

}
#search{
	position: relative;
	top: 105px;
	left: 22px;
}

h2#slogan{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	font-weight: normal;
	float:left;
	width:330px;
	position:relative;
	left:-200px;
	color:#bababa;
}
h2#slogan span{
	font-style: italic;
	color: #95ca05;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
}
#search input{
	float: left;
	background-color: #141718;
	border: 1px solid #393e41;
	padding: 3px;
	color: #fff;
	width: 152px;
}
#search .btn{
	border: 0;
	margin: 0 0 0 7px;
	padding: 0;
	width: auto;
}
#about_us{
	float: left;
	width: 194px;
	margin-right: 27px;
	display: inline;
}
#services{
	float: left;
	width: 151px;
	margin-right: 42px;
	display: inline;	
}
#clients{
	float: left;
	width: 155px;
	display: inline;
}
#services ul li{
	padding:0 0 14px 5px;
	list-style:square;
}
#clients ul li{
	padding:0 0 14px 5px;
	list-style:square;
}
#clients ul li a:hover, #services ul li a:hover {
	text-decoration:none;
	border-bottom:1px solid #c2c2c2;
}
	
h3{
	padding: 30px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
#center{
	float:left;
	padding-bottom: 35px;
	border-bottom: 1px solid #bfbfbf;
}
#quote{
	float:left;
	padding: 35px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	letter-spacing: 2px;
	color: #8b8b8c;
	
}
#quote p{
	line-height: 22px;
}
#quote p.testimonial{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff;
	
}
#quote .quote{
		font-size: 26px;
}
#news{
	padding-bottom: 10px;
	border-bottom: 1px solid #343a3d; 
}
#news li{
	margin-bottom: 20px;
	}
#news li p.date{
	color: #95ca05;
	font-weight: bold;
}
#news li p.archive{
	padding-left: 25px;
	background: url(images/folder.jpg) no-repeat 0 50%;;
}
#contacts h2{
	margin-top: 20px;
}
.green{
	color: #95ca05; 
}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FBFBFB;
}
.back_novedades {
	background:#fff;
}


