@import url('mensajes.css');
@import url('../fonts/fonts.css');
html, body{
	height: 100%;
}

body{
	background-color: #f2f2f2;
	background-image: url('../img/fondo.png');
	margin: 0;
}

#global{
	width: 80%;
	margin: 0 auto;
	background: #fff;
	padding: 10px;
	overflow: auto;
}

#pos1{
	width: 100%;
	clear: both;
}

#pos2{
	clear: both;
	width: 18%;
	float: left;
}

#pos3{
	width: 80%;
	float: right;
}

#pos4{
	width: 80%;
	float: right;
}

footer{
	clear: both;
	font-size: 8.25pt;
	overflow: auto;
	line-height: 20px;
    background: #000;
	text-align: center;    
    color: #fff;
}


#footer1{
	display: none !important;
}

#developed{
	font-family: 'century gothic';
	font-size: 8pt !important;
	clear: both;
}

#developed a{
	color: #fff;
}