﻿



blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
a{
cursor: pointer;
text-decoration:none;
}
br.both{
clear:both;
}

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
background-color:#000000;
left:0;
z-index:1;
}


.popupJquery{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:460px;
width:800px;
background-color:#FFFFFF;
border:5px #FFFFFF solid;
z-index:2;
overflow:auto;
}

.contenidoDivPopUp{
padding:25px;
font-size:12px;
color:#000000;
width:720px;
}



.cerrarPopUp{
font-size:14px;
line-height:14px;
right:10px;
top:0px;
position:absolute;
color:#6fa5fd;
width:20px;
height:20px;
display:block;
float:right;

}




