@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 30px 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	background: url(../images/fondo.gif) repeat-x 0 0;
}

a {
	text-decoration: none;
	color: #444;
}

a:hover {
	color: #444;
}

h2 {
	margin: 25px 0 30px;
	font-size: 28px;
	color: #444;
	padding-bottom: 12px;
	background: url(../images/barra-inf.gif) no-repeat 0 100%;
}

#marketinge {
	height: 34px;
	width: 700px;
	margin: 0 auto;
}


#marketinge img {
	height: 26px;
	width: 161px;
	float: left;
}

#marketinge a {
	float: right;
	color: #FFF;
	font-size: 12px;
	margin-top: 5px;
	padding: 4px 30px 0 0;
	background: url(../images/contact.png) no-repeat 100% 0;
}

#marketinge a:hover {
	background: url(../images/contact_on.png) no-repeat 100% 0;
}

#contenedor {
	width: 650px;
	padding: 25px 25px 0;
	margin: 0 auto;
	border: 1px dotted #000;
	background: #FFF;
}

#cabecera {
	height: 309px;
	width: 650px;
	position: relative;
}

#cabecera h1{
	color: #FFF;
	font-size: 30px;
	line-height: 27px;
	letter-spacing: -0.02em;
	position: absolute;
	left: 280px;
	top: 137px;
}

#cabecera img{
	margin-bottom: 10px;
}

#cabecera ul{
	width: 650px;
	height: 88px;
	font-size: 10px;
	line-height: 11px;
	color: #FFF;
	background: url(../images/fondicon.gif) repeat-y 0 0;
}

#cabecera ul li{
	list-style: none;
	text-align: center;
	width: 130px;
	height: 37px;
	padding: 51px 0 0;
	float: left;
}

#cabecera ul #web{
	background: url(../images/ico-web.png) no-repeat 50% 21px;
}

#cabecera ul #seo{
	background: url(../images/ico-seo.png) no-repeat 50% 19px;
}

#cabecera ul #sem{
	background: url(../images/ico-sem.png) no-repeat 50% 19px;
}

#cabecera ul #marketing{
	background: url(../images/ico-mark.png) no-repeat 50% 17px;
}


#cabecera ul #commerce{
	background: url(../images/ico-ecom.png) no-repeat 50% 22px;
}

.cliente {
	height: 162px;
	margin-bottom: 25px;
	padding-right: 15px;
	border-bottom: 1px dotted #444;
}

.cliente img{
	float: left;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #CCC;
}

.cliente div{
	width: 383px;
	float: left;
	
}

.cliente div.dos{
	
}

.cliente h3{
	font-size: 13px;
	margin-bottom: 5px;
}

.cliente p{
	line-height: 14px;
}

.cliente .enlace{
	display: block;
	width: 200px;
	height: 18px;
	font-weight: bold;
	color: #FFF;
	margin-top: 15px;
	padding: 3px 0 0 5px;
	background: url(../images/fondo-enlac.gif) no-repeat 100% 100%;
}

.cliente .enlace:hover{
	background: url(../images/fondo-enlac_on.gif) no-repeat 100% 100%;
}

#ultimo {
	border: none;
}


