* { margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;*/
	vertical-align: baseline; }
body {
	margin: 20px auto;
	text-align:center;
	background-color: #9e0b0f;
	background-image: url(images/intro-bg.jpg);
	background-repeat:no-repeat;
	background-position:center top; 
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
}
#intro-title {
	width:700px; 
	height:50px; 
	outline:0; 
	margin:20px auto; 
}
#intro-slide {
	width:700px; 
	height:250px; 
	outline:0; 
	/*margin-bottom:50px;*/
}
#slide-shadow {
	height:290px;
	margin: 0 auto;
	background-image: url(images/slide-shadow.png); 
	background-position:bottom center; 
	background-repeat:no-repeat;
}
#intro-nav {
	width:900px; 
	/*height: 190px; */
	margin: 0 auto;
}
#intro-nav img{ 
	padding: 0 5px;
}
#intro-novedades {
	width:950px; 
	margin: 0 auto;
}
hr {
	border: 0;
	color: #093;
	background-color: #093;
	height: 1px;
	width: 700px;
	text-align: center; 
	margin: 0 auto;
}
#footer{ 
	text-align:center; 
	font-size:10px; 
	margin-top: 5px;
}

a {
	color: #FFF;
	text-decoration: none;
	 
}
a:hover {
	color: #093;
}
