/*************** F O N T S *************************/
@font-face {
    font-family: 'GessoRegular';
    src: url('fonts/GESSO___-webfont.eot');
    src: url('fonts/GESSO___-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GESSO___-webfont.woff') format('woff'),
         url('fonts/GESSO___-webfont.ttf') format('truetype'),
         url('fonts/GESSO___-webfont.svg#GessoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LintsecRegular';
    src: url('fonts/Lintsec-webfont.eot');
    src: url('fonts/Lintsec-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lintsec-webfont.woff') format('woff'),
         url('fonts/Lintsec-webfont.ttf') format('truetype'),
         url('fonts/Lintsec-webfont.svg#LintsecRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/************  R E S E T ******************************/
*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Arial, sans-serif;
	background: url('images/dust.png') repeat;
	color: #080808;
}
.wrapper{
	margin: 0 auto;
	margin-top:100px;
	max-width: 960px;
}
.logo, .detalle{
	display: inline-block; vertical-align: top;
}
.logo{
	background: url('images/uc.png') no-repeat;
	width: 350px;
	height: 350px;
}
.detalle{
	width: 550px;
	height: 350px;
}

/*********  L O G O  &  CM   S T Y L E *******************/
h1{
	font-family: LintsecRegular;
	font-weight: normal;
	font-size: 35px;
	color: #FFF200;
	background-color: #000;
	padding: 10px;
	border-radius: 8px;
}
.letrero{
	font-family: GessoRegular;
	font-weight: normal;
	font-size: 90px;
	line-height: 90px;
	height: 200px;
	padding-left: 15px;
}
address{
	margin-top: 10px;
	padding-left: 25px;
	font-weight: bold;
	font-size: 14px;
}
.contacto{
	font-size: 18px;
	margin-left: -10px;
	text-decoration: underline;
}
footer{
	position: fixed;
	border-top: 1px solid #555;
	text-align: center;
	vertical-align: top;
	padding-top:5px;
	bottom: 0px;
	left: 50%;
	height: 25px;
	line-height: 30px;
	width: 600px;
	margin-left: -300px;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 10px;
}
a{
	color: #333;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/************ F o r  m   S T Y L E ***********************/
form{
	margin-top: 10px;
}
#sub input{
	display: block;
	float: left;
}

input[type="email"]{
	height: 26px;
	width: 260px;
	color: #121212;
	background-color: #ccc;
	border: 1px solid #000;
	border-radius: 5px;
	padding-left: 6px;
}
input[type="submit"]{
	width: 95px;
	height: 29px;
	color: #fff200;
	font-weight: bold;
	background-color: #000;
	border: 2px outset #181818;
	border-radius: 5px;
	margin: -1px 0 0 4px;
}
input[type="submit"]:hover{
	cursor:pointer;
}
input[type="submit"]:active{
	padding: 0 3px 3px 0;
	color: #fff200;
	border: 2px inset #181818;
}