@charset "utf-8";
/* CSS Document */

*{
	margin:0;}

body{background-color:#b9132b;
background-image:url("imagenes/fondo-cabecera.png");
background-repeat:no-repeat;
background-position:center top;
}

#contenedor{
	width:400px;
	overflow:hidden;
	margin:0 auto;}
	
	

#correo, #telefono, #redes-sociales, #player{
	width:100%;
	height:116px;
	text-align:center;
	position:absolute;
	background-image:url("imagenes/borde.jpg");
	background-position:bottom;
	background-repeat:repeat-x;
	padding-bottom: 20px;
	}
#player{
	top:350px;}
	
#correo{
	top:500px;}

#telefono{
	top:650px;}

#redes-sociales{
	top:816px;
	background-image:none;
	padding-bottom: 20px;
	}
	
.icono{
	width:50px;
	height:50px;
	margin-left:20px;
	margin-right:20px;}
	
.separador{
	position:absolute;
	bottom:105px;
}

#logo{
	width:100%;
	text-align:center;}
.logo-a{display:inline;
margin-top: 40px;}
.logo-b{display:none;}


@media all and (max-width: 460px){
	.logo-a{display:none;}
	.logo-b{display:inline;}
	.icono{width:30px;height:30px;}
	
body{
	background-position:center -185px;}
	
#player{
top:165px;	
}

#correo {
top: 330px;
}

#telefono {
top: 500px;
}

#redes-sociales {
top: 680px;
height:45px;
}

.separador{
	bottom:45px;}
}