.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold  ;
	color: #ff9900;
}
.tituloBARRA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold  ;
	color: #4573B3;
}
.titulorojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold  ;
	color: red;
}
.titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal  ;
	color: #4573B3;
}
.titulo3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal  ;
	color: #4573B3;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.menugris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFB08A;
}
.menugris:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.textfield {
	border: 1px solid #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.textfieldwhite{
	border: 1px solid #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}
.candado {
	background-image: url(img/candado.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

