/**
 * estilos solo para el layout
 **/
body {
	padding: 0;
	margin: 0;
}
body {
	height: 100%;
	text-align: center;
}
html {
	height:100%;
}
article {
    width:1280px;
    margin:0px auto;
    min-height: 100%;
    text-align: left;
}
* html article {
	height: 100%;
}

header{
	height:150px;
}
nav#menu {
	float:left;
}
div#title{
	margin:0;	
}
#columna-izq {
    width: 35%;
    float:left;
    height: 100%;
}
#columna-izq a img{
    width:90%;
}
#columna-izq fieldset{
    width:80%;
    margin-top:15px;
}
aside {
    width:24%;
    float:left;
    min-height: 100%;
}
#columnas{
	width:100%;
}
#main {
	float:left;
	width: 1168px;
}
#main-2 {
	float:left;
	width:65%;
	margin-bottom: 40px;
	min-height: 580px;
	clear:both;
}
#main-3 {
	float:left;
	width:52%;
	margin-bottom: 40px;
}
footer{
	clear: both;
	position: relative;
	height: 230px;
	margin-top: -230px;
}
