BODY
{
    BACKGROUND-COLOR: #FFFFFF;
    COLOR: #333366;
    FONT-FAMILY: 'Times New Roman'
}
H1
{
    COLOR: #004080;
    FONT-FAMILY: Arial, "Times New Roman";
    TEXT-TRANSFORM: capitalize;
	font-weight: 600;
	font-size: 10pt
}
H2
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}
H3
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}

H4
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}

H5
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}
H6
{
    COLOR: #6666CC;
    FONT-FAMILY: 'Times New Roman';
    TEXT-TRANSFORM: capitalize
}
TH {
 color: #6060cc
}

.numeropregunta {
	margin-left: 15px;
	color: blue;
	font-family: Arial;
	font-size: 9pt;
	border-color: gray;
	border-width: 1px;
	border-style: solid;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	padding-right: 3px;
	margin-bottom: 25px;
	background-color: #f3f3f3;
	font-weight: 600
}

.textopregunta {
	font-family: Arial;
	font-size: 10pt;
	color: black
}

.textoalerta {
	color: #c40000;
	font-family: Arial;
	font-weight: 600;
	font-size: 10pt
}

.textoopciones {
	color: black;
	font-family: Arial;
	font-size: 10pt
}

.cuerpoopciones {
	background-color: #f3f3f3;
	border-color: gray;
	border-style: solid;
	border-width: 1px;
	width: 580px;
	margin: 6px;
}

.cuerpoopciones2 {
	width: 580px;
	background-color: white;
	border-color: gray;
	border-width: 1px;
	border-style: solid;
	margin: 6px;
	padding: 6px;
}

#detalle {
	background-position: center;
	background-color: white;
	width: 592px
}


.pregunta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 6px;
}