/* INI POPUP*/
#capasombra {
background:#000000 none repeat scroll 0 0;
cursor:pointer;
left:0;
opacity:0;
position:absolute;
text-align:center;
top:0;
}
#capapopup {
background-color:#E7E7E8;
border:1px solid #333;
height:5px;
left:50%;
overflow:hidden;
padding:0px;
position:absolute;
text-align:left;
width:4px;
}
#cerrarpopup {
background:transparent url(/img/cerrarpopup.png) no-repeat scroll 0 0;
cursor:pointer;
float:right;
height:16px;
width:16px;
}
#titulopopup {
background: #555 none repeat scroll 0 0;
border-bottom: 0px solid #ffc;
font-size:0.8em;
font-weight:bold;
font-family:Arial;
color: #ffffff;
height:20px;
line-height:18px;
margin-bottom:5px;
overflow:hidden;
padding:2px 3px 0 5px;
text-align:left;
}
#contenidopopup {
display:none;
opacity:0;
}
.cuerpotextopopup{
  padding:0px 2px 0 5px;
  font-size:0.75em;
  font-family:Arial;
  font-weight:none;
}
/*END POPUP*/