@charset "utf-8";
html,body
{
    background-color: #CCCCCC;
 }

#form1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
}

.centrado {
	top: 50px;
	position:relative;
	width: 90%;
	height: 100%;
	vertical-align: middle;
	/* alignment-adjust: center; */ 
	background-color: #CCCCCC;
}

table {
	top: 0px;
	vertical-align: top;
	margin-top: 0px;
	color: #333;
	background-position: 0px 0px;
}
.txtsup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
}
.lista {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
}


td {
	font-size: 9px;
}
.mf {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #666;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
	text-decoration: none;
}
.mf a {
	text-decoration: none;
	color: #666;
}

.mfinal {
	color: #09F;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
.img {
	text-align: center;
	margin-top: 0px;
	vertical-align: top;
	background-position: 0px 0px;
}
.alinear {
	background-position: 0px 0px;
	text-align: center;
}
.tabla {
	background-position: center top;
	/*background-image: url(Manual_Taller_Sprint_2-371a.png);*/
	background-repeat: no-repeat;
}

input.boton1{
    padding: 3px 10px;
    border: 1px outset buttonborder;
    border-radius: 10px;
    color: buttontext;
    text-decoration: none;
	font-weight: bold;
	background-color: green; /* #3399FF;*/
    color: white;
	text-align: center;
	display: inline-block;
}
input.boton1:hover, input.boton1:active  {
  background-color: blue;
}

input.boton2 {
    padding: 3px 10px;
    border: 1px outset buttonborder;
    border-radius: 10px;
    color: buttontext;
    text-decoration: none;
	font-weight: bold;
	background-color: red; /* #3399FF;*/
    color: white;
	text-align: center;
	display: inline-block;
}

input.boton2:hover, input.boton2:active {
  background-color: black;
}
