html, body {
	text-align: center;
	color: #000;
	margin: 0 auto;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #000 url(fondo_principal_web.jpg) no-repeat top left;*/

}
body {
	height: 100%;
	min-height: 100%;
}
* html	{
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
}
img {
	border:none;
}
.imagenFade {
}
#centerwrap {
	width:386px;
	height:74px;
	margin:4px auto;
	position:relative;
}
#content {
	position:relative;
	height:74px;
	width:386px;
	padding:0 20px 10px 0;
}
#contenidos {
	padding-left: 50px;
	float: left;
}   
/* commented backslash hack  - invisible to IE 5 \*/
#centerwrap {
	position:absolute;
	margin:-80px 0 0 -180px;
	left:50%;
	top:50%;
}
/* end hack */
