@charset "utf-8";
/* http://blanconegro.net */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
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;
	background: transparent;
	font-weight:normal;
}
body {
	background:#000000 url(../images/bg.png) top repeat-x;
}
article p, article h1, article h2, article h3, header nav a:hover, footer nav a, footer nav span, footer p, article li {
	color:#FFFFFF;
}
footer p {
	font-size:16px;
}
article h1 {
	font-size:34px;
	padding-bottom:20px;
}
p, li, input, textarea, td {
	font-family:'deliciousroman', Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:19px;
}
i, em {
	font-family:'deliciousitalic', Trebuchet MS, Arial, Helvetica, sans-serif;
}
h1, h2, h3, strong, b, nav a, .boton {
	font-family:'deliciousbold', Trebuchet MS, Arial, Helvetica, sans-serif;
}
footer h3 {
	font-size:16px;
	padding:0 0 8px 0;
	text-transform:uppercase;
}
a {
	text-decoration:none;
}
.wrap {
	width:948px;
	margin:0 auto;
}
header {
	z-index:999;
	position:absolute;
	width:612px;
	left:50%;
	margin-left:-306px;
}
header nav {
	width:600px;
	height:60px;
	margin:19px auto 0;
	display:table;
	border-spacing:2px;
}
header nav a {
	background:#000000 url(../images/nav_bg.png) repeat-x top;
	width:115px;
	height:60px;
	text-transform:uppercase;
	display: table-cell;
	text-align:center;
	vertical-align:middle;
	color:#666666;
	font-size:19px;
	line-height:16px;
}

section.main {
	position:relative;
	padding-bottom:30px;
	top:94px;
}
section#index {
	background:url(../images/index_bg.png) center top;
	height:668px;
}
section#inner article aside {
	padding:16px 0;
}
section#inner article p {
	padding:0 0 16px 0;
	width:624px;
}
section#index article {
	text-align:center;
	padding-top:460px;
}
img.logo {
	margin-left:112px;
}
footer {
	background:#d01712 url(../images/footer_bg.png) top repeat-x;
	height:500px;
	padding:30px;
	position:relative;
	top:94px;
	clear:both;
}
footer nav a {
	display:inline-block;
	padding:4px 8px;
	text-transform:uppercase;
}
footer nav span {
	padding:4px;
}
aside {
	float:right;
}
#contacto aside {
	width:624px;
}
.cinput, .ctarea {
	background:url(../images/input_bg.png) top left no-repeat;
	border:none;
	outline:none;
	font-size:16px;
	color:#999999;
}
.cinput {
	width:304px;
	padding:5px;
	margin-bottom:5px;
}
.ctarea {
	width:614px;
	padding:5px;
}
.boton {
	background:#000000;
	border:none;
	outline:none;
	color:#666666;
	width:625px;
	padding:5px;
	text-align:right;
	font-size:16px;
	cursor:pointer;
}
#map {
	display:block;
	width:948px;
	clear:both;
	padding:14px 0 0 0;
}
#map aside {
	width:254px;
}
section.col {
	display:block;
	width:270px;
	float:left;
}
section.col ul {
	padding-left:30px;
}
section.col li {
	padding-bottom:10px;
}