/*********** ERIC MEYER RESET CSS *************/

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;
	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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*********** LAYOUT GENERAL *************/

#displayColeccion{
	overflow: hidden;
	background: #99DFF3 url(../img/bckg/fnd_barra_coleccion.jpg) no-repeat center center;
}

#displayColeccion p {
	width: 800px;
	margin: 0 auto 0 auto;
	/*border: 1px solid green;*/
	overflow: hidden;
	height: 54px;
	line-height: 2.91em;
}

#displayColeccion p a{
	color: #FFF;
	background: url(../img/bckg/tit_coleccion.gif) no-repeat 0 0;
	display: block;
	text-indent: -3000px;
	width: 359px;
	height: 38px;
	margin: 15px auto 0 33px;
	}
	
#displayColeccion p a:hover{ color: #000; background-image: url(../img/bckg/tit_coleccion_ov.gif);}