@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: "CenturyGothic1";
    src: url("font/century_gothic.eot"); 
    src: url("font/century_gothic.eot?#iefix") format("embedded-opentype"), url("font/century_gothic.svg#Century Gothic") format("svg"), url("font/century_gothic.woff") format("woff"), url("font/century_gothic.ttf") format("truetype"); 
    font-weight: normal; 
    font-style: normal;
}


#container #screen #s1, #s3 {
	float: left;
	width: 226px;
	overflow: hidden;
	padding-top: 0px;
	text-align: left;	
}
#container #screen #s2 {
	float: left;
	width: 226px;
	overflow: hidden;
	padding-top: 0px;
	padding-left: 11px;
	padding-right: 11px;
	text-align: left;
}

#container #screen ul {
	font-family: CenturyGothic1, Century Gothic, sans-serif;
	text-align: left;
	display: block;
	font-size: 10px;
	overflow: auto;
	width: 226px;
	list-style: none;
	list-style-type: none;
	cursor: pointer;
}
#container #screen a.titulo{
	font-family: CenturyGothic1, Century Gothic, sans-serif;
	font-size: 10px;
    border: 1px solid;
    line-height:20px;
	color: #000;
	text-decoration: none;
	text-transform: none;
	display: block;
	text-align: left;
    padding-left: 5px;
    margin-bottom: 11px;
}
#container #screen a:hover {
	color: #fff;
	background-color: #000;
}
