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

html{
	overflow-y: scroll; 
	min-height: 100%;
	min-width: 100%;
}

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body{
	background: #B45258 url(../imagenes/fondo.png) repeat-x;
}

.menu_top{
	width: 980px;
	height: 25px;
	margin:0 auto 0 auto;
}

.head{
	width: 980px;
	height: 142px;
	margin:0 auto 0 auto;
	background-color:#FFF;
}

.centro{
	width:980px;
	height: auto!important;
  height: 400px;
  min-height: 400px;
	margin:0 auto 0 auto;
	background-color:#FFF;
}

.pie{
	width:980px;
	height: auto!important;
  height: 20px;
  min-height: 20px;
	margin:0 auto 0 auto;
	background-color:#FFF;
}

.limpiar{
	clear: both;
}
