/* CSS Document */


/* Reset */

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, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;

}

:focus {
	outline: 0;
}


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

a img, iframe {
	border: none;
	
}

ol, ul {
	list-style: none;
}

input, textarea, select, button {

}

select {
	margin: inherit;
}

a {
	text-decoration:none;
	color:#FF6600;
	font-weight:bold;
}

/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol { margin-left:2em; }



/* LAYOUT TOOLS */

.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }
.textJustify		{ text-align: justify; }
.fix				{ overflow:hidden; }
/*


/* INDEX */


body {
	background-image: url(../imagenes/background_gen.jpg);
	background-repeat: repeat-x;
	background-color:#242424;
	padding:0;
	margin:0;

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

div#cabecera {
	background-image:url(../imagenes/cabecera.jpg);
	height:171px;
	background-repeat:no-repeat;
	background-position:top center;
}

/* CUERPO */


div#cuerpo {
	background-image:url(../imagenes/cabecera.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border-left:5px solid #242424;
	border-right:5px solid #242424;
	width:721px;
	margin: 0 auto;
	padding-top:400px;
	padding-bottom:40px;
}

div#contenido {
	width:520px;
	margin: 0 auto;
	text-align:justify;
}

div#contenido p{
	margin-bottom:8px;
	line-height:18px;
}

/* INICIO */

a#bt_pedido {
	display:block;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	text-decoration:underline;
	margin-top:40px;
}

a#bt_pedido:hover {
	text-decoration:none;
}
