body{ font-size:10px;
        font-family: helvetica, sans-serif;
        background-color: rgb(204,6,90);}


div#pagina { margin:auto;
              width: 70%;
              background-color: rgb(170, 162, 162);}


header{width:100%;
        height: auto;
        padding:20px;}


header div#logodgpc { width:141px;
                    height: 70px;
                    background-image:url(imagenes/logodgpc.jpg);
                        }


header nav#botoneraarriba { width: 100%;
                            height: 20%;    }

header nav#botoneraarriba ul{  list-style-type:none;
                                }


header nav#botoneraarriba ul li a{  text-decoration: none;  
                                    float:right;
                                   
                                width: 130px;
                                margin-top: -10px;
                                color:rgb(255, 255, 255);
                                font-size: 14px;
                                margin: auto;}

div#nombre { width:150px;
            padding:20px;
             font-size: 18px;
            margin-top: -35px;
            color: rgb(204, 6, 90);}

div#columna{padding:20px; }

div#columna .textodestacado1{font-weight:bold;
                                font-size: 14px;}

.textodestacado2{text-decoration: underline;}


footer{ width: 70%;
            margin: auto;
            height: 60px;
            background-color: rgb(0,0,0);
                font-size: 0.6rem;}

div#footer { 
            text-align: center;
            padding-top: 20px;
            padding-bottom: 20px;
            color:rgb(255, 255, 255);
            }