@charset "utf-8";
/* Instituto Electoral del Distrito Federal */
/* Cretaed by Eduardo Kineret Garcia Alvarez */
/* Creado por Eduardo Kineret Garcia Alvarez */
/* Julio 2010 */
/* July  2010 */
/* edkigal@hotmail.com */

html { 
overflow: hidden; 
} 
p {
	text-align:justify;
}
body { 
margin: 0px; 
padding: 0px; 
background: #222; 
position: absolute; 
width: 100%; 
height: 100%; 
pointer: default; 
} 
#screen { 
position: absolute; 
left: 5%; 
height: 90%; 
top: 5%; 
width: 90%; 
overflow: auto; 
background: #000; 
color: #fff; 
} 
#screen2 { 
position: absolute; 
left: 5%; 
height: 35%; 
width: 90%; 
top: 60%; 
overflow: auto; 
background: #111; 
color: #fff; 
} 
.content { 
position:relative; 
font-size: 0.8em; 
font-family: verdana; 
color: #fff; 
padding: 1em; 
height: 100%; 
} 
a { 
text-decoration: none; 
color:#ff8000; 
} 
a:hover { 
text-decoration: none; 
background:#ff8000; 
color:#ffffff; 
} 
a:visited { 
text-decoration: none; 
color:#ff8000; 
} 
a:visited:hover { 
text-decoration: none; 
background:#ff8000; 
color:#ffffff; 
} 
.cds_scrollbar { 
position: absolute; 
background: #555 url(images/bumps3.gif); 
right: 0px; 
cursor: pointer; 
} 
.cds_scrollbar_over { 
background: #aaa url(images/bump1.gif); 
} 
.cds_scrollbar_pushed { 
background: #fff url(images/bump0.gif); 
} 
.cds_track { 
position: absolute; 
background: #222 url(images/bumps2.gif); 
right: -1px; 
top: 0px; 
height: 100%; 
cursor: pointer; 
} 
.cds_up { 
position: absolute; 
background: #f60 url(images/bump5.gif); 
right: 0px; 
top: 0px; 
cursor: pointer; 
} 
.cds_down { 
position: absolute; 
background: #f60 url(images/bump5.gif); 
right: 0px; 
bottom: 0px; 
cursor: pointer; 
} 