﻿
.pageMessage
{
	width:700px;
}

.pageLeft
{
	width:500px;
	float:left;
}

.pageRight
{
	width:180px;
	float:left;
}

.pageLeftEqual
{
	width:320px;
	float:left;
}

.pageRightEqual
{
	width:320px;
	float:left;
}

.pageMessageContent
{
	padding:10px 10px 10px 10px;
	margin-bottom:5px;
}

.pageLeftContent
{
	padding:10px 10px 10px 10px;
	margin-bottom:20px;
}

.pageLeftContent img
{
	border: solid 5px #bab6b1;
}

.pageLeftContent img:hover
{
	border: solid 5px #5cbb57;
}

.pageRightContent
{
	padding:10px 10px 10px 10px;
	margin-bottom:20px;
}

.pageRightContent img
{
	border: solid 5px #bab6b1;
}

.pageRightContent img:hover
{
	border: solid 5px #5cbb57;
}

.pageRightContentBride
{
	background-image:url('images/bodas.png');
	background-position:top;
	background-repeat:no-repeat;
	height:97px;
	width:200px;
}

.pageRightContentBride:hover
{
	background-image:url('images/bodas.png');
	background-position:bottom;
	background-repeat:no-repeat;
}

.pageRightSeparator
{
	background-image:url('images/checker_grey.png');
	background-position:bottom;
	background-repeat:repeat-x;
	height:6px;
	width:200px;
	margin-top:10px;
	margin-bottom:10px;
}

	
