/* CSS Document */
*{ margin: 0; padding: 0; }
.tipografia{font-family: 'Terminal Dosis', sans-serif;}

a img {  
border: none;  
}

body{
	background:#000000;
}

#facebook{
	width:36px;
	height:35px;
	background:url(../img/icon-face.png) no-repeat;
	background-position: top;
	float:left;
	margin-right: 5px;
}

#facebook:hover {
  background-position: bottom;
}

#twitter{
	width:36px;
	height:35px;
	background:url(../img/icon-twitter.png) no-repeat;
	background-position: top;
	float:left;
}

#twitter:hover {
  background-position: bottom;
}

#menu{
/*	background-image:url(../img/FondoMenu.png);*/
	font-size:16px;
	color:#FFFFFF;
	width:157px;
	height:233px;
	float:left;
	position:relative;
}

#fondomenu{
	background-image:url(../img/FondoMenu.png);
	background-repeat:repeat-y;
	padding-left:12px;
	padding-top:16px;
	padding-bottom:16px;
}

a{
	text-decoration:none;
	color:#FFFFFF;
} 

a:visited{
	text-decoration: none;
	color:#FFFFFF;
}

a:hover{ 
	text-decoration: none; 
	color:#FF8705; 
}

.azul-indicador{
	font-size: 10px;
	color: #3096A5;
}

li {
	margin-left:17px;
	list-style-type: none;
	font-size:14px;
}

#sublist1{
	display:none;
}

#sublist2{
	display:none;
}

.despliega{
	text-decoration:none;
	color:#FFFFFF;
	cursor: pointer;
} 

.despliega:visited{
	text-decoration: none;
	color:#FFFFFF;
}

.despliega:hover{ 
	text-decoration: none; 
	color:#FF8705; 
}

.deshabilitado{
	color:#828282;
	cursor: default;
}

#redessociales{
	color:#FFFFFF;
	float:left;
	position:relative;
	margin-top:34px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.opaco{
	background-image:url(../img/pixelOpacy.png);
} 

.titulo{
	color:#FF9002;
	font-size:24px;
	width:688px;
	height:66px;
	font-weight:bolder;
	font-family: 'Terminal Dosis', sans-serif;
}

