/* -----------------------------------------------------------------------

   Blueprint CSS Framework 0.7.1
   http://blueprintcss.googlecode.com

   * Copyright (c) 2007-2008. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
a img {
	border:none;
}

/* typography.css */
body {
	font:12px/20px Arial, Helvetica, sans-serif;
	color:#484848;
	background:#edf5f7 url(../images/body_bg.png) repeat-x;
}
h1, h2, h3, h4, h5, h6 {
	color:#414141;
	line-height:1.2em;
	font-weight:bold;
}
h1 {
	font-size:30px;
}
h3 {
	font-size:21px;
	color:#136e87;
	margin-bottom:20px;
}
h4 {
	font-size:12px;
	margin-bottom:9px;
	color:#333;
}
h1 img, h3 img, h4 img {
	margin:0;
}
p {
	margin:0 0 1.5em;
}
p img {
	float:left;
	margin:0 2.4em 2.4em 0;
	padding:0;
	border:1px solid #7db6c6;
}
a:focus, a:hover {
	color:#000;
}
a {
	color:#39859b;
	text-decoration:underline;
}
strong {
	font-weight:bold;
	color:#39859b;
}
li ul, li ol {
	margin:0 1.5em;
}
ul, ol {
	margin:0 1.5em 1.5em 1.5em;
}
ul {
	list-style-type:disc;
}
.last {
	margin-right:0;
	padding-right:0;
}

/* grid.css */
.container {
	width:801px;
	margin:0 auto;
}
.box {
	padding:20px 30px 0;
	margin-bottom:30px;
	background:url(../images/bloque_bg.gif) no-repeat;
	overflow: hidden;
}
.clearfix:after, .container:after {
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix, .container {
	display:inline-block;
}
* html .clearfix, * html .container {
	height:1%;
}
.clearfix, .container {
	display:block;
}
.span-8 {
	width:210px;
	padding-right:21px;
	float:left;
	border-right:1px solid #cbe2e8;
	margin-right:23px;
}
.span-8 p {
	height:120px;
	margin-bottom:20px;
}
div.last {
	margin-right:0;
	border:0;
}


h1 a span {
	display:none;
}
h1 a {
	background:url(../images/logo.jpg) no-repeat;
	height:143px;
	position:relative;
	left:-36px;
	display:block;
}

ul.caraceristicas {
	float:right;
	list-style:none;
	margin-left:30px;
	padding:40px 0 0 40px;
	background:url(../images/top_ul_bg.png) no-repeat;
	position:relative; top:-20px;
}
ul.caraceristicas li {
	padding-left:25px;
	background:url(../images/iconos.png) no-repeat;
	height:28px;
	color:#3b95af;
}
* html ul.caraceristicas li {
	background:url(../images/iconos.gif) no-repeat;
}
ul.caraceristicas li#conversa {
	background-position: left 3px;
} 
ul.caraceristicas li#compare {
	background-position: left -25px;
}
ul.caraceristicas li#crea {
	background-position: left -54px;
}
ul.caraceristicas li#sms {
	background-position: left -81px;
}
ul.caraceristicas li#agenda {
	background-position: left -106px;
}

p.descripcion {
	padding-top:20px;
	font-size:14px;
	line-height:24px;
}

a.boton span {
	display:none;
}
a.boton {
	display:block;
	background:url(../images/boton_consiguelo.png) no-repeat;
	height:105px;
	margin-bottom:37px;
	clear:both;
}
