/*
	Contenido de la pagina principal de Hipertextual.com
	Hipertextual S.L. (C) 2008
*/

/* banner de presentacion */
.presentacion {margin: 0 0 20px 0;}
.presentacion .derecha {width: 400px;}
.presentacion .texto {
	width: 320px;
	font-size: 16px;
	line-height: 1.5em;
	padding: 30px;
	background: url('/recursos/i/texto-cuadro.gif') no-repeat center center #fff;
}
.presentacion .texto a {
	color: #444;
	text-decoration: underline;
}

/* listado de nuestros blogs */
.contenido .lista-blogs {
	font-size: 11px;
	line-height: 18px;
	border-top: 1px solid #eee;
}

.contenido .lista-blogs h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.lista-blogs .blog {
	width: 195px;
	float: left;
	padding: 5px 5px 5px 0;
	margin: 0;
	border-bottom: 1px solid #eee;
	line-height: 15px;
	height: 55px;
}

.lista-blogs a {
	font-weight: bold;
	text-decoration: none;
}

.lista-blogs .blog .icono {margin: 0px 10px 0 0;}
.lista-blogs .blog .icono img {margin-bottom: 4px;}

.lista-blogs .descripcion {
	color: #999;
	font-size: 11px;
	padding-left: 25px;
}
