<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">         #header {
           width: 100%;
           height: 100px;
           background: -moz-linear-gradient(-90deg,#003471,#FFFFFF);
           background: -webkit-gradient(linear, left top, left bottom, from(#003471), to(#FFFFFF));
           text-align:center; margin:0 auto;
           float:left;
         }

         #footer {
           width: 100%;
           height: 100px;
           background: -moz-linear-gradient(-90deg,#FFFFFF,#003471);
           background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#003471));
           text-align:center; margin:0 auto;
           float:left;
         }

         .loginBox {
            background: -moz-linear-gradient(-90deg,#003471,#FFFFFF);
            background: -webkit-gradient(linear, left top, left bottom, from(#003471), to(#FFFFFF));
            color:#FFF;
         }

         h1.header {
           padding-left: 30%; /* The padding is just there to move the h1 element to the center of the div */
           padding-top: 17px;
           font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
           font-size: 6vw;
           color: #0D4383;
           text-shadow: rgba(0,0,0,0.5) -1px 0, rgba(0,0,0,0.3) 0 -1px, rgba(255,255,255,0.5) 0 1px, rgba(0,0,0,0.3) -1px -2px;
         }
         a.cv h1 {
                 display: inline;
                 position: relative;
                 font: 50px Helvetica, Sans-Serif;
                 letter-spacing: -5px;
                 color: rgba(0,255,255,0.5);
         }

         a.cv h1:after {
                 content: "Mi Curriculum";
                 position: absolute; left: -75px; top: 2px;
                 color: rgba(0,0,255,0.5);
                 width:400px;
         }
         h3 { display:inline; margin:10px; }

         div { margin:10px; }
         footer { text-align:center; margin:0 auto; margin-top:30px; padding-top:30px; border-top:1px solid #CCC; color:#33F; font-size:10px; font-family:Verdana; font-weight:bold; }
         #main { text-align:center; margin:0 auto; }
         #main h1 { font-size:20px!important; }
         #main h2 { font-size:17px!important; }
         #cv { text-align:center; margin:0 auto; }
         #websprimas { margin-bottom:10px; font-size:10px; text-align:center; margin:0 auto; }
            h3 a { padding: 0 20px; border-left: 1px solid #EEE; color:#F60; }
         #headerBox { }
         #formLogin { float:right; width:19%; height:100px; }
         #brand { margin:0 auto; margin-top:10px; margin-bottom:10px; text-align:center; font-weight:bold; color:#0022FF; }
         #userLogado { text-align:right; }
         #userLogado .user { margin:10px; font-weight:bold; font-size:14px; color:#F00; }
         #userLogado .sesion { color:#FFF; }
         #userLogado .userLinks a { margin:5px 10px; color:#33F; }
         .formLabel { font-weight:bold; }
         .sesionFail { color:#F00; font-weight:bold; }
</pre></body></html>