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

body {
	margin:0px;
	background-color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	text-align:center;
}

a, a:hover, a:link, a:visited {
	color:#a1166b;
	text-decoration:none;
}

#contenedor {
	width:100%;
	margin-top:5px;
	
}
#encabezado {
	width:80%;
	height:75px;
	margin:auto;
	margin-top:0px;
}

#marca {
	width:60%;
	float:left;
	
}
#redes {
	width:40%;
	float:right;
	text-align:right;
	
}

#banner {
	width:100%;
	height:297px;
	background-image:url(../img/construccion.jpg);
	background-position:center;
	background-repeat:no-repeat;
	
}

#cuerpotx {
	width:60%;
	margin:auto;
	
}

#pie {
	width:60%;
	margin:auto;
	text-align:center;
	
}

#cuerpo_ext {
	width:100%;
	margin:auto;
	margin:20px;
	
}