@charset "UTF-8";

a:link {
color: #ffc000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #ffc000;
}
a:hover {
text-decoration: none;
color: #F30;
}
a:active {
text-decoration: none;
color: #ffc000;
}

table{
margin:auto;
border-collapse:collapse;
width:432px;
border:0;
}
td{
padding:5px;
}

body {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
background-color: #18188C;
color: #FFF;
text-align:center;
}
.amarillo{
color:#ffc000;
font-weight:bold;
}

form{
display:inline;
}

input{
	border: 1px solid #888;
	width: 250px;
}

