
@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}
html, body {
	height: 100%;
	scrollbar-face-color: #F6F6F6; 
    scrollbar-highlight-color: #F6F6F6; 
  	scrollbar-shadow-color: #F6F6F6; 
   	scrollbar-3dlight-color:#FFFFFF;
  	scrollbar-arrow-color:#9F1133; 
   	scrollbar-track-color:#E5E5E5; 
   	scrollbar-drakshadow-color:#000000;
	
}
.wrapper {
	background-color: #FFF;
	background-image: url(images/degcontenido.png);
	background-repeat: repeat-x;
	width: 815px;	
    min-height: 100%;
	height: auto !important;
	height: -190px; /* the bottom margin is the negative value of the footer's height */
	margin-bottom: 0px;
	margin-right: auto;	
	margin-left: auto;
	padding-right: 41px;
	padding-left: 41px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#505050;
		
	
}
.footer, .push {
	height: 190px; /* .push must be the same height as .footer */
}

/* es clave poner clear:both; en el footer de estilos.css para que no suba cuando hay columnas que flotan
es importante la altura en auto para que funcione con columnas
*/