html, body {
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #9D8E77;
    background: #252D40 url(../images/big_image.jpg) no-repeat fixed bottom left;
}

#central{
    position:absolute;
    top:50%;
    left: 50%;
	margin: auto;
	width: 390px;
	height:250px;
	margin-left: -200px;
	margin-top: -125px;
}

#error{
    position:absolute;
    top:50%;
	margin: auto;
	width: 100%;
	height: 266px;
	margin-top: -133px;
	margin-left: -10px;
	background: url(404-back.jpg) repeat-x;
}
#error-centro{
    position:absolute;
    left: 50%;
	margin: auto;
	width: 480px;
	height: 200px;
	margin-left: -240px;
	margin-top: 33px;
}

#der
{
float: right;
width:46%;
position:relative;
padding:0px;
margin-left:2%;
margin-right:auto;
text-align: center;
font-size: 16px;
font-weight: bolder;

}



#izq
{
float: left;
width: 237px;
position:relative;
padding:0px;
margin-right:2%;
margin-left:auto;

}

    h2{ font-size: 18pt; }


html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}



/*------------------------------------------------------------*
**  Forms
**------------------------------------------------------------*/
form.post_article {
	padding-bottom:15px;
}


form br {
	clear:both;
}
label {
	display:block;
	line-height:20px;
	margin-top: 7px;
	margin-bottom:3px;
	margin-right:30px;
	width:120px;
	float: left;
	font-size: 15px;
	color: #fff;
}

input {
	float:left;
	width:150px;
	padding:6px;
	border:1px solid #000000;
	margin-right:30px;
	margin-bottom:20px;
	background:#32405A;
	color:#FFFFFF;
}

.input.boton{
	

}

