/* ESTILOS DE POP UP
   Estilos creados por el PopUp.
----------------------------------------------------------*/
.backgroundPopup {
    display: none;
    position: fixed;
    _position: absolute; /* hack IE 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    border: 1px solid #cecece;
    z-index: 9998;
}

.popup {
	display: none;
	position: fixed;
	_position: absolute; /* hack IE 6*/
	background: #FFFFFF;
	z-index: 9999;
	padding: 1.5em;
	border: 6px solid #232323;
	-moz-border-radius: 10px;
	height: auto;
	width: 350px;
	color:#666
}
.popup a{
	color:#666
}
.popup a:hover{
	color:#CCC;
}

.popupClose {
    background:url(../images/popup/cerrar.png) no-repeat;
    height: 24px;
    width: 24px;
    position: absolute;
    right: 1em;
    top: 0.3em;
    display: block;
}

.popupClose:hover {
    cursor: pointer;
}

.pop300{width:300px;}
.pop300 p{text-align: justify;}

.pop350{width:350px;}
.pop350 p{text-align: justify;}

.pop400{width:400px;}
.pop400 p{text-align: justify;}

.pop410{width:410px;}
.pop410 p{text-align: justify;}

.pop450{width:450px;}
.pop450 p{text-align: justify;}

.pop500{width:500px;}
.pop500 p{ text-align:justify;}

.pop560{width:560px;}
.pop560 p{text-align: justify;}

.pop580{width:580px;}
.pop560 p{text-align: justify;}

.pop600{width:600px;}
.pop600 p{text-align: justify;}

.pop620{width:620px;}
.pop620 p{text-align: justify;}

.pop700{ width:700px;}
.pop700 p{text-align: justify;}

.pop800{ width:800px;}
.pop800 p{text-align: justify;}

.pop900{ width:900px;}
.pop900 p{text-align: justify;}

.pop1000{ width:1000px;}
.pop1000 p{text-align: justify;}