﻿
#contentinformes
{
	width: 80%;
	min-width:998px;
	* width:998px;
	float: left;
	background-image: url( "/images/fondo2.jpg" );
	background-position: left top;
	background-repeat: repeat-y;
}

div#contenido
{
	float: left;
	padding: 0 9px;
	width: 98%;
	height: 100%;
	
}

div#cuerpoInformes
{
	width: 100%;
	vertical-align: top;
	height: 100%;
	
	text-align: justify;
	display:table;
}



div#Pie
{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 7px;
	width: 100%;
	min-width: 1001px;
	border-top:solid 1px #cccccc;
	background-color: #ffffff;
	text-align: center;
}


div#Columnas
{
	width: 100%;
	height: 100%;
	background-position: left top;
	background-repeat: repeat-y;
}
div#col-izqInformes
{
	width: 170px;
	min-height:860px;

	height: auto;
	float: left;
}
div#col-centroInformes
{
	
	width:82%;
	min-height:860px;
	height: auto;
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	border-left: solid 1px #789112;
	border-bottom: none 0px #ffffff;
	float: left;
	
}




