/*
 *  PROYECTO: Bancaja - Informes
 *  DESCRIPCIÓN: Hoja de estilos comunes a las subhomes
 *  AUTOR: Alicia Frigols 25/04/2007
 */

#conthome
{
	position:relative;
	/*font-size:70%;*/
	margin: 50px 50px 10px 30px;
	clear:both;
	height:410px;
}
#conthome .colbox
{
	width:49%;
	float:left;
}
#conthome .colbox .texto
{
	float:left;
	line-height:14px;
	margin-top:5px;
}
#conthome .imginforme
{
	text-align:center;
	margin-left:20px;
	margin-right:15px;
}
#conthome .imginformersc
{
	float:left;
	margin-left:0px;
	margin-right:15px;
}
#conthome .colLeft
{
	float:left;
	margin-right:15px;
}
#conthome .colRight
{
	float:left;
	width:256px;
	background-color:#ffffff;
	padding: 20px 10px 10px 15px;
	background-image:url(../gifs/pestanya_home.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
}
#conthome .colRight img
{
	margin-right:10px;
}
#conthome .colRight h1
{
	font-weight:bold;
	color:#ff6600;	
}
#conthome .colRight h2
{
	font-weight:bold;
	font-size: 85%;
	color:#ff6600;
	margin-bottom:0px;
}
#conthome .colRight a
{
	font-weight:bold;
	font-size:75%;
}
/* ZONA DE DESCARGAS DE PDF'S */
.descargas
{
	background-color:#f2f2f2;
	margin-top:23px;
	padding:8px 8px 8px 8px;
	position:relative;
	font-size:70%;
	color:#6c6c6c;
}
.descargas .img
{
	margin-right:5px;
	height:22px;
}
.descargas .texto
{
	vertical-align:top;
	margin-right:15px;
}
