@charset "utf-8";
body {
	background-image: url(imgs_web/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FCFAF5;
}

input, select {

	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #666;
	background-color: #FFF;
	border: 1px solid #FFF;
	height: 20px

}

textarea {

	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #666;
	background-color: #FFF;
	border: 1px solid #999;


}


.texto {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}


.link1 {
		font-family: Arial, Helvetica;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}


.link1:hover {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}



.titulo2 {
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

.titulo2:hover {
	font-family: Arial, Helvetica;
	font-size: 14px;
	color: #666666;
		background-color: #FFFFCC;
		text-decoration: none;
}






.texto_negro {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #515151;
	text-decoration: none;
}



.titulo {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
}
.titulo:hover {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-style: normal;
	color: #666666;
	background-color: #FFFFCC;
		text-decoration: none;
}


.titulo_off {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-style: normal;
	color: #666666;
	text-decoration: none;
}



.foot {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.foot:hover {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}




.input2 {

	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #666;
	background-color: #FFF;
	border: 1px solid #999;
	height: 18px
}






.titulo3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFCC;
}

button {
	color: #fff;
	background: #000;
	font-size: 12px;

	font-family: Arial, Helvetica;

	border-top: 3px solid #000 !important;
	border-left: 3px solid #000 !important;
	border-right: 3px solid #000 !important;
	border-bottom: 3px solid #000 !important;
}







a {

	text-decoration: none;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #B4788E;

}

a:hover {
	text-decoration: underline;
	color: #B4788E;
	font-family: Arial, Helvetica;
	font-size: 12px;

}
