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

::selection {background: #FFF;color:#010101;}
::-moz-selection {background: #FFF;color:#010101;}
@font-face {font-family: 'din-medium'; src: url('fonts/dinm____0-webfont.eot'); src: url('fonts/dinm____0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/dinm____0-webfont.woff') format('woff'), url('fonts/dinm____0-webfont.ttf') format('truetype'), url('fonts/dinm____0-webfont.svg#din-mediumregular') format('svg');  font-weight: normal; font-style: normal;}
@font-face {font-family: 'din-light';src: url('fonts/dinl____0-webfont.eot'); src: url('fonts/dinl____0-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/dinl____0-webfont.woff') format('woff'), url('fonts/dinl____0-webfont.ttf') format('truetype') url('fonts/dinl____0-webfont.svg#din-lightregular') format('svg');
font-weight: normal;font-style: normal;}
body {background:#010101; font-family:'din-light', sans-serif; }
.logo {position:absolute; top:30%; left:50%; margin-left:-175px; width:350px; height:100px; color:#555; font-size:14px; text-align:center; letter-spacing:2px;}
	.datos {margin:55px 0 20px 0; line-height:21px;}
strong {font-family:'din-medium', sans-serif; font-weight:normal;}
#mail {background:url(imgs/mail.png) no-repeat 0 0; width:26px; height:19px; display:block; text-decoration:none; border:0; outline:0; margin:auto; zoom: 1;
	filter: alpha(opacity=30);
	opacity: 0.5;}
	#mail:hover {background:url(imgs/mail.png) no-repeat 0 -20px; zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5; }
.formulario {position:absolute; top:14%; left:50%; margin-left:-175px; width:350px; height:300px; color:#C6C7C8; font-size:14px; text-align:center; letter-spacing:2px; }
  .formulario span {text-transform:uppercase; color:#C6C7C8; text-align:left; display:block; margin:0 0 20px 35px; font-family: 'din-medium';}
input[type="text"]{width:270px; height:27px; margin:0 0 10px 0; background:url(imgs/form-chico.png) 0 0 no-repeat transparent; border:0; padding:3px 5px; color:#AEACB3;}
	input[type="text"]:focus {color:#333;}
input[type="submit"] {display:block; border:1px solid #ccc; padding:3px 7px; font-family:'din-medium', sans-serif; cursor:pointer; background:#FFF; color:#010101; float:right; margin: 10px 35px 0 0; border-radius:5px;  -moz-border-radius:5px; -webkit-border-radius:5px;}
	input[type="submit"]:hover {background:#666;  color:#FFF;}