@charset "utf-8";
/* CSS Document */

.titulo {
	font-family: Arial; 
	color: #990000; 
	font-weight: bold;
	font-size: 16px;
}
.texto1 {
	font-family: Arial;
	font-size: 12px;
	color:#000000;
	width: 600px;
}
.texto {
	color:#42606C;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
body td,form {
	font-family:verdana;
	font-size:11px;color:#535353;
}
form input,textarea {
	margin-bottom:4px;
	font-size:11px;
	background-color:#F0F0F0;
	border:1px solid #C0C0C0;
}
.boton {
	color:#FFFFFF;
	height:20px;
	width:55px;
	border:1px solid #698B9A;
	background-color:#8BA6B1;
	font-size:11px;
	font-weight:bold;
}
#pop {
	width:150px;
	position:static;
}
