/* CSS Document */

@import url('main.css');


h2 {
	margin-top:10px;
	margin-bottom:10px;
}

.acceso_bodas_h2 {
	padding-top:0px;
	margin-top:0px;
}

form {
	border:1px #fff solid; /* elimina un bug de ie con js */
}

div#main_layout {
	height:525px;
}

div.content {
	padding:25px;
	width:350px;
	background-color:#fff;
	overflow:hidden;
}



/* solo acceso sala de prensa */
div#image {
	background-image:url(../imagenes/lateral_saladeprensa.jpg);
	background-repeat:no-repeat;
	width:402px;
	height:496px;
	float:right;
}

/*  solo acceso listado de bodas */
div#image_bodas {
	background-image:url(../imagenes/lateral_listadebodas.jpg);
	background-repeat:no-repeat;
	width:402px;
	height:496px;
	float:right;
}
