@font-face {
font-family: Forum-Regular; /* nombre de la fuente */
src: url("../font/GandhiSans-Regular.eot"); 
src: url("../font/GandhiSans-Regular.eot?#iefix") format("embedded-opentype");
src: url("../font/GandhiSans-Regular.otf"); /* ubicación de la fuente formato .otf */
src: url("../font/GandhiSans-Regular.ttf"); 
src: url("../font/GandhiSans-Regular.svg"); 
src: url("../font/GandhiSans-Regular.woff"); 

font-weight:normal;
}
@font-face {

font-family: TrajanPro-Regular; 
src: url("../font/trajanproregular.eot"); 
src: url("../font/trajanproregular.eot?#iefix") format("embedded-opentype");
src: url("../font/TrajanPro-Regular.otf"); 
src: url("../font/trajanproregular.ttf"); 
src: url("../font/TrajanPro-Regular.svg"); 
src: url("../font/TrajanPro-Regular.woff"); 
 font-weight:normal;
	 
}


.clear{
	clear:both;
}

a, a:visited {
	color: #000000;
	text-decoration:none;
	outline:none;
}

a:hover{  color:#666666;}

#container{
	width:410px;
	margin:20px auto;
}

#heading,#footer{
	background-color:#2A2A2A;
	border:1px solid #444444;
	height:20px;
	padding:6px 0 25px 15px;
	margin-bottom:30px;
	overflow:hidden;
}

#footer{
	height:10px;
	margin:20px 0 20px 0;
	padding:6px 0 11px 15px;
}

div.nomargin{
	margin-right:0px;
}

.pic{
	float:left;
	margin:0 15px 15px 0;
	border:4px solid #CCCCCC;
	width:80px;
	height:60px;
	
}

.pic a{
	width:80px;
	height:60px;
	text-indent:-99999px;
	display:block;

}
