@charset "utf-8";
/* CSS Document */
.markermenu{
width: 200px;
height:350px; 
float:left; 
/*border-left:1px #CCCCCC dotted;*/
margin-left:1px;/*width of menu*/
}
.markermenu ul{
list-style-type: none;
margin: 8px 0;
padding: 0;
/* border: 1px solid #9A9A9A; */
}
.markermenu ul li a{
	/*background: white url(../imagenes/arrow-list.gif) no-repeat 2px center;*/
	font-style:normal;
	color: #F90;
	display: block;
	width: auto;
	height:30px;
	padding-left: 20px;
	text-decoration: none;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #B5B5B5;
}
/*.markermenu ul li a:visited, .markermenu ul li a:active{
	color: #F90;
}*/
.markermenu ul li .current{
	color: #000;
	background-color:#F90;
}
.markermenu ul li a:hover{
	color: black;
	background-color: #F90;	/*background-image:url(../imagenes/arrow-list-red.gif); onMouseover image change. Remove if none*/
}
#video {
	width:180px;
	height:180px;
	margin:auto;
	clear:both;
	padding:0;
}	
.txvideo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	line-height: 12px;
	font-weight: bold;
	text-transform: none;
	color: #black;
	text-align: justify;
}
