@charset "utf-8";
.textos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

a:link {
	color: #B7CF1F;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #B7CF1F;
}
a:hover {
	text-decoration: none;
	color: #B7CF1F;
}
a:active {
	text-decoration: underline;
	color: #B7CF1F;
}
.textosbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: justify;
}
.textosbiggger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-align: justify;
}
.textbigger-blue {
	color: #282561;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.input0 {
	background-color: #DCE8F6;
	border: 1px solid #7B9EBD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width:135px;
}
.select0 {
	background-color: #DCE8F6;
	border: 1px solid #7B9EBD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	width:140px;
}
.textosIngreso {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: justify;
}