body {
	margin: 0;
	padding: 0;
	background-color: #e3d9ff;
	font-size: 11px;
	font-family: Arial;
}

a img { border: 0; }

#document {
	margin: 100px;
	margin-top: 20px;
	overflow: hidden;
}

#logo {
	height: 135px;
	width: 100%;
	background: url("images/logo.gif") no-repeat right;
}

#header {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

#bodas-bar, #eventos-bar, #varios-bar {
	height: 140px;
	width: 100%;
	margin-bottom: 16px;
}

#bodas-bar img.title, #eventos-bar img.title, #varios-bar img.title { margin-top: 25px; margin-left: 30px; cursor: pointer;}

#bodas-bar { background: url("images/bodas-bg.gif") repeat-x; }
#eventos-bar { background: url("images/eventos-bg.gif") repeat-x; } 
#varios-bar { background: url("images/varios-bg.gif") repeat-x; }  

.prev {
	border: 2px solid #eeeeee;
	height: 136px;
	width: 233px;
	float: right;
	margin-right: 16px;
}

.prev img { cursor: pointer; }

#footer {
	width: 100%;
	margin-top: 30px;
	border-top: #777788 1px solid;
	text-align: center;
	color: #777788;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
}
#footer span { margin-left: 20px; }

#footer span a { color: #777788; text-decoration: none; }
#footer span a:hover { text-decoration: underline; }

.prev2 {
	border: 2px solid #eeeeee;
	height: 136px;
	width: 136px;
	float: right;
	margin-right: 60px;
}

#bodas-bar2, #eventos-bar2, #varios-bar2, #nosotros-bar2, #contacto-bar2 {
	height: 140px;
	width: 100%;
	margin-top: 20px;
}

#bodas-bar2 { background: url("images/bodas-bg2.gif") repeat-x; }
#eventos-bar2 { background: url("images/eventos-bg2.gif") repeat-x; }
#varios-bar2 { background: url("images/varios-bg2.gif") repeat-x; }
#nosotros-bar2 { background: url("images/nosotros-bg2.gif") repeat-x; }
#contacto-bar2 { background: url("images/contacto-bg2.gif") repeat-x; }

#contacto-bar2 img.title2, #nosotros-bar2 img.title2, #bodas-bar2 img.title2, #eventos-bar2 img.title2, #varios-bar2 img.title2 { margin-top: 16px; margin-left: 30px; }
#contacto-bar2 p, #nosotros-bar2 p, #bodas-bar2 p, #eventos-bar2 p, #varios-bar2 p { margin: 8px; margin-left: 30px; }

#section-content {
	font-size: 12px;
	width: 100%; 
	overflow: hidden;
}

#section-content table {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}

#section-content table tr td { padding-top: 10px; }
#section-content table tr td.left { text-align: right; padding-right: 10px; border-right: solid 2px #eeeeee;}
#section-content table tr td.right { width: 188px; padding-left: 10px; }

#gallery { width: 100%; overflow: hidden;}
#gallery a img { margin: 18px; border: 2px solid #ffffff; float: left; display: inline;}

#oferta {
	padding: 10px;
	font-weight: bold;
	border: 2px solid #ffbeba;
	text-align: center;
	position: absolute;
	z-index: 2;	
	width: 340px;
	height: 60px;
	top: 415px;
	margin-left: 100px;
}

