@font-face {
    font-family: 'Quicksand';
    src: url('fuentes/quicksand/Quicksand_Light.otf') format('opentype');
}
@font-face{
	font-family: 'Colaborate';
	src: url('fuentes/colaborate/ColabThi.otf') format('opentype');
}


body{
	font-family: Arial;
	font-size: 14px;
	color: #000;
}
#layout{
	width: 960px;
	margin: 0px auto;
	background: #e7e7e7;
}
#header{
	position: relative;
	width: 100%;
	background: url('../imgs/header.jpg') no-repeat;
	height: 270px;
	margin: 0 0 10px 0;
}
#cadena88{
	position: absolute;
	left: 790px;
	top: 23px;
}
#contactanos{
	position: relative;
	top:230px;
	left: 730px;
}
#contactanos a{
	text-decoration: none;
	color: #000;
	border: 1px solid #000;
	background: #fff;
	padding: 7px;
	border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
}
#contactanos a:hover{
	background: #018EFF;
	color: #fff;
}
#titulo{
	text-align: center;
	width: 300px;
	font-family: Quicksand;
	font-size: 45px;
	color: #fff;
}
#slider{
	position: relative;
	width: 100%;
	height: 300px;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
#contenedor img{
	position: absolute;
	float: left;
}

.clear{
	clear: both;
	margin: 0 0 10px 0;
}
#columnai{
	position: relative;
	float: left;
	width: 465px;

}
#columnad{
	position: relative;
	float: right;
	width: 465px;
}
#footer{
	position: relative;
	width: 100%;
	height: 80px;
}
#marcas{
	padding: 5px;
	background: #5252D8;
	text-align: justify;
	color: #fff;
}
#marcas span{
	text-transform: uppercase;
	font-weight: bold;
}
.caja{
	text-align: justify;
	width: 425px;
	margin: 0 0 0 10px;
	padding: 10px;
	border: 1px solid #888;
	background: #fff;
	border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;

}
.caja h2{
	font-family: Quicksand;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.caja #facebook{
	padding: 5px;
	float: right;
}
.caja #galeria{
	margin: 5px 0 5px 0;
}
.caja #galeria img{
	border: 1px solid #e7e7e7;
	margin-right: 14px;
}
