*	{
	margin: 0;
	padding: 0;
}
html	{
	height: 100%;
}

body	{
	position: relative;
	background-color: #eeeeee;
	height: 100%;
}

h1	{
	background-color: red;
	text-align: center;
	font-size: 40pt;
	color: white;
	height: 70px;
}

h2	{
	text-align: center;
}

.contenedor	{
	margin: auto;
	padding: 1em 0;
	width: 880px;
	height: 100px;
}

.galeria	{
	margin: 2px;
	width: 100px;
	height: 100px;
	border: 1px solid blue;
	float: left;
	background: #eeeeee no-repeat center center;
	cursor: pointer;
}

#formulario input	{
	padding-left: 20px;
	padding-right: 2px;
	background: url(../scripts/icono.php?max=16&ref=logo) no-repeat 3px center;
	font-size: 16px;
	font-weight: bold;
}

#formulario1 input	{
	display: block;
	width: 90%;
	padding: .2em;
	margin: 1.2em auto;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

