html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body { 
	line-height: 1.5;
	margin:0; 
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: none;
}

a {
	color: white;
}

body {
	background-image: url("../imagen/fondo.jpg");
	color:#000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	text-align:center;
	font-family: Helvetica, Arial, sans serif;
	margin-top: -100px;
}
a {
	text-decoration:none;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}

#wrapper {
	width:900px;
	margin: 10% auto 10% auto;
	
}
#logo {
	margin-top:auto;
}


#main {
	width:auto;
	float:auto;
}
h1 {
	font-size:50px;
	font-weight:bolder;
	letter-spacing: -0.05em;	
	line-height:1em;
	color:#dbdbea;
}

h2 {
	font-size: 30px;
	font-weight: bolder;
	color:#dbdbea;
}

#main p.desc1{ padding:10px 0; font-size:22px; font-family: Georgia, Times; 	line-height:1.2em; color:#dbdbea;}


form {
	padding:15px 0;
	border: 1px solid #f1f1f1;
	border-style: solid none;


}
form p, form input {
	display:inline;
}
form .email {
	border:1px solid #ccc;
	padding:5px;
}
form .button {
	border:1px solid #f1f1f1;
	padding:5px;
	background:#000;
	color:#fff;
	text-transform:uppercase;
}
form .button:hover {
	background:red;
}

.form-label {
	border-left:1px solid #FE8F45;
	padding:36px 10px;
}
#submit {
	vertical-align:middle;
}
#page-info {
	padding: auto;
	clear:both;
	font-size:12px;
	color:#dbdbea;
	text-align:center;
}
#page-info a {
	color:#dbdbea;
	font-style:italic;
}
#page-info a:hover {
	color:#000;
}

#footer { 
	position:absolute;
	bottom:10px;
	right:10px;
	width:200px;
	color:#ccc;
	font-size:11px;
}
#footer a{ color:#ccc; }
#footer a:hover{ color:#999; }

.entry-content img { margin: 0 0 18px 0; max-width:100%; }

img.alignleft,img.align-left {
	float: left;
	margin-right:20px;
}
img.alignright,img.align-right {
	display: block;
	float: right;
	margin-left:20px;
}
img.center, img.centered {
	margin: 0 auto;
	display: block;
	float: none;
	clear: both;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-smiley {
	max-height:12px;
}
