/*
 *  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 25px;
	clear:both;
	height:410px;
}
#conthome .colbox
{
	width:49%;
	float:left;
}
#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;
	width:615px;
	height:370px;
}
#conthome .colRight
{
	float:left;
	height:370px;
	width:290px;
	background-image:url(../gifs/fondohojaInformesRSC2009.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding:60px 15px 0px 15px;	
}
#conthome .colRight .colbox
{
	height:159px;
}
#conthome .colRight .colbox .texto
{
	line-height:14px;
	margin-top:10px;
	float:left;
}
#conthome .colRight .colbox .mright
{
	margin-right:10px;
}
#conthome .colRight img
{
	margin-right:10px;
}
#conthome .colRight a
{
	font-weight:bold;
	font-size:75%;
}
#conthome .colRight .separa
{
	float:left;
	margin:8px 0px 8px 0px;
}
#conthome .contTop
{
}

/* ZONA DE DESCARGAS DE PDF'S */
.descargas
{
	float:left;
	font-size:70%;
	color:#000000;
	width:272px;
}
.descargas .img
{
	float:left;
}
.descargas .texto
{
	vertical-align:top;
	margin-right:15px;
}
.descargas .clear
{
	clear:both;
}
.descargas .link
{
	color:#FF6600;	
}
.descargas .item
{
	margin-top:5px;
	float:left;
}

