﻿/* CSS para la web de Armadera */

* { padding: 0px; margin : 0px; }

body {
	text-align: center;
	background-color: #ddd;
  }
 
#principal { 
	margin-left: auto;
	margin-right: auto;
	width:940px;
}
	
#arriba {
	height: 50px;
}

#flash {
	width:940px;
	height: 525px;
	padding-top:18px;
	background-image: url("images/fondo.png");
}

#wait {
	width:940px;
	height: 525px;
	padding-top:18px;
	background-image: url("images/fondo.png");
}

#textowait {
	width:940px;
	height: 525px;
	padding-top:180px;
}
