body {
	font-size:100%; /* Keeps IE happy when the user sets the default size to 'smallest'. */
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	color: #808080;
}
 
div#encabezado {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 35px;
	width: 1024px;
	color: #808080;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 30px;
}

div#contenido {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 500px;
	width: 1024px;
	background-color: #FFFFFF;
	color: #808080;
	background-image: url("http://www.luehr-balinos.cl/wedding/img/dyg-bckwedweb1.jpg");
}

div#pie {
	margin-left: auto;
	margin-right: auto;
	display: block;
	height: 17px;
	width: 1024px;
	color: #A0A0A0;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 10px;
}

div#pie a {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	background: #FFFFFF;
}

div.columnas {
	display: inline-block;
	width: 256px;
	height: 500px;
	float: left;	
}
img#logoizq {
	float:left;
}

img#logomono {
	/* float: left; */
	margin-left: auto;
	margin-right: auto;
	height: 34px;
	width: 34px;
}

img#logoder {
	float:right;
}

/* div.botonpolaroid {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 250;
	width: 197;
} */

img.botonpolaroid {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	/* margin-bottom: 25px; */
	height: 200px;
	width: 165px;
	border-style: none;
}

img.botonpolaroid:hover {
	border-width: 5px;
	border-style: inset;
	border-color: #37B372;
	height: 190px;
	width: 155px;
	/*border-color: #CC99EE;*/
}

div.crR {
	float: right;
}