	#modalContent {
	background-image: url(../images/marco.png);
	position:absolute;
	width: 518px;
	height: 171px;
	left: 200px;
	bottom:-280px;
	background-repeat: no-repeat;
	z-index:101;
	display: none;
	top: 30%;
    }
	
	  #modalContent .pos1 {
      position:absolute;
      bottom:90px;
      }
	  
	   #modalContent .pos2 {
      position:absolute;
      bottom:60px;
      }
	
	  #modalContent h2 {
      width: 500px;
      color:#700053;
      font-size:24px;
      font-weight:normal;
      letter-spacing:0em;
      text-align: center;
    }
    
    #modalContent h1 {
	width: 500px;
	color:#CD3377;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-0.04em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: center;
    }
#modalContainer{
	position:absolute;
	top:0;
	left:0;
	height:830px;
	width:1295px;
	/*background-color:#f598cf;*/
	background-image: url(../images/fondo_modal.png);
	opacity:.75;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	z-index:100;
	display: none;
	overflow:hidden;
	margin-left:-200px;
}
	#modalVideo {
	position:absolute;
	width: 10px;
	height: 10px;
	left: 400px;
	background-repeat: no-repeat;
	z-index:102;
	display: none;
	top: 30%;
    }
#modalContainer2{
	position:absolute;
	top:0;
	left:0;
	height:930px;
	width:1295px;
	/*background-color:#f598cf;*/
	background:#000000;
	opacity:.75;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	z-index:100;
	display: none;
	overflow:hidden;
	margin-left:-200px;
}
#modal_flexible{
	width: 266px;
	z-index: 102;
	position: absolute;
	display: none;
	left: 40%;
}
.modal_top{
	background: url(../images/modal_flexible/modal_top.png) no-repeat;
	height: 35px;
}
.modal_bottom{
	background: url(../images/modal_flexible/modal_bottom.png) no-repeat;
	height: 41px;
}
.modal_middle{
	background: url(../images/modal_flexible/modal_middle.png) repeat-y;
	height: auto;
}