/* Site General */
body{
	background-color:#262626;
	font-family:"Trebuchet MS", Arial;
	color:#FFFFFF;
	font-size:11px;
}
a{
	text-decoration:none;
	color:#A49D8B;
}
a:hover{
	color:#A49D8B;
}
input, textarea{
	border:1px solid #2C2C2C;
	background-color: #262626;
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	width:100%;
}
textarea{
	height:100px;
}
.detalles{
	text-decoration:none;
}
#contenido{
	width:780px;
	margin-left:auto;
	margin-right:auto;
}
#logo{
	border-bottom:2px dotted #FFFFFF;
	padding-bottom:20px;
	margin-top:50px;
}
.bloque{
	padding-top:40px;
	float:left;
	width:375px;
	margin-bottom:20px;
}
.largo{
	width:100%;
}
.frase{
	margin-left:145px;
	color:#A49D8B;
	margin-right:45px;
}
.bloque h1{
	display:inline;
	font-size:36px;
	margin:0px;
	padding:0px;
}
.bloque h4{
	display:block;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	margin-left:2px;
	margin-top:-8px;
	color:#999999;
	padding:0px;
	border-bottom:2px dotted #FFFFFF;
	margin-bottom:20px;
}
.separador{
	float:left;
	height:3px;
	width:100%;
	background-color:#FFFFFF;
}
#verClientes{
	margin-top:78px;
	float:left;
	font-size:24px;
	width:150px;
}
#copy{
	margin-top:40px;
	font-size:10px;
	width:200px;
	float:right;
	font-weight:bold;
}
#copy span{
	color:#999999;
	font-weight:normal;
	line-height:8px;
}

#clientes a{
	color:#F9B516;
}
#clientes{
	float:left;
}

#clientes span{
	color:#555555;
}
.cliente{
	display:none;
}

#redesSociales{
	float:left;
	width:100%;
}
#redesSociales div{
	float:right;
}
