/*
 * Hoja de estilo para Utilidades y páginas con diseño similar
 */
 
 
div.contenido{
	height: 1%;
	background-image: none;
	margin-top: 1px; background-color: white; /* IE */
}
div.contenido h1{
	margin: 28px 0 10px 0;
	padding: 0 0 11px 0;
	background: transparent url(/lib/img/h1-lat-fondo.gif) right bottom no-repeat;
}


div.contenido p{
	line-height: 1.75;
}



div.contenido div.utilidades{
	padding: 30px 0 0 0;
	background: transparent url(/lib/img/contenido-inf.gif) right top no-repeat;	
}



div.contenido div.utilidades div.fila{
	clear: left;
}


div.contenido div.utilidades div.col{
	float: left;
	width: 170px;
	margin: 0 18px 30px 0;
	background: transparent url(/lib/img/utilidades-col.gif) left top no-repeat;
}
div.contenido div.utilidades div.derecha{
	margin-right: 0;
}


div.contenido div.utilidades div.col h2{
	margin: 3px 0 0 4px;
	padding: 0;
	color: #464646;
	letter-spacing: 0;
	text-transform: uppercase;
	background: transparent url(/lib/img/utilidades-h2.gif) right bottom no-repeat;
}


div.contenido div.utilidades div.col p{
	color: #888888;
	font-size: 90%;
	line-height: 1.5;
}


div.contenido div.utilidades div.col div.imagen{
	margin: 10px 0 10px 0;
	padding: 3px 0 0 0;
	background: transparent url(/lib/img/utilidades-fondo-img.png) left top no-repeat;
}
div.contenido div.utilidades div.col div.imagen div{
	padding: 5px 0 8px 0;
	background: transparent url(/lib/img/utilidades-fondo-img.png) left bottom no-repeat;
	text-align: center;
}


div.contenido div.utilidades div.col div.descarga,
div.contenido div.utilidades div.col div.enlace,
div.contenido div.utilidades div.col div.info{
	margin-bottom: 8px;
	font-size: 90%;
	text-align: right;
	font-weight: bold;
}
div.contenido div.utilidades div.col div.descarga a,
div.contenido div.utilidades div.col div.enlace a,
div.contenido div.utilidades div.col div.info a{
	padding: 3px 0 3px 0;
	display: inline-block;
	color: #646464;
	text-decoration: none;
}
div.contenido div.utilidades div.col div.descarga a{
	padding-left: 17px;
	background: transparent url(/lib/img/util-descarga.gif) no-repeat 0 0;
}
div.contenido div.utilidades div.col div.enlace a{
	padding-left: 15px;
	background: transparent url(/lib/img/util-enlace.gif) no-repeat 0 0;
}
div.contenido div.utilidades div.col div.info a{
	padding-left: 21px;
	background: transparent url(/lib/img/util-info.gif) no-repeat 0 0;
}

