/*CSS RESET ERIC MEYERS*/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0,0,0,0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}
/*FIN CSS RESET*/

body {
	background: #745036 url('img/bg.jpg') repeat-x fixed;
	color: #1c1109;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

a {
	color: #36C;
}

a:hover {
	color: #06F;
}

strong {
	font-weight: 800;
}


#contenedor {
	background: url('img/bgcontainer.png') repeat-y;
	margin: 0 auto;
	width: 944px;
}

#banner {
	width: 922px;
	height: 300px;
	margin: 0 auto;
}

#contenido {
	width: 846px;/*922*/
	margin: 0 auto;
	background: url('img/bgcontent.png') no-repeat;
	padding: 30px 38px 12px;
	font-size: 1.3em;
	text-align: justify;
}

#pie {
	background: url(img/bgfooter.png) no-repeat;
	color: #fff;
	font-size: 1.1em;
	line-height: 41px;
	height: 41px;
	margin: 0 auto;
	text-align: center;
	width: 922px;
}

#pie a {
	color: #fff;
	text-decoration: none;
}

#pie a:hover {
	color: #333;
	text-decoration: underline;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.title {
	color: #fc4130;
	font: normal 2em serif;
}

.title:first-letter {
	font-size: 2.4em;
	display: block;
	float: left;
}

.separador {
	background: url('img/divider.png') center center no-repeat;
	width: 815px;
	height: 20px;
	margin: 0 auto;
}

