body {
	background-color:#ffffff;
}

#content {
	color:#000000;
	font-family:tahoma;
	font-size:14px;
	margin:0 auto;
	width:800px;
	margin-top:5px;
	text-align:left;
	padding-left:100px;
}

#content a{
    color: #FFBF00;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}


#content h2{
    text-align:center;
    color: #FFBF00;
	cursor:pointer;
	font-size:20px;
	font-weight:bold;
}



#imageP {
     text-align:center;
     float:center;
     padding-left:55px;
     margin-top:-30px;
}

#popup{
          width: 650px;
          padding:10px 10px 10px 10px;
}


#popup a{
    color: #0000FF;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}

#gale {
  color:#000;
   background-color: #FFF;
   float:right;
   font-weight:bold;
   text-decoration:none;
}

#gale a{
  color:#DF0101;
   background-color: #FFF;
   float:right;
   font-weight:bold;
   text-decoration:underline;
}

#intrar {
    text-align:center;
    margin-top:-30px;
}

#intrar a{
    margin-top:-150px;
    text-align:center;
    color:#DF0101;
	cursor:pointer;
	font-size:35px;
	font-weight:bold;
	text-decoration:none;
}


.popup {
    background-color: #ffffff;
    color: #B18904;
    height: 550px;
    left: 100%;
    padding-left: 0px;
    padding-bottom: 10px;
    position: fixed;
    right: 30%;
    top: 10%;
    width: 555px;
    z-index: 101;
	/*border:5px solid #888888;*/
	-moz-box-shadow: 0px 0px 10px 1px #888888;
	-webkit-box-shadow: 0px 0px 10px 1px #888888;
	box-shadow: 0px 0px 10px 1px #888888;
	border-radius:10px;
	-moz-border-radius:10px;
}

.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
	opacity:0.5;
}



a.close {
    background: url("cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 32px;
    position: relative;
    top: -33px;
    width: 26px;
}
