* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	font-family: Times, "Times New Roman", serif;
	font-size: 12px;
	color: #000;
}

a:link { color:#000; text-decoration: none; }
a:active { text-decoration: none; }
a:visited { color:#000; text-decoration: none; }
#menu a:hover { text-decoration: none; color:#fff; background-color: #000;}
#masinfo a:hover { text-decoration: none; color:#fff; background-color: #000;}

a img { border: none; }

img {
	padding: 2px;
	border:none; 
}

h1 { 
	font-size: 40px; 
	margin-bottom:-20px;
}
h2 { font-size: 14px; }

#todo{
	width: 490px;
	margin: 32px auto;
}

#cabezera{
	
}

#titulo{
	max-width:380px;
	padding-bottom:10px;
	border-bottom:1px solid #666; 
	margin-bottom: 10px;
}

#menu {
	margin-bottom: 10px;
}

#menu span{
	font-weight: bold;
}

#masinfo{
	margin-bottom: 10px;
}

#chapa{
	float: right;
}
#chapa a {
	height: 74px;
	display: block;
	background-position-y: 0px;
	background-position: 0 0px;
}
#chapa a:hover {
	background-position-y: -74px;
	background-position: 0 74px;
}
#chapa .logo {
	width: 74px;
	background-image: url('../images/logo.png');
}



#contenido{
	margin-top:30px;
}
