<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.popup__windows{
    position: fixed;
    background: #2550a2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    padding: 0px 0px 0px 0px;
    display: none;
    z-index: 999;
}
.window__header{
    position: relative;
    float: left;
    width: 90%;
    left: 5%;
}
.window__header i{
    float: right;
    font-size: 30px;
    margin-right: 10px;
    margin-top: 10px;
    color: #0c3685;
    position: absolute;
    top: 0;
    right: 0;
}
.desplegable{
		margin:0;
		padding:0;
		text-align: center;
	}
.desplegable li{
	list-style-type: none;
	padding-bottom: 10px;
	padding-top: 10px;
}
.desplegable li a{
	color:white;
	text-decoration:none;
}
.desplegable li:hover{
	background-color:#0c3685;
}
.popup__windows2{
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    padding: 2% 0px 0px 0px;
    display: none;
    z-index: 999;
}
.window__header2{
    position: relative;
    float: left;
    width: 90%;
    left: 5%;
}
.window__header2 i{
    float: right;
    font-size: 30px;
    margin-right: 10px;
    color: #DC0000;
}
</pre></body></html>