@charset "utf-8";
/* CSS Document */

body {
   font-family: Arial, Helvetica, sans-serif;
   color: #000;
   width: 900px;
   margin-right: auto;
   margin-left: auto;
}
h1 {
   color: #0fabec;
   text-align: left;
}
h2 {
   font-style: normal;
   color: #0fabec;
}
.cuerpo {
   width: 600px;
   float: left;
}
.menu {
   width: 280px;
   list-style-type: none;
   float: left;
   margin-right: 20px;
}
h3 {
   font-style: normal;
   color: #0fabec;
}

ul {
   list-style-type: none;
   color: #000;
   text-decoration: none;
}
.pie p {
   color: #999;
}
.medio {
   width: 900px;
}
.medio .menu ul li {
   list-style-position: outside;
   list-style-image: url(img/list.jpg);
   font-size: 0.8em;
   font-weight: bold;
   vertical-align: middle;
   padding-bottom: 10px;
   color: #000;
   text-decoration: none;
}
.medio .cuerpo p #eficiencia {
   color: #0fabec;
}
.medio .cuerpo p #calidad {
   color: #0fabec;
}

.pie {
   clear: both;
   text-align: center;
   font_family:"Century Gothic";
}
.medio .cuerpo img {
   margin-bottom: 5px;
   margin-right: auto;
   margin-left: auto;
   left: auto;
   right: auto;
}
.medio .cabecera p {
   text-align: right;
   color: #0FABEC;
   font-weight: bold;
   font-size: 0.8em;
}
.medio .cabecera {
   color: #CCC;
}

.medio .cabecera p a {
   color: #999;
   text-decoration: none;
   font-weight: normal;
}
.medio .menu ul li a {
   color: #000;
   text-decoration: none;
   vertical-align: middle;
}
.medio .menu ul li a:hover {
   color: #0FABEC;
}
.medio .cabecera h1 a img {
   text-decoration: none;
   border-top-style: none;
   border-right-style: none;
   border-bottom-style: none;
   border-left-style: none;
}
.medio .cuerpo h3 p img {
   margin-bottom: -10px;
   right: auto;
}
.medio .cuerpo ul li {
   list-style-type: disc;
}

