/*****************************************************************
 * Cascading Style Sheet
 * Design: Martin Gonzalez
 * Owner: Soluciones Zago, S.A. de C.V.
 * Updated: Dec 14, 2004
 *
*****************************************************************/


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Global style rules
 *
**/

BODY {
     background-color: #EFE1C8;
     cursor: default;
     font-family: arial;
     margin: 32;
}

A { text-decoration: none; }





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Specific style rules
 *
**/

.mfrLogo {
     top: 0;
     right: 0;
     position: absolute;
     z-index: -1;
     zoom: 32%;
     filter: Chroma(Color=#FFFFFF) Alpha(Opacity=40);
}

.mainTitle {
     background: #1C356F;
     border: outset 2;
     color: #A8D0FF;
     font-family: verdana;
     font-size: medium;
     margin-bottom: 32;
     padding: 4;
     text-align: center;
}

.en {
     background: navy;
     border: solid 1 #0080FF;
     color: white;
     cursor: hand;
     float: right;
     font-size: x-small;
     font-weight: bold;
     padding: 4 6 4 6;
}

.deviceImg {
     border: ridge 4 #C0C0C0;
     float: right;
     margin: 0 0 15 20;
}

.imgText {
     color: #404040;
     font-weight: bold;
     letter-spacing: 1;
     padding: 2;
     width: 100%;
     filter: DropShadow(Color=#C0C0C0 OffX=-1 OffY=1) Shadow(Color=#A79D8C Direction=45 Strength=5);
}

.spanish {
     text-align: justify;
}

.english {
     color: #008000;
     display: none;
     font-size: smaller;
     font-variant: small-caps;
     padding: 0 32 0 32;
     text-align: justify;
}

.chartImg {
     border: inset 2;
}