body {
	background:#004d71 url(../img/fondo-body.jpg) repeat-x;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#7e7e7e;
	font-size:15px;
}

#contenedor{
	margin:auto;
	width:900px;
	background:#ffffff;
}

#header{
	background:url(../img/fondo-header.jpg) no-repeat;
	height:240px;
	text-align:center;
	padding-top:10px;
}

#contenido{
	background:url(../img/fondo-contenido.jpg) repeat-y;
	padding:10px;
	text-align:center;
}

#footer{
	background:#004d71 url(../img/fondo-footer.jpg) top no-repeat;
	color:#ffffff;
	padding-top:30px;
	text-align:center;
	font-size:13px;
}

#table_siguenos{
	margin:auto;
	text-align:center;	
	margin-bottom:60px;
}

#table_siguenos td{
	width:200px;
}

#table_cantautores{
	margin:auto;
	text-align:center;
	margin-bottom:20px;
}

#table_cantautores td{
	padding:5px;
}

a{
	color:#83d6fe;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h2{
	color:#004d71;
}

img.enlace:hover{
	opacity: 0.5;
	filter:  alpha(opacity=50);
}

img.enlace_superior:hover{
	opacity: 0.5;
}

img{
	border:none;
}
