@charset "utf-8";
/* CSS Document */

/* Principal */
#main_faq {
background-color: #e6e6e6;
font-family: Lucida Sans, Verdana, Tahoma;
padding-top: 10px;
padding-bottom: 10px;
width: 520px;
}

.titleFAQ {
background-color: #39455b;
color: #cbddfc;
font-family: Lucida Sans, Verdana, Tahoma;
font-size: 22px;
font-style: italic;
font-weight: bold;
height: 35px;
margin: auto;
margin-bottom: 10px;
padding-left: 10px;
padding-top: 10px;
width: 500px;
}

.questionFAQ {
margin: auto;
width: 500px;
border-bottom-color: #333333;
border-bottom-style: solid;
border-bottom-width: thin;
margin-bottom: 10px;
}

.questionFAQ h1{
border-bottom-style: none;
font-family: Lucida Sans, Verdana, Tahoma;
font-size: 12px;
font-style: italic;
font-weight: 300;
padding-left: 10px;
width: 490px;
}

.questionFAQ p{
border-bottom-style: none;
font-family: Lucida Sans, Verdana, Tahoma;
font-size: 10px;
padding-left: 25px;
text-align: justify;
width: 460px;
}

.questionFAQ a {
color: #1f304f;
font-family: Lucida Sans, Verdana, Tahoma;
font-size: 10px;
text-decoration: none;
}

.questionFAQ a:visited
{
color: #1f304f;
font-family: Lucida Sans, Verdana, Tahoma;
font-size: 10px;
}

.questionFAQ a:hover {
font-family: Lucida Sans, Verdana, Tahoma;
font-size: 10px;
text-decoration: underline;
}
