/* CSS Document */

a:link    { color: #993300; text-decoration: none; }
a:visited { color: #993300; text-decoration: none; }
a:active  { color: #993300; }
a:hover   {  color: #993300; text-decoration: underline; }

body{
	background: #FBFBFB;
}

table{
	font-family: Georgia,Cambria,"Times New Roman",Times,serif;
	text-align:left;
}

input,select, textarea{
	font-family: Georgia,Cambria,"Times New Roman",Times,serif;
}

#formulario {
	vertical-align:middle;
	text-align:left;
	width:100%px;
}

.titulo{
	font-family: Georgia,Cambria,"Times New Roman",Times,serif;
	font-size: 135%;
	color: #72706f;
	padding-top: 13px;
}