/*** menu navegacion principal ***/
#nav{
	padding-top:10px;
	padding-left:20px;
	width:200px;;
	float:left;
}

#nav .titSeccion{
	padding:5px 0 5px 8px;
	margin:0;
	color:#999999;
	font: 1.1em "Trebuchet MS", Arial, sans-serif;
}

.panel_org {
	width: 200px;
	color: #333333;
	background: url(../images/nav_top.jpg) no-repeat #EFEEEC; 
	padding:0;
	margin:28px 0 25px 0;
}

.panel_info {
	width: 200px;
	color: #333333;
	background: url(../images/nav_top.jpg) no-repeat #EFEEEC; 
	padding:0;
	margin:0;
}

.panelbottom {
	background: url(../images/nav_foot.jpg) no-repeat #FFFFFF;
	width:200px;
	height:8px;
}

.opciones {
	width: 183px;
	margin:0px;
	padding: 0 0 7px 8px;
}
.opciones ul, li {
	list-style-type: none;
}
.opciones ul {
	margin: 0;
	padding: 0;
}
.opciones li {
	background: url(../images/bullet.gif) left no-repeat;
	border-bottom:1px dotted #CCCCCC;
}

.opciones li.primerolista {
	border-top:1px dotted #CCCCCC;
}

.opciones a{
	font: 0.8em "Trebuchet MS", Arial, sans-serif;
	color:#333333;
	text-decoration:none;
	display: block;
	width:168px;
	padding: 2px 0 4px 15px;
}
.opciones a:hover, .opciones a.selected{
	color:#333333;
	background: url(../images/bullet2.gif) left no-repeat #E3E2DD;
}

.opciones a.submenu{
	font: 0.8em "Trebuchet MS", Arial, sans-serif;
	color: #8F8F8F;
	text-decoration:none;
	display: block;
	width:168px;
	padding: 2px 0 4px 15px;
	background-color:#EFEEEC;
}

.opciones a.submenu:hover{
	color:#666666;
	background-image:none;
	text-decoration:underline;
	background-color: #EFEEEC;
}
/*** fin menu navegacion principal ***/
#botonskype2{
	width:170px; 
	height:40px;
	background:url(../images/skype2.jpg) no-repeat; 
	margin-top:30px;
	font: 0.8em "Trebuchet MS", Arial, sans-serif;
	font-weight:normal;
	padding:70px 0 0 30px;
}
#botonskype2 ul{
	margin:0;
	padding:0;
}
#botonskype2 li{
	list-style-type:square;
}
#botonskype2 li a{
	color:#666666;
}
#botonskype2 li a:hover{
	color: #333333;
}
