/* 69 Monos | diseño y comunicación */

.fontfoot {
	font: 12px Tahoma, Arial, Verdana;
	color: #505050;
}

.fontin {
	font: 12px Tahoma, Arial, Verdana;
	color: #999999;
}

.fontin2 {
    font: 12px Tahoma, Arial, Verdana;
	color: #7F7F7F;
}

a.orange { 
    color: #FFA800;
	text-decoration: none;
}

a.orange:hover {
    color: #FFA800;
	text-decoration: underline;
}

a.orange2 { 
    color: #505050;
	text-decoration: none;
}

a.orange2:hover {
    color: #FFA800;
	text-decoration: underline;
}

a {
   color: #7F7F7F;
   text-decoration: none;
}

a:hover {
    color: #FFA800;
	text-decoration: underline;
}


* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "img/x.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", 
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
body {background-color:#181818;}

/* Contacto */

.contactoc {
	margin-bottom:5px; 
	background-color:#2b2b2b; 
	
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	
	border-color:#494949; 
	border-width:1px; 
	border-style:solid; 
	
	width:130px;
}

.contactob {
	margin-bottom:5px; 
	background-color:#2b2b2b; 
	
	font-family: Tahoma, Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	
	border-color:#494949; 
	border-width:1px; 
	border-style:solid; 
	
	width:40px;
}
.br {line-height: 10px;}