body {
   font-family: "Arial", "sans-serif";
   color: #1a1aff;
font-size: 16px;
   background-color: #f2f2f2;
}

a:link {
   color: #1a1aff;
   text-decoration: underline;
   font-weight: normal;
border-bottom:1px solid transparent;
}

a:visited {
   color: #1a1aff;
   text-decoration: underline;
   font-weight: normal;
border-bottom:1px solid transparent;
}

a:hover {
   color: #1a1aff;
   padding-bottom: 5px;
   font-weight: italic;
   text-decoration: none;
border-bottom:1px solid transparent;
}

a:active {
   color: #1a1aff;
   font-weight: normal;
border-bottom:1px solid transparent;
}

baselink {
display: inline-block;
background-color: #1a1aff;
/*height: 100px;*/
width: 200px;
text-align: center;
vertical-align: center;
font-size: 25px;
/*font-family: Console;*/
padding-right: 3px;
padding-left: 3px;
padding-top: 15px;
padding-bottom: 15px;
border-top-style: solid;
border-bottom-width: 1px;
border-bottom-style: solid;
border-top-width: 1px;
border-color: #f2f2f2;
}

baselink :link {
color: #f2f2f2;
text-decoration: none;
font-weight: normal;
}

baselink a:hover {
color: #f2f2f2;
text-decoration: underline;
font-weight: bold;
}

baselink a:active {
color: #f2f2f2;
text-decoration: none;
font-weight: bold;
}

baselink a:visited {
color: #f2f2f2;
text-decoration: none;
font-weight: normal;
}

#arriba {
   position: absolute;
   height: 110px;
   top: 0;
   right: 1px;
   left: 1px;
   bottom: 110px;
}
 
#abajo {
   position: absolute;
   top: 112px;
   bottom: 0;
   left: 1px;
   right: 1px;
}



#lateral {
   position: fixed;
   width: 198px;
   top: 0;
   bottom: 0;
   left: 0;
/*   right: 235px*/
;
}

h1 {
/*   font-family: Georgia, "Times New Roman", Times, serif;*/
   font-size: 35px;
   font-weight: normal;
color: #1a1aff;
text-align: center;
}

h2 {
font-weight: normal;
font-size: 24px;
text-decoration: none;
text-align: center;
}
 
h3 {
/*   font-family: Georgia, "Times New Roman", Times, serif;*/
   font-size: 20px;
   font-weight: normal;
text-align: center;
}

h4 {
font-weight: normal;
font-size: 24px;
text-decoration: none;
}
 
h5 {
/*   font-family: Georgia, "Times New Roman", Times, serif;*/
   font-size: 20px;
   font-weight: normal;
}

h5 :link {
color: #1a1aff;;
text-decoration: underline;
font-style: italic;
}

h5 a:hover {
color: #1a1aff;
text-decoration: none;
font-style: normal;
}

/*
h5 a:active {
color: #1a1aff;
text-decoration: underline;
font-weight: bold;
}
*/

h5 a:visited {
color: #1a1aff;
text-decoration: underline;
font-style: italic;
}



small {
display: inline;
font-weight: normal;
font-size: 13px;
text-decoration: none;
}


actual {
display: inline;
color: #cc5555;
}

external {
display: inline;
font-size: 12px;
font-weight: normal;
}

external :link{
font-size: 12px;
font-weight: normal;
}
 
entrada {
display: block;
background-color: #1a1aff;
width: 250px;
height: 120px;
text-align: center;
font-size: 35px;
/*font-family: Console;*/
padding-right: 5px;
padding-left: 5px;
padding-top: 7px;
padding-bottom: 7px;
border-top-style: solid;
border-bottom-width: 2px;
border-bottom-style: solid;
border-top-width: 2px;
border-color: transparent;
}

entrada :link {
color: #f2f2f2;
text-decoration: none;
font-weight: normal;
}

entrada a:hover {
color: #f2f2f2;
text-decoration: underline;
font-weight: bold;
}

entrada a:active {
color: #f2f2f2;
text-decoration: none;
font-weight: bold;
}


entrada a:visited {
color: #f2f2f2;
text-decoration: none;
font-weight: normal;
}

/*Enrollamiento  y desenrollamiento*/

.hidden { display: none; }
.unhidden { display: block; }

/*Alternativamente, puedo optar por "visibility" en vez de "display":

.hidden { visibility: hidden; }
.unhidden { visibility: visible; } 
*/


chiquitin {
display: inline;
font-size: 15px;
font-weight: normal;
}


chiquitin :link {
text-decoration: underline;
font-weight: normal;
}

chiquitin a:hover {
text-decoration: none;
font-weight: normal;
}

chiquitin a:active {
text-decoration: underline;
font-weight: normal;
}

chiquitin a:visited {
text-decoration: underline;
font-weight: normal;
}
