@charset "utf-8";
/* CSS Document */

body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #285191;
}
.style1 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-right: 20px;
	text-align: justify;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.inputContacto {
	border: 1px solid #EE2102;
	width:167px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	background-color: #F3620F;
	margin-bottom: 2px;
	}
.inputTexto {
	width:167px;
	height:3em;
	border:1px solid #EE2102;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	background-color: #F3620F;
	}
.inputBotoncontacto {
	float:none;
	color:#ffffff;
	padding:0;
	cursor:pointer;
	width:70px;
	font-family: Tahoma;
	font-size: 12px;
	background-color:#EE2102;
	border: 1px solid #F3620F;
	height: 25px;
	margin-top: 10px;
	}

