@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	margin:0;
	background: rgb(111,167,218);
	font-family: "Montserrat", sans-serif !important;
}
td{
	font-family: "Montserrat", sans-serif !important;
}
#encabezado{
	background-image:url(images/fondo.png);
	background-repeat:no-repeat;
	background-position:top
}
#cuerpo{
	background-image:url(images/cuerpo.png);
	background-repeat:no-repeat;
	background-position:top;
	height:250px
}
.texto_13{
	font-family:arial;
	font-size:13px	
}.textbox {
	font-family: arial;
	font-size: 11px;
	color: #000;
	width: 100%;
	border: 1px solid #999;
}
.textoverde_13 {
	font-family: arial;
	font-size: 13px;
	color: #A2B339;
}
.boton_verde13 {
	font-family: arial;
	font-size: 13px;
	color: #A2B339;
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 18px;
}
input{
	font-family: "Montserrat", sans-serif !important;
}
