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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(imagenes/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

img
{
  border:0;
}

#header{
width: 1086px;
margin: 0 auto;
border: 0;
}

#info{
width: 1086px;
margin: 0 auto;
border: 0;
}

#footer{
width: 1086px;
margin: 0 auto;
border: 0;
}

#mailing{
float:left;
}

#boxmail{
width: 270px;
height: 64px;
float:left;
padding:8px 0 0 22px;
}

#urbelink{
float:left;

}

#form{
width: 1086px;
margin: 0 auto;
border: 0;
padding-top: 300px;
text-align:center;
}



input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: #1b1b1b;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 150px;
	
}


.input2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #0099ff;
	border: #1b1b1b;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 75px;
}
