img
{
	border: 0;
}

body
{
	font: 0.9em sans-serif;
	margin: 1em 2em;
}

h1
{
	margin-bottom: 0px;
	border-bottom: 1px solid silver;
	padding-bottom: 2px;
	font-size: 1.5em;
}

h2
{
	margin-top: 2px;
	margin-bottom: 2em;
	font-size: 1.2em;
}

h3
{
	margin-bottom: 1em;
}

a
{
    color: blue;
    text-decoration: none;
}

fieldset
{
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0em;

    padding: 0 1em 0 1em;
}

legend
{
    border: 1px solid #a9acaf;
    padding: 0.25em 1em 0.25em 1em;
    background-color: #f3f3f3;
}

fieldset div
{
    margin-top: 1em;
    margin-bottom: 1em;
}

input[type=submit],input[type=button]
{
    padding: 0.5em 0em;
    width: 10em;
}

.myButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:12px 29px;
	text-decoration:none;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.myButton:active {
	position:relative;
	top:1px;
}

.botones
{
}

table#grupos
{
	border-collapse: collapse;
	border: none;

	margin-top: 2em;
}

table#grupos td
{
	border: 1px solid silver;
	padding: 1em;
}

table#grupos th
{
	padding: 1em;
}

.error
{
	border: 1px solid red;
	padding: 2em;
	width: 45%;
	margin: 4em auto 0 auto;
}

#menu
{
	list-style-type: none;
	width: 20em;
}

#menu li
{
	border: 1px solid silver;
	margin-top: .5em;
	margin-bottom: .5em;
	padding: .75em;
}

#menu li:hover
{
	background-color: #E2E6FE;
}

.topico {
	padding: .5em;
	margin: 1em;
}

fieldset.info {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

fieldset ul {
	margin-bottom: 0;
	margin-top: .5em;
}

#rfc, #diplomadoId {
	padding: 0.5em;
	width: 30em;
}

#rfc {
	text-transform: uppercase;
}

ul#requisitos li {
	line-height: 2em;
}
