@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:100%;
}
.tabla
{
position:relative;
/*top:-30px;*/
/*margin-top:-30px;
background-color:#CCFF00;*/
}

html {
	height: 100%;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	/*background: #FFFFFF;*/
	/*margin: 0 auto;*/ /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*min-height:100%;*/
	position:relative;
	/*height:100%;*/
	
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -60px;
	margin-left: auto;
}
.oneColLiqCtrHdr #header {
	background-image:url(../media/header.jpg);
	padding-left:20px;
	  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColLiqCtrHdr #header h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColLiqCtrHdr #mainContent {
	 padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	 /*background: #FFFFFF;*/
	 width:950px;
	 padding-bottom:60px;
	 min-height:470px;
	 text-align:center;
	 clear:both;
	 margin:auto;
}
.oneColLiqCtrHdr #footer { 
	/*padding: 0 10px;*/ /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#333333;
	
	position:absolute;
   bottom:0px;
   width:100%;
   height:60px;   /* Height of the footer */
   
   

} 

.push {
	height: 60px; /* .push must be the same height as .footer */
}
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 60px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.tdDatosArriba
{
	background-color:#F12C13;
	min-width:300px;

}

h1
{
	font-family:"Century Gothic";
	font-weight:lighter;
	font-style:normal;
	font-size:22px;
	color:#F12C13;
	text-align:center;
/*	font-size-adjust:inherit;*/
	vertical-align:middle;
	margin-left:10px;
}

.datosEmpresaBold
{
	margin-right:15px;
	font-family:"Century Gothic";
	font-size:16px;
	color:#FFFFFF;
	margin-bottom:0px;	
	margin-top:0px;
	
}

.datosEmpresa
{
	margin-right:15px;
	font-family:"Century Gothic";
	font-weight:100;
	font-size:12px;
	color:#FFFFFF;
	margin-bottom:0px;
	margin-top:0px;
	text-transform:capitalize;
}
.leyendaEmpresa
{
	margin-right:12px;
	font-family:"Century Gothic";
	font-weight:100;
	font-size:12px;
	color:#333333;
	margin-bottom:0px;
	margin-top:0px;
	min-width:600px;
	text-align:center;
}

.datosPieIzq
{
	margin-right:15px;
	font-family:"Century Gothic";
	font-weight:100;
	font-size:12px;
	color:#FFFFFF;
	margin-bottom:0px;
	margin-top:0px;
/*	text-transform:capitalize;*/
	line-height:13px;
	margin-left:15px;
}

.datosPieDer
{
	margin-right:15px;
	font-family:"Century Gothic";
	font-weight:100;
	font-size:12px;
	color:#FFFFFF;
	margin-bottom:0px;
	margin-top:0px;
/*	text-transform:capitalize;*/
	line-height:13px;
	text-align:right;
}
