@charset "utf-8";
.linkmenu {
	color: #FFFFFF;
	text-decoration: none;
}
.input1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #034D94;
	background-color: #D4E5EF;
	background-image: url(ventana.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #A2CDEE;
}

.linkazul {
	color: #02376C;
	text-decoration: none;
}
.tit {
	font-size: 24px;
	font-weight: bold;
}


.bgventana {
	background-color: #D4E5EF;
	background-image: url(ventana.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

.linkmenu:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(bglinks.jpg);
	padding-bottom: 4px;
	padding-top: 3px;
}
.linkazul:hover {
	color: #307AC1;
	text-decoration: none;
}
.input2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #034D94;
	background-color: #D4E5EF;
	background-image: url(ventana.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #A2CDEE;
}
.input_bt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #034D94;
	background-color: #D4E5EF;
	background-image: url(ventana.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAF1FB;
	border-right-color: #78A3E2;
	border-bottom-color: #78A3E2;
	border-left-color: #EAF1FB;
}

