body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
.SubTitSeccion {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #036;
}
.input {
	padding: 3px;
	border: 1px solid #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}


#divMain {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 850px;
	background-color: #FFF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding:10px;
}
.Obligatorio {
	font-size: 17px;
	font-weight: bold;
	color: #F00;
}

.TitSeccion {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.BotonGraf {
	background-color: #F4F4F4;
	display: inline-block;
	border: 1px solid #CCC;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.BotonGraf:hover {
	background-color: #C8C8C8;
	color: #FFF;
}
input:focus {
	background-color: #FFFFFB;
	border: 1px solid #FC0;
	cursor:pointer;
}
input:hover {
	background-color: #FFFFFB;
	border: 1px solid #FC0;
	cursor:pointer;
}

.boton {
	background-color: #F4F4F4;
	display: inline-block;
	border: 1px solid #CCC;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
}

select {
	height:25px;
	-moz-border-radius: 3px 0 3px 0;
	-webkit-border-radius: 3px 0 3px 0;
	border-radius: 3px 0 3px 0;

}


