.textogeneral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #222222;
	text-decoration: none;
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: bold;
	font-variant: normal;
	margin-top: 10px;

}

.textofontfamily 
{
    font-family: Verdana;
}

.textogeneralverdelink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006666;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-variant: normal;
}
.textogeneralverdelinkverdana {

	font-family: Verdana;
	font-size: 16px;
	color: #006666;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-variant: normal;
}
.titulosmodulos {
	font-family: Helvetica;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #00655F;
}
.textomodulos {
	font-family: Helvetica;
	font-size: 8px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}
.titulospreguntas {
	font-family: Helvetica;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
.tablapreguntas {
	font-family: Helvetica;
	font-size: 8px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}

.textopreguntas {
	font-family: Helvetica;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #00655F;
}

.claseusuario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006666;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	font-variant: normal;

}
.titulosmodulosrelleno {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #00655F;
	text-align: justify;

}
.textomodulosrelleno {
	font-family: Helvetica;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	text-align: justify;
	margin: 5px;

}
.textomodulosrellenoverde {

	font-family: Helvetica;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #00655F;
	text-align: justify;
	margin: 5px;
}
.textotestimonios {
	font-family: Verdana;
	font-size: 12px;
	color: #222222;
	text-decoration: none;
	text-align: justify;
	margin-left: 30px;
	margin-right: 30px;
	font-weight: normal;
	margin-top: 30px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 15px;


}
.textomodulosexplicados {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	text-decoration: none;
	text-align: justify;
	font-weight: normal;

}
.textomodulosverde {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006666;
	text-decoration: none;
	text-align: justify;
	font-weight: bold;
}
.textomodulosverdederecha {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006666;
	text-decoration: underline;
	text-align: right;
	font-weight: bold;
}


.pagination { 
            font-size: 80%; 
            color: #00655F;
        } 
 
.pagination a { 
    text-decoration: none; 
    border: solid 1px #AAE; 
    color: #00655F;
} 
 
.pagination a, .pagination span { 
    display: block; 
    float: left; 
    padding: 0.3em 0.5em; 
    margin-right: 5px; 
    margin-bottom: 5px; 
} 
 
.pagination .current { 
    background: #26B; 
    color: #fff; 
    border: solid 1px #AAE; 
} 
 
.pagination .current.prev, .pagination .current.next{ 
    color:#999; 
    border-color:#999; 
    background:#fff; 
} 

.detail
{
	font-family:  Arial, Verdana, sans-serif;
	font-size:11px;
	background-color:#fff;
	border:solid 1px PowderBlue;
	padding:4px;
}
.detail .footer
{
	text-align:right;
	padding:8px;
}
p {
    line-height: 1.6em;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
    color: #666666;
    font-size: 1.5em;
    font-variant: small-caps;
    font-weight: 200;
    margin-bottom: 0;
    text-transform: none;
}
h1 {
    font-size: 1.6em;
    margin-bottom: 0;
    padding-bottom: 0;
}
h2 {
    font-size: 1.5em;
    font-weight: 600;
}
.caption, table caption {
	
    background-color: #00655F;
	color: Navy;
	font-size: 10pt;
	font-weight: bold;
	border: 0;
	border-bottom: solid 1px #737373;
	white-space: nowrap;
	text-align: center;
}
.datos
 {
     background:#00655F;  
	 	 
	 margin:auto; 
	 margin-bottom:0px;
	 
	border:dashed 0px #FFFFFF;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright:30px;
	-moz-border-radius-bottomleft:30px;
	-moz-border-radius-bottomright:30px;
	-webkit-border-top-left-radius:30px;
	-webkit-border-top-right-radius:30px;
	-webkit-border-bottom-left-radius:30px;
	-webkit-border-bottom-right-radius:30px;
	border-top-left-radius:30px;
	border-top-right-radius:30px;
	border-bottom-left-radius:30px;
	border-bottom-right-radius:30px;
	
}