@charset "UTF-8";
img, div, input { behavior: url("iepngfix.htc") }
body {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #A10001;
}
.boxtitulo {
	font-family:  Arial, Helvetica, sans-serif;
	-moz-border-radius: 10px;
	background-image: url(images/bt_blanco.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 185px;
	font-size: 11px;
	color: #000000;
	padding-top: 2px;
	font-weight: bold;
	text-transform: uppercase;
	background-position: left top;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}
.boxtitulo:hover {
	font-family:  Arial, Helvetica, sans-serif;
	-moz-border-radius: 10px;
	background-image: url(images/bt_blanco.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 185px;
	font-size: 11px;
	color: #990000;
	padding-top: 2px;
	font-weight: bold;
	text-transform: uppercase;
	background-position: left top;
	text-align: center;
}
.input1 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(images/inputbox.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 179px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	color: #FFFFFF;
	background-position: left top;
}
.tituloblanco {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-left: 20px;
}
.botonenviar {
	background-image: url(images/boton.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 100px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}
.botonenviar:hover {
	background-image: url(images/boton.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 100px;
	background-color: transparent;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.menu:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFC7D2;
	text-decoration: none;
}
.menu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 40px;
}
.link:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFC7D2;
	text-decoration: none;
	font-weight: bold;
}
.link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
