
body {
	background-color: #952D2F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	
}
a
{
color: #FFFFFF;
}
input {
	background: url('img/input_boxes.gif') no-repeat 0 -58px;
	border: none;
	width: 241px;
	height: 20px;
	padding-left: 3px;
	padding-top: 3px;
}

input:focus {
	background-color: transparent;
}

div.fileinputs {
	position: relative;
	height: 30px;
	width: 300px;
}

div.btn {
	cursor:pointer;
}

input.file {
	width: 300px;
	margin: 0;
}

input.file.hidden {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 350px;
	padding: 0;
	margin: 0;
	z-index: 1;
	line-height: 90%;
}

div.fakefile input {
	margin-bottom: 5px;
	margin-left: 0;
}

div.final
{
text-align:center;
}
#centrado {
/*	position:absolute;
	top: 0%;
	margin-top: -9em; *//*set to a negative number 1/2 of your height*/
}
