
html{
/*	top:0;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
	background: url(../img/bg.jpg) no-repeat center center #fff;
	overflow:scroll;*/
}

body {
	/*top:0;
	height: 100%;
	width:100%;
	margin: 0 auto;
	padding:0;
	text-align:left; */
	
}



a:link {
  color: #7a1f5e;
  text-decoration: none;
}


p{	margin:1em 0; }



em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }

#contenido {
	
	background:#fff;
	
	
/*	border:solid #E69623;
	border-width:3px 0 3px 0;
	*/
	opacity: 0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);

font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
font-weight:bold;
	line-height:1.5em;


}

#logo{
	display:block;
/*	position: absolute;*/
	width:186px;
	height:32px;
	background: url(../img/logo.gif) no-repeat 0 0;
	left:50%;
/*	margin:0 0 0 -280px;*/
	top:15px;
	overflow:hidden;
	text-indent:999em;
	line-height:999em;
}


