/* CSS Document */

/* BORDES */
.ariz {
border-top-color: #9eabb2;
border-top-style: solid;
border-top-width: 1px;
border-left-color: #9eabb2;
border-left-style: solid;
border-left-width: 1px;
}

.arder {
border-top-color: #9eabb2;
border-top-style: solid;
border-top-width: 1px;
border-right-color: #9eabb2;
border-right-style: solid;
border-right-width: 1px;
}

.abiz {
border-bottom-color: #9eabb2;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #9eabb2;
border-left-style: solid;
border-left-width: 1px;
}

.abder {
border-bottom-color: #555555;
border-bottom-style: solid;
border-bottom-width: 1px;
border-right-color: #555555;
border-right-style: solid;
border-right-width: 1px;
}

/* MENU */

a.menu { 
   color: #cccccc;
   text-decoration: none;
   }
   
a.menu:hover {
   color: #009fda;
   text-decoration: none;
}

a.current {
   color: #009fda;
   text-decoration: none;
}

a.current:hover {
   color: #009fda;
   text-decoration: none;
}

.parteizq {
padding-left: 10px;
border-bottom-color: #555555;
border-bottom-style: solid;
border-bottom-width: 1px;
font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

.parteder {
padding-bottom: 5px;
padding-right: 5px;
border-bottom-color: #555555;
border-bottom-style: solid;
border-bottom-width: 1px;
}

.footer {
color: #CCCCCC;
font: 11px Tahoma, "Times New Roman", Times, serif;
}

/* SITIO */
.bg {
padding-left: 10px; 
padding-top: 5px;
background-image: url(img/bg.jpg);
background-repeat: repeat-x;
background-color: #e2e3e2;
border-bottom-color: #9eabb2;
border-bottom-style: solid;
border-bottom-width: 1px;
border-right-color: #9eabb2;
border-right-style: solid;
border-right-width: 1px;
}

a {
color: #383838;
text-decoration: none;
}

a:hover {
color: #383838;
text-decoration: underline;
}

a.footer {
color: #CCCCCC;
text-decoration: none;
}

a.footer:hover {
color: #CCCCCC;
text-decoration: underline;
}


.texto { 
color: #383838;
font: 11px Tahoma, "Times New Roman", Times, serif;
}

.azul {
color: #009fda;
font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

/* 009fda -> Celeste (Menu y Titles)
383838 -> Gris
9eabb2 -> Borde
cccccc -> Gris Menu
555555 -> Borde Menu
323232 -> Fondo menu */


