body, html { height: 100%; }html, body, div, span, applet, object, iframe,/*h1,2, h3, h4, h5, h6,*/ p, blockquote, pre,a, abbr, acronym, address,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body { line-height: 1; }ol, ul { list-style: none; }blockquote, q { quotes: none; }blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }:focus { outline: 0; }del { text-decoration: line-through; }table {border-spacing: 0; }


body {
	color: #e9e2ee;
	font-size: 1em;
	font-family: sans-serif;
	line-height: 1.5em;
	background: #55575c url(img/bg.jpg);
/*	-webkit-box-shadow: inset 0 0 300px rgba(0,0,0,1);
	   -moz-box-shadow: inset 0 0 300px rgba(0,0,0,1);
			box-shadow: inset 0 0 300px rgba(0,0,0,1);*/
	width: 100%;
	margin: 0 auto;
}
a,
a:link,
a:visited,
a:active,
a:hover {
	color: white;
	text-decoration: none;
}
p {
	margin-bottom: 0.3em;
}
header {
	text-align: center;
	display: block;
	padding-top: 8%;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}
header h1 {
	font-family: serif;
	font-size: 3em;
	color: #2d1a74;
	text-shadow: 0 0 2px rgba(255,255,255,0.75);
	line-height: .8em;
}
header img {
    width: 100%;
    max-width: 30%;
}
section {
	text-align: center;
}

section#contacto {
	margin: 1em auto;
}

section#contacto > article {
	border: 1px solid #666666;
	background: rgba(0,0,0,.2);
	-webkit-box-shadow: 1px 2px 3px #C6C5C5;
	   -moz-box-shadow: 1px 2px 3px #C6C5C5;
	        box-shadow: 1px 2px 3px #C6C5C5;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
			border-radius: 8px;
	min-height: 9em;
	padding: .5em;
	width: 20%;
	min-width: 280px;
	margin: .5em;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

section#contacto > article h2 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: .5em;
	margin-bottom: 1em;
	color: #57a7ff;
}

section#contacto > article#s_icons a {
	display: block;
	height: 27px;
	margin-bottom: .5em;
}

section#contacto > article#s_icons .fb {
	background: url(img/s_icons.png) 0 0 no-repeat;
	background-position: 0 0;
	width: 100px;
	margin: 0 auto;
}

section#contacto > article#s_icons .tw {
	background: url(img/s_icons.png) 0 0 no-repeat;
	background-position: -136px 0;
	width: 100px;
	margin: 0 auto
}

section#suscribir {
	margin: 2em auto;
}

section#suscribir form {
	background: rgba(0,0,0,0.2);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	padding: 4px;
	margin: 0 auto;
	width: 410px;
}

section#suscribir input {
	font-weight: bold;
	border: 0;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	padding: 0 10px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
}
section#suscribir input[type="text"],
section#suscribir input[type="email"] {
	color: #000000;
	margin: 0 4px 0 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3);
	   -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.3);
			box-shadow: inset 0 1px 1px rgba(0,0,0,0.3);
	width: 300px;
}
section#suscribir input[type="submit"] {
	margin:0;
	color: #5d7731;
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	background: #b6d76f;
	background: -webkit-gradient(linear, left top, left bottom, from(#cae285), to(#9dc954));
	background: -moz-linear-gradient(top, #cae285, #9dc954);
	-webkit-box-shadow: inset 0px 1px 2px rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,0.3);
	   -moz-box-shadow: inset 0px 1px 2px rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,0.3);
			box-shadow: inset 0px 1px 2px rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,0.3);
	width: 80px;
}
section#suscribir input[type="submit"]:hover {
	cursor: pointer;
	-webkit-box-shadow: inset 0px 1px 2px rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,0.3), 0 0 5px rgba(255,255,190,0.5);
	   -moz-box-shadow: inset 0px 1px 2px rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,0.3), 0 0 5px rgba(255,255,190,0.5);
			box-shadow: inset 0px 1px 2px rgba(255,255,255,1), 0 1px 1px rgba(0,0,0,0.3), 0 0 5px rgba(255,255,190,0.5);
}
section#suscribir input[type="submit"]:active {
	cursor: pointer;
	position: relative;
	top: 1px;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.4);
	background: #9dc954;
	background: -webkit-gradient(linear, left top, left bottom, from(#9dc954), to(#cae285));
	background: -moz-linear-gradient(top, #9dc954, #cae285);
	-webkit-box-shadow: inset 0 0 0 transparent, inset 0 0 0 transparent;
	   -moz-box-shadow: inset 0 0 0 transparent, inset 0 0 0 transparent;
			box-shadow: inset 0 0 0 transparent, inset 0 0 0 transparent;
}

footer {
	height: 2em;
}
