/* CSS Document */
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}
.header{
	width:100%;
	height:auto;
/*	color:#919191 */
  /* Color alternativo para versiones que no soporten degradados */  
  background-color:#2B93D2;  
  
  /* Safari 4+ y Chrome 1+ */  
  background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #2B93D2), color-stop(1, #0A78BA));  
  
  /* Safari 5.1+ y Chrome 10+ */  
  background-image:-webkit-linear-gradient(#2B93D2, #0A78BA);  
  
  /* Firefox 3.6+ */  
  background-image:-moz-linear-gradient(top, #2B93D2, #0A78BA);  
  
  /* Opera 11.10+ */  
  background-image:-o-linear-gradient(top, #2B93D2, #0A78BA);  
  
  /* Internet Explorer 5.5+ */  
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#2B93D2', EndColorStr='#0A78BA');  
}
.divisorHeader{
	width:100%;
	height:20px;
	background-color:#DBDBDB;
}
.menu{
	width:100%;
	height:50px;
	background-color:#DBDBDB;
}
.contenido{
	width:100%;
	min-height:500px;
	background-color:#FFF;
	
}
table{
	margin:0 auto 0 auto;
}
.footer{
/*	position:fixed; */
	bottom: 0;
	width:100%;
	height:100px;
/*	background-color:#838383;*/
/*	background-color:#0A78BA;*/
  background-color:#2B93D2;  
  
  /* Safari 4+ y Chrome 1+ */  
  background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0, #2B93D2), color-stop(1, #0A78BA));  
  
  /* Safari 5.1+ y Chrome 10+ */  
  background-image:-webkit-linear-gradient(#2B93D2, #0A78BA);  
  
  /* Firefox 3.6+ */  
  background-image:-moz-linear-gradient(top, #2B93D2, #0A78BA);  
  
  /* Opera 11.10+ */  
  background-image:-o-linear-gradient(top, #2B93D2, #0A78BA);  
  
  /* Internet Explorer 5.5+ */  
  filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#2B93D2', EndColorStr='#0A78BA');  


}

.etiqueta{
	text-align:right;
	float:right;
	padding-right:2px;
	color:#666;
	font-weight:bold;
}
.textoFooter{
	text-align:center;
	color:#FFF;
	font-weight:bold;
}
.info{
	margin-top:5px;
	width:900px;
	height:auto;
	padding:10px;		
	/*para Firefox*/
	-moz-border-radius: 10px 10px 10px 10px;
	/*para Safari y Chrome*/
	-webkit-border-radius: 10px 10px 10px 10px;
	/* para Opera */
	border-radius: 10px 10px 10px 10px;

}
.info{

		margin:5px auto 0 auto;

}