.titulo_preg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: lighter;
	color:#003366;
	border-right:dotted 1px #FFFFFF;
	padding-right:5px;
	margin-left:3px;
	border-bottom: dotted 1px #FFFFFF;
    text-transform: uppercase;
}

.celda_multiple{ border-bottom: dotted 1px #FFFFFF; }

.color_white{
	color: #FFFFFF;
}

.textoption{
    color: #99CCFF;
    background: url(../images/nochecked.png) no-repeat left center;
    margin-right:2px; font-size:11px; padding: 6px 6px 6px 27px; cursor:pointer;
    cursor: pointer;
}

.textoption input, .textoption_checked input{ position: absolute; left: -9999px}

.textoption_checked{
    color: #99CCFF;
    background: url(../images/checked.png) no-repeat left center;
    margin-right:2px; font-size:11px; padding: 6px 6px 6px 27px; cursor:pointer;
}

.nombre_categoria{
    color: #000000;
    background: url(../images/punto_negro.png) no-repeat left center;
    padding-left: 17px;
    font-size: 12px;
    font-weight: bold;
}