
.txt_titulo
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #545501;
	font-size: 1.13em;
	font-weight: bold;
}
.texto{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	color: #333333;
}
.TITsub_cont {
	font-size:0.86em;
	color:#669900;
	font-weight:bold;
	
}
.TITsub_cont13 {
	font-size:0.81em;
	color:#669900;
	font-weight:bold;
	
}
/*-------------------------------------------------------GENERAL STYLES--------------------------------------------------------*/
a:link {
	color: #669900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #669900;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #669900;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.92em;
	color: #333333;
}

.table_preguntas thead
{
    font-weight:bold;
    border-color:#ffffff;
    text-align:center;   
}

.aternate_pregunta
{
   background-color:#e7f6ea;
}


.table_preguntas {
border-collapse:collapse;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
width:100%;
}
.table_preguntas  td, .table_preguntas  th {
border:1px solid #98BF21;
font-size:1.2em;
padding:3px 7px 2px;
}
.table_preguntas  th {
background-color:#A7C942;
color:#FFFFFF;
font-size:1.4em;
padding-bottom:4px;
padding-top:5px;
text-align:left;
}
.table_preguntas  tr.alt td {
background-color:#EAF2D3;
color:#000000;
}