/* @override 
	http://127.0.0.1/~fernando/webspectacular/styles/styleV2test/css/popUpContainer.css
	http://localhost/~fernando/webspectacular/styles/styleV2test/css/popUpContainer.css
	http://localhost/~josanchez/ws/styles/styleV2test/css/popUpContainer.css
	http://localhost/~josanchez/ws/php/plasticbriqFramework/interfaceFiles/css/popUpContainer.css
*/

.popUpContainerBackground {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-image: url(popup_bkg.png);
	z-index: 8000;
}

.popUpContainer {
	position: absolute;
	width: 100%;
	top: 100px;
	z-index: 8010;
	
}

.popUpWindow {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.popUpTopContainer {
	width: 800px;
	height: 33px;
	margin-left: auto;
	margin-right: auto;
}

.popUpCenterContainer {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.popUpBottomContainer {
	width: 800px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}

.popUpTopLeft {
	width: 34px;
	height: 33px;
	background-image: url(../cssImages/pop_up_top_left.png);
	float: left;
}

.popUpTopHorizontal {
	width: 732px;
	height: 33px;
	background-image: url(../cssImages/pop_up_border_horizontal.png);
	float: left;
}

.popUpTopRight {
	width: 34px;
	height: 33px;
	background-image: url(../cssImages/pop_up_top_right.png);
	float: left;
}

.popUpContent {
	width: 740px;
	min-height: 130px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../cssImages/pop_up_content_background.png);
}

.popUpContent .title3 {
	width: 740px;
	overflow-x: hidden;
	display: inline-block;
}

.popUpContent .title3 strong {
	overflow: hidden;
	display: inline-block;
	max-width: 550px;
	/*height: 1em;*/
}

.popUpBottomLeft {
	width: 34px;
	height: 33px;
	background-image: url(../cssImages/pop_up_bottom_left.png);
	float: left;
}

.popUpBottomHorizontal {
	width: 732px;
	height: 33px;
	background-image: url(../cssImages/pop_up_border_horizontal_bottom.png);
	float: left;
}

.popUpBottomRight {
	width: 34px;
	height: 33px;
	background-image: url(../cssImages/pop_up_bottom_right.png);
	float: left;
}


#imagePopUp {
	position: absolute;
	z-index: 8030;
	width: 100%;
	height: 100%;
	top: 0;
	/*left: 0;*/
}

.ImagePopUpFrame {
	z-index: 8030;
	display: block;
	margin-left: auto;
	margin-right: auto;
	min-width: 100px;
	position: relative;
}


.ImagePopUpTopLeft {
	width: 36px;
	height: 38px;
	float: left;
}

.ImagePopUpTop {
	height: 38px;
	float: left;
}

.ImagePopUpTopRight {
	width: 36px;
	height: 38px;
	float: left;
}


.ImagePopUpLeftBar {
	clear: both;
	float: left;
	width: 36px;
	height: 23px;
	display: block;
	border: none;
}
	
.ImagePopUpBar {
	float: left;
	display: block;
	height: 23px;
	background-color: black;
	/*border-bottom: 1px solid #fff;*/
}

.ImagePopUpRightBar {
	float: left;
	width: 36px;
	height: 23px;
	display: block;
}

.ImagePopUpLeftDescription {
	clear: both;
	float: left;
	width: 36px;
	height: 23px;
	display: block;
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
	
.ImagePopUpDescription {
	float: left;
	display: block;
	height: 23px;
	background-color: black;
	color: white;
	padding-top: 2px;
	padding-bottom: 2px;
	/*border-bottom: 1px solid #fff;*/
}

.ImagePopUpRightDescription {
	float: left;
	width: 36px;
	height: 23px;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

.ImagePopUpButton {
	float: left;
	z-index: 8050;
	cursor: pointer;
	cursor: hand;
	margin-left: 10px;
}

.ImagePopUpButton:hover {
	cursor: pointer;
	cursor: hand;
}


#ImagePopUpClose {
	float: left;
	margin: 0;
	margin-right: 10px;
}

.ImagePopUpLeft {
	clear: both;
	float: left;
	width: 36px;
	height: 1px;
	display: block;
}

.ImagePopUpContent {
	background-color: black;
	float: left;
}

.ImagePopUpRight {
	float: left;
	width: 36px;
	height: 1px;
	display: block;
}

.ImagePopUpBottomLeft {
	clear: both;
	width: 36px;
	height: 36px;
	float: left;
	display: block;
}

.ImagePopUpBottom {
	height: 36px;
	float: left;
	display: block;
}

.ImagePopUpBottomRight {
	width: 36px;
	height: 36px;
	display: block;
	float: left;
}

.ImagePopUpLeftBorder {
	clear: both;
	width: 36px;
	height: 1px;
	float: left;
	display: block;
}

.ImagePopUpBorder {
	float: left;
	display: block;
	height: 1px;
	background-color: white;
}
	
.ImagePopUpRightBorder {
	width: 36px;
	height: 1px;
	display: block;
	float: left;	
}

.ImagePopUpTitle {
	color: white;
	float: left;
	height:  18px;
	line-height: 18px;
}

.ImagePopUpPrevious {
	margin-left: 10px;	
}

.ImagePopUpNext {
	margin-left: 10px;
}

.ImagePopUpDownload {
	margin-left: 10px;
}

/* Contenedor para el test de compatibilidad del navegador */
.browserCompatibilityMessageContainer  {
	position: absolute;
	top: 10px;
	z-index: 100000;
	width: 100%;
	left: 0px;
	right: 0px;	
}

.browserCompatibilityMessage {
	background-color: white;
	width: 700px;
	height: 300px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px #000 solid;
	margin-left: auto;
	margin-right: auto;
}

.browserCompatibilityText {
	margin-bottom: 30px;
	color: red;
}


