@charset "ISO-8859-1";
body {
	background: url(../../image/login/fondo_body.png) repeat-x top;
	margin: 0PX;
}
#contenedor {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px auto;
	width: 760px;
	background: url(../../image/login/fondo_contenedor.png) repeat-y center;
	/*position: relative;*/
}
#contenedor-ancho{
	font-family:"Calibri", Arial, Helvetica, sans-serif;
	margin: 0px auto;
	width:980px;
	background: url(../../image/login/fondo_contenedor-ancho.png) repeat-y center;
	position: relative;
}
#header, #menu, #content, #footer, #header-ancho, #menu-ancho, #footer-ancho {
	padding: 0px 20px;
	/*position: relative;*/
}
#header {
	background: url(../../image/login/header.png) no-repeat center top;
	height: 102px;
}
#header-ancho {
	background: url(../../image/login/header-ancho.png) no-repeat center top;
	height: 102px;
}

#menu {
	background: url(../../image/login/menu.png) no-repeat center top;
	height: 33px;
	padding-top:8px;
}
#content {
	min-height: 400px;
}
#footer {
	background: url(../../image/login/fondo_footer.png) repeat-y center;
	margin: 0px auto 10px;
	width: 722px;
	padding: 7px 10px;
	position: relative;
	font: "Arial", Helvetica, sans-serif;
}
#footer-ancho {
	background: url(../../image/login/fondo_footer-ancho.png) repeat-y center;
	width:942px;
	margin: 0px auto;
	padding: 7px 10px;
	position: relative;
	font: "Arial", Helvetica, sans-serif;
}

#legales {
	float: left;
	width: 300px;
	margin-right: 10px;
	position: relative;
}
#footer-ancho #legales{
	margin-right:30px;
}
#links {
	float: left;
	width: 200px;
	position: relative;
	margin-right: 10px;
}
#footer-ancho #links{
	margin-right:30px;
}
#gobernacion {
	float: right;
	width: 200px;
	position: relative;
}
