﻿/* TIPOS DE LISTAS NORMALES */
.listaFLECHA li{
	list-style-image:url('images/list-arrow.gif');
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:10px;
	text-align:left;
	color:#414141;
	margin:4px; list-style-type:none
}

/* LISTA DESPLEGABLE */



/* ELEMENTO DE LA LISTA */
#listaDESPLEGABLE h3{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#333333;
	padding-left:0px;
	border-bottom:1px dotted #CCCCCC;
	background-image:url('images/arrow-open.gif');
	background-position: right 50%;
	background-repeat:no-repeat;
	width:250px;
	cursor:pointer;
	margin:7px 0px;
	padding-right:2px; padding-top:2px; padding-bottom:2px
}

#listaDESPLEGABLE .novisible{
	display:none;
	padding:2px;
	background-color: #eeeeee;
	border-style:solid;
	border-width:1px;
	border-color:#dddddd;
	width:250px;
}

#listaDESPLEGABLE p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	text-align:left;
	color:black;
	margin:6px;
}

/* FIN LISTAS DESPLEGABLES */

.tablelist{
	border-width:1px;
	border-color:#dddddd;
	border-style:solid;
}
