/* MAMM : INICIO */

@import url(mamm.css);

/* =INICIO= */

#invitacion {
	width: 710px;
	padding: 10px;
	background: #fff;
}

#invitacion h3 {
	width: 710px;
	height: 50px;
	text-indent: -9999px;
	background: #ed008c url(../img/invitacion.png) 100% 0 no-repeat;
}

#invitacion_info {
	padding: 0 10px 10px;
	font-size: 10pt;
	background: #ed008c;
}

#invitacion_info div {
	padding: 5px 10px;
	line-height: 130%;
	background: #fff;
}

#invitacion_info div p{
	margin: 5px 0;
}

#portada {
	width: 700px;
	min-height: 450px;
	padding: 10px 10px 70px 10px;
	margin: 10px 0 0 10px;
	background: #000;
}

/*hack IE6*/
* html #portada {
	height: 450px;
}

#portada_info {
	margin-top: 5px;
	overflow: hidden;
	font-size: 15pt;
	line-height: 130%;
	font-weight: normal;
	color: #fff;
}

#portada_info strong {
	color: #ED008C;
}

#portada_info a {
	color: #FFF200;
}

#portada_info a:hover {
	color: #000;
}

#diapositivas {
	width: 700px;
	height: 260px;
	overflow: hidden;
	background: #FFF;
}

#diapositivas a {
	display: block;
	width: 690px;
	height: 250px;
	padding: 5px;
}

#diapositivas img {
	float: left;
	width: 690px;
	height: 250px;
}

/*=navegacion diapositivas=*/
#dnav {
	width: 100%;
	overflow: hidden;
}

#dnav a {
	display: block;
	float: left;
	width: 20px;
	margin-right: 2px;
	padding: 3px;
	text-align: center;
	text-decoration: none;
	background: #FFF;
	color: #000;
}

#dnav a:hover {
	background: #FFF200;
}

#dnav a.activeSlide, #dnav a.activeSlide:hover {
	background: #000;
	color: #FFF;
}
