/* file: mad_std.ccs */

body {
 font-family: arial, helvetica, sans-serif;
 margin: 0;
 padding: 0;
}

/* links */
a {
 border: 0;
 text-decoration: none;
}

a.claro:active	{ color: #FFFFFF; }	/* selected link */
a.claro:hover	{ color: #FFFFFF; }	/* mouse over link */
a.claro:link	{ color: #FFFFFF; }	/* unvisited link */
a.claro:visited { color: #FFFFFF; }	/* visited link */

a.oscuro:active { color: #000000; }
a.oscuro:hover	{ color: #000000; }
a.oscuro:link	{ color: #000000; }
a.oscuro:visited { color: #000000; }

/* images */
img {
 border: 0;
}

.centrarimg {
 border: 0px;
 margin: 0px;
 padding: 0px;
 text-align: center;
}

/* section dividers - hr */
.separator0 {
 border: 0px;
 color: #000000;
 height: 1px;
 width: 100%;
}

.separator1 {	/* orange */
 border: 0px;
 color: #FF6633;
 height: 5px;
 width: 100%;
}

.separator2 {	/* light gray */
 border: 0px;
 color: #999999;
 height: 2px;
 width: 100%;
}

/* common colors */
.bk { color: #000; }
.lgy { color: #999; }
.gy { color: #666; }
.dgy { color: #333; }
.or { color: #F63; }
.rd { color: #900; }
.bl { color: #009; }
.wt { color: #FFF; }
.yl { color: #FC0; }
 
/* font sizes */
.xs { font-size: 0.625em; }	/* 10px = 0.625em */
.s { font-size: 0.75em; }	/* 12px = 0.75em */
.m { font-size: 0.875em; }	/* 14px = 0.875em */
.l { font-size: 1em; }		/* 16px = 1em */
.xl { font-size: 1.125em; }	/* 18px = 1.125em */
.xxl { font-size: 1.25em; }	/* 20px = 1.25em */

/* font weight */
.bold { font-weight: 700; }	/* 700 = bold */

/* lists */
ul {
 list-style-type: none;
 margin: 10px 0px 0px 0px;
 padding: 0px;
}

li.mad_m {
 background-image: url(/imagenes/mad.gif);
 background-repeat: no-repeat;
 background-position: 0px 4px; 
 padding-left: 14px;
}

li.mad_s {
 background-image: url(/imagenes/mad.gif);
 background-repeat: no-repeat;
 background-position: 0px 2px; 
 padding-left: 14px;
}

/* eof */
