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

html, body { height:100%;
    font-family: verdana, arial, sans-serif;
    font-size: 1em;
	outline: 0;
	background-color:#656364;
}

p { margin-top: 1em;}

#contenedor {
    width:100%;
	min-height:100%;
    height: auto;
    height:800px;
	background-color:#FFFFFF;
}

#contenedorgss {
	position:relative;
    width: 100%;
    height: 100%;
	background-color:#FFFFFF;
	margin:0px auto 0px auto;
	z-index:10;
}

#contenedor2 {
    width:100%;
	min-height:100%;
    height: auto;
    height:3000px;
	background-color:#FFFFFF;
}

#cabecera{
    width:100%;
	height: 140px;
	background-image:url(../imagenes/base/bg_head.jpg);
	background-repeat:repeat-x;
    text-align: center;
}

#pie {
	width:100%;
    background-image:url(../imagenes/base/bg_bottom.jpg);
	background-repeat:repeat-x;
	text-align: center;
    height: 120px;
    margin-bottom:0px;
	position:absolute;
}

#pie_index {
	width:100%;
    background-image:url(../imagenes/base/bg_bottom.jpg);
	background-repeat:repeat-x;
	text-align: center;
    height: 130px;
    margin-bottom:0px;
	position:absolute;
}

#piegss {
	width:100%;
    background-image:url(../imagenes/base/bg_bottom.jpg);
	background-repeat:repeat-x;
	text-align: center;
    height: 120px;
	margin-bottom:0px;
	position:absolute;
	z-index:0;
}