blockquote {
	text-align: left;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 1em;
	padding-left: 20px;
	border-top: solid 1px Silver;
	padding: 5px;
}

.notas {
	text-align: left;
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 0.6em;
	padding-left: 20px;
}

.boton-enviar {
	background-image: url(../img/boton_enviar.png);
	background-repeat: no-repeat;
	border: none;
	width: 55px;
	height: 17px;
}

.boton-guardar {
	background-image: url(../img/boton_guardar.png);
	background-repeat: no-repeat;
	border: none;
	width: 55px;
	height: 17px;
}
.boton-vista-previa {
	background-image: url(../img/bot_vista_previa.png);
	background-repeat: no-repeat;
	border: none;
	width: 75px;
	height: 17px;
}

.boton-eliminar {
	background-image: url(../img/boton_eliminar.png);
	background-repeat: no-repeat;
	border: none;
	width: 65px;
	height: 17px;
}



.input-form {
border: 1px solid Silver;
width: 150px;
height: 20px;
font-size: 1.0em;
font-weight: bold;
text-align: left;
color: #483D8B;
background-image: url(../img/fondo_forms_input.png);
}

.input-form-file {
border: 1px solid Silver;
width: 350px;
height: 23px;
font-size: 1.0em;
font-weight: bold;
text-align: left;
color: #483D8B;
background-image: url(../img/fondo_forms_input.png);
}


.input-data {
border: 1px solid Silver;
width: 50px;
height: 20px;
font-size: 1.0em;
font-weight: bold;
text-align: right;
color: #483D8B;
background-image: url(../img/fondo_forms_input.png);
}

.input-url {
border: 1px solid Silver;
width: 150px;
height: 14px;
font-size: 1.0em;
font-weight: bold;
text-align: right;
color: #483D8B;
background-image: url(../img/fondo_forms_input.png);
}

.input-radio {
border: 1px solid silver;
width: 15px;
height: 15px;
font-size: 2.0em;
font-weight: bold;
color: #483D8B;
}

.select-menu {
	border: 1px solid Silver;
	color: #483D8B;
}

.textarea-form {
	background-image: url(../img/fondo_forms_input.png);
	height: 60px;
	font-size: 1.0em;
	color: #483D8B;
	font-weight: bold;
}


.table-form td {
	vertical-align: middle;
	padding: 5px;
	border: 0;
}


.menu_fecu td {
	background-color: #FAFAD2;
	color: Black;
	vertical-align: middle;
	text-align: center;
}

.col-notas {
	vertical-align: middle;
	text-align: center;
	display: block;
}

.texto_pequeno {
	font-size: 8px;
	color: #B90000;
	position: relative;
	top: -5px;
}
.input-form-admin {
border: 1px solid Silver;
width: 350px;
height: 20px;
font-size: 1.0em;
font-weight: bold;
text-align: left;
color: #483D8B;
background-image: url(../img/fondo_forms_input.png);
}
