body{
	
}
img{
	border:none;
}

A:link {text-decoration: none }
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: cursor: hand;}

#main
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#465450;
	position:absolute;
	top: 50%;
	left: 50%;
	width:350px;
	height:300px;
	margin-top: -150px; /*set to a negative number 1/2 of your height*/
	margin-left: -175px; /*set to a negative number 1/2 of your width*/
	border: 2px; /*solid #2982C6*/
	background-color: #FFF;
    text-align: left;
}
hr{
	border:1px solid #465450;
	width:150%;
}
#footer{
	margin-left:485px;
	margin-top:-95px;
}
b{
	color:#1C5F14;
}
/*Formularios*/
.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 5px;
}

.formular .text-input {
	width: 250px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url('/img/form/text-bg.gif') repeat-x;
	
}

.formular .submit {
	background: url('/img/form/button-bg.png') repeat-x;
	border: 1px solid #AAA;
	padding: 2px;
	margin-top: 20px;
	float: right;
	text-decoration: none;
	cursor:pointer;
}
