/* PROMO */
#promo {
	background-image: url(../img/promo-bodas.jpg);
}

/* CONTENT */
#bodas .bodasBox {
	float:left;
	margin-top:30px;
	width:100%;
}
#bodas .bodasBox div {
	float:left;
	margin:0 4% 30px 0;
	width:48%;
}
#bodas .bodasBox div:nth-child(2n+2) {
	margin-right:0;
}
#bodas .bodasBox div img {
	height:auto;
	margin-bottom:15px;
	width:100%;
}
#bodas .bodasBox div .texto {
    float: none;
    margin: 0;
	width: 100%;
}
#bodas .bodasBox div .texto ul {
	margin-bottom:15px;
}
#bodas .bodasBox div .texto li {
	font-size:1.3em;
	line-height:1.4em;
	list-style-image:url(../img/list-point.png);
	list-style-position:inside;
	margin-bottom:8px;
	padding-left:15px;
}

@media screen and (max-width: 480px) {
	#bodas .bodasBox div {
		margin-right:0;
		width:100%;
	}
}
@media screen and (max-width: 720px) {
}
@media screen and (max-width: 999px) {
	.contIzq {
		display:block;
		position:relative;
		width:100%;
	}
}
@media screen and (max-width: 1365px) {
}
@media screen and (min-width:481px) and (max-width: 720px) {
}
@media screen and (min-width:481px) and (max-width: 999px) {
}
@media screen and (min-width:721px) and (max-width: 999px) {
}
@media screen and (min-width:721px) and (max-width: 1365px) {
}