/*
 *  PROYECTO: Bancaja - Informes
 *  DESCRIPCIÓN: Hoja de estilos comunes a las subhomes
 *  AUTOR: Alicia Frigols 25/04/2007
 */

#conthome
{
	position:relative;
	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:25px;
	width:582px;
	margin-top:35px;
}
#conthome .colRight
{
	float:left;
	width:248px;
	height:233px;
	background-color:#f2f2f2;
	padding: 15px 0px 10px 15px;
	margin-top:20px;
}
#conthome .colRight .colbox
{
	width:106px;
	padding-right:17px;
}
#conthome .colRight .colbox .texto
{
	line-height:14px;
	margin-top:10px;
	float:left;
	width:100px;
}
#conthome .colRight .colbox .img
{
	margin-top:12px;
	float:left;
	width:4px;
	margin-right:2px;
}
#conthome .colRight img
{
	/*margin-right:10px;*/
}
#conthome .colRight h1
{
	font-weight:bold;
	color:#a8a8a8;	
	text-align:right;
	font-size:100%;
	padding-right:20px;
}
#conthome .colRight h2
{
	font-weight:bold;
	font-size: 85%;
	color:#ff6600;
	margin-bottom:0px;
}
#conthome .colRight a
{
	font-weight:bold;
	font-size:75%;
}
#conthome .contTop
{
	background-color:#ffffff;
	width:870px;
	height:300px;
	padding:5px 15px 15px 15px;
}
#conthome .contBottom
{
	margin:30px 0px 15px 0px;
	width:910px;
	float:left;
}
#conthome .contBottom .colbox
{
	width:287px;
	height:195px;
	background-image:url(../gifs/pestanya_home2008.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;	
}
#conthome .contBottom .mright
{
	margin-right:20px;
}
#conthome .contBottom h1
{
	color:#057581;
	margin-bottom:0px;
	margin-left:13px;
	font-size:100%;
	margin-top:15px;
}
#conthome .contBottom h1 a
{
	text-decoration:none;
}
#conthome .contBottom h2
{
	color:#fe6603;
	margin-bottom:0px;
	margin-left:13px;
	margin-top:10px;
}
#conthome .contBottom  .colbox
{
	width:290px;
	float:left;
}

/* ZONA DE DESCARGAS DE PDF'S */
.descargas
{
	background-color:#f2f2f2;
	padding:8px 8px 8px 8px;
	position:relative;
	font-size:70%;
	color:#6c6c6c;
	margin-left:13px;
	margin-right:13px;
	width:240px;
}
.descargas .img
{
	margin-right:5px;
	height:41px;
	float:left;
}
.descargas .texto
{
	vertical-align:top;
	margin-right:15px;
}
.descargas .clear
{
	clear:both;
}
