/* CSS Document */

/* ------------------------------------------------------------------------------------------ */

body {
		background:#000000;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;

}

.contenedor {
		background:#ffffff;
		width:590px;
		background-image:url(foot.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
		text-align:left;
		
		
		
}
/* ------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------ */
div.top {
		width:450px;
		background-color:#FFFFFF;
		background-image:url(bg_top.png);
		background-repeat:no-repeat;
		overflow:hidden;
		padding: 0px 0px 0px 60px;
		
}



table.form td {
		border-top:1px solid #F2F6F8;
		padding:5px 10px;
		
}


td.label {
		font-weight:bold;

}

/*
Page Content
*/

/* ------------------------------------------------------------------------------------------ */

a {
	color: #880400;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h2 {
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 450px;
	height: 60px;
	margin: 20px 20px 5px 20px;
	font-weight: normal;
	color:#880400;
}

h2 span {
	display: none;
}


h3 {
	margin: 20px 10px 15px 20px;
	font-size: 18px;
	font-weight: normal;
}



h3.first {
	display: none;
}

p {
	padding: 0;
	margin: 10px 20px 10px 20px;
	color:#666666;
}
.p {
	padding: 0;
	margin: 10px 20px 10px 20px;
	color:#666666;
	text-align:center;
}

p.bottomborder {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #BFB8BF;
}


table {
	margin: 10px 20px 10px 20px;
	border-bottom: 1px solid #BFB8BF;
}

table.select {
	width: 450px;
}


form {
	width: 450px;

}

tr.missing {
	background-color: #FDFAFA;
}

td {
	vertical-align: middle;
	padding: 5px 10px 5px 10px;
}

input.input, input.selected, select.input, select.selected{
	border: 1px solid #ECECEC;
	border-top: 1px solid #9F9F9F;
	border-left: 1px solid #9F9F9F;
	padding: 3px;
	font-size: 12px;
}

input.input{	
	width: 200px;
}


input.button {
	border: 1px solid #ececec ; /*E2ECEF*/
	border-bottom: 1px solid #9F9F9F;/*#8CB3C2*/
	border-right: 1px solid #9F9F9F;/*#8CB3C2*/
	padding: 5px 10px 5px 10px;
	background-color: #F6F6F6;/*#F2F6F8;*/
	/*background-image: url(button_bg.png);*/
	font-size: 12px;
	color: #882528;/*#337891;*/
	margin: 5px 25px 20px 20px;
	float: right;

}

.none{
	border:#000000};


