.textfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 0.1em solid #CCD9E4;
	height: 2em;
}

.textfieldbuscar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	border: 0.1em solid #CCD9E4;
	height: 2em;
}


select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 0.1em solid #CCD9E4;
	height: 2em;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 0.1em solid #CCD9E4;
	WIDTH: 12em;
	SCROLLBAR-FACE-COLOR: #FFFFFF; 
	SCROLLBAR-TRACK-COLOR: #F3F5F8; 
	SCROLLBAR-ARROW-COLOR: #525888; 
	SCROLLBAR-HIGHLIGHT-COLOR: #D2D6DD;
	SCROLLBAR-3DLIGHT-COLOR: #d2d6dd; 
	SCROLLBAR-DARKSHADOW-COLOR: #F3F5F8
}

.titulo-form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #5B7A98;
	font-weight: bold;
	text-decoration: none;
	text-align:right;
}
.titulo-form2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #336698;
	font-weight: bold;
	text-decoration: none;
	text-align:left;
}
.titulo-form3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #336698;
	font-weight: bold;
	text-decoration: none;
	text-align:right;
}
.formulario {
	width: 80%;
	text-align:center;
	padding: 0.3em;
}

.botones {
	background-color:#F3F5F8;
}

button {
	background-color : #8097AE;
	border: 0.2em outset #FFFFFF;
	color: #FFFFFF;
	font-size: xx-small;
	font-weight: bold;
	padding:0;
	margin:0;
}


