#formulario{
	width: 720px;
	font-family: Arial, Helvetica, sans-serif;
}
#formulario legend{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0CF;
	font-weight: bold;
}
#formulario fieldset{
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 22px;
	border: 0.1em solid #0CF;
	margin-top: 20px;
}
#formulario input.textos{
	width: 320px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCC;
}
#formulario input.city{
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCC;
}
#formulario input.boton{
	margin-top: 10px;
	background-color: #0CF;
	color: #FFF;
	border: .1em solid #09F;
}
#formulario input.from{
	width: 154px;
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#formulario input.col{
	width: 127px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#formulario input.nom{
	width: 250px;
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#formulario textarea{
	width: 660px;
	margin-top: 8px;
	height: 60px;
	border: .1em solid #CCC;
	margin-bottom: 8px;
}
#formulario label{
	font-size: 0.8em;
}
td{
	height: 23px;
}
table.bsr{
	border-top-width: .1em;
	border-bottom-width: .1em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 660px;
}
td.edu{
	background-color: #CCC;
	color: #0CF;
	text-align: center;
	font-size: .8em;
}
td.l_abajo{
	border-bottom-width: 0.1em;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
table.cols{
	border-right-width: .1em;
	border-right-style: solid;
	border-right-color: #CCC;
}
table.cols1{
	border-right-width: 0.1em;
	border-right-style: solid;
	border-right-color: #CCC;
	border-left-width: .1em;
	border-left-style: solid;
	border-left-color: #CCC;
}
.tit{
	font-size: .8em;
}

