/*

Colors:

#ffcc00  Naranjita
#ffff00  Amarillito

#1111ee  Azul oscuro
#ddeeee  Azul clarito

#00aa33  Verde oscurito
#32cd32  Verde oscurito 2 (lime green)
#adff2f  Verde clarito (green yellow)
#7fff00  Verde clarito 2 (chartreuse)
#ccffcc  Nire Green 1

#ff0000  Rojo puro
#ee4000  Rojo anaranjado (Orange Red 2)
#ffc1c1  Rosita (Rosy Brown 1)
#ff3030  Firebrick 1
#ffeeee  Nire Red 1

*/

/*Misc word styles*/
.entry01 { font-weight:bolder }

.entry02 { font-weight:bolder; background-color:#ccccee; text-align:center }

.entry03 { font-size:90%; font-weight:bold; padding-left:20px}

.entry04 { font-size:90%; font-weight:bold; padding-left:0px; background-color: #ccddff; text-align:center}

h1 {font-size:250%; color:#000000; text-align:center}

h2 {font-size:180%; color:#00aa33; text-align:left;}

.nodecor {text-decoration:none;}

a {text-decoration:none}

a:link {text-decoration:none; color: #1111ee}

a:hover {background:#eeeeff; border:0; border-style:solid}

a:visited { color: #00aadd }

img { border:0; background-color: none }
a.imeich { background-color: white }

p { text-align:justify; line-height: 150% }

dd { line-height: 250% }

ul,ol { line-height: 200% }

/*Page arrangements*/
.page {margin-left:165px; margin-right:100px}

.centerpage { margin-left:165px; margin-right:170px }

.leftmenu {margin-left:0px; width:160px; float:left}

.rightcol {margin-right:0px; width:170px; float:right}

.col-01 {margin-left: 0px; width:10%; font-size:110%; line-height:150%; float:left }
.col-02 {margin-left: 160px; line-height:150%; width:80%; text-align:justify}

/*Buttons*/
.button  {width: 125px; float: left; margin-right:10px; font-size:90%; }

.button a { display:block; padding: 5px; line-height: 80%; margin-top: 5px;
            margin-bottom: 5px; margin-left: auto; margin-right: auto; text-align: center; 
            border-style: solid; border-width: 1px; border-color: black; text-decoration:none}

.button a:link  { color: #23238b; font-weight: normal; text-decoration:none }

.button a:hover { background-color: #ccccff; color: black }

.button a.active { background-color: #32cd32; color: white; font-weight: bold } 

/*Left-side buttons 1 and 2*/
.lbutton1,.lbutton2 { width: 145px; float: left; margin-right:10px; font-size: 90%; }

.lbutton1 a { display:block; padding: 5px; line-height: 80%; margin-top: 5px;
            margin-bottom: 5px; margin-left: auto; margin-right: auto; text-align: center; 
            border-style: solid; border-width: 1px; border-color: black; text-decoration:none }

.lbutton1 a:link  { color: #23238b; font-weight: normal; text-decoration:none }

.lbutton1 a:hover { background-color: #ddddff; color: black }

.lbutton1 a.active { background-color: #ff0000; color: white; font-weight: bold} 

/*Left-side buttons 2*/
.lbutton2 a { display:block; padding: 5px; line-height: 80%; margin-top: 5px;
              margin-bottom: 5px; margin-left: auto; margin-right: auto; text-align: center; 
              border-style: solid; border-width: 1px; border-color: black; text-decoration:none }

.lbutton2 a:link  { color: #8b2323; font-weight: normal; text-decoration:none }

.lbutton2 a:hover { background-color: #ccffcc; color: black }

.lbutton2 a.active {background-color: #32cd32; color: white; font-weight: bold}
