@charset "utf-8";
/* CSS Document  - www.jovensseguros.com */

/* links */
.class1 a {
font-family: tahoma;
font-size: 11px;
text-decoration: none;
color:#34a6c1;

}
.class1 a:link {
font-family: tahoma;
font-size: 11px;
text-decoration: none;
color: #34a6c1;
}
.class1 a:hover, visited, visited:hover {
font-family: tahoma;
font-size: 11px;
text-decoration: underline;
color: #336699;
}

.class2 a {
font-family: tahoma;
font-size: 11px;
text-decoration: none;
color:#6b6b6b;

}
.class2 a:link {
font-family: tahoma;
font-size: 11px;
text-decoration: none;
color: #6b6b6b;
}
.class2 a:hover, visited, visited:hover {
font-family: tahoma;
font-size: 11px;
text-decoration: underline;
color: #336699;
}

/* conteudo */
.h1 {
font-family: tahoma;
text-align: center;
padding: 1px;
background-color:#ecf6f8;
/* border-right: 1px dashed #39add9;
border-left: 1px dashed #39add9;
border-top: 1px dashed #39add9;
border-bottom: 1px dashed #39add9; */
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
volume: soft;
color: #31a6ba;
}


.h2 {
font-family: tahoma;
text-align: justify;
font-weight: none;
font-size: 11px;
letter-spacing: 1px;
color: #000000;
}

.h3 {
font-family: tahoma;
text-align: left;
font-weight: bold;
letter-spacing: 1px;
font-size: 11px;
color: #000000;
}

.titulos1 {
font-family: tahoma;
text-align: left;
font-weight: bold;
padding: 1px;
font-size: 15px;
letter-spacing: 1px;
volume: soft;
color: #31a6ba;
}

.titulos2 {
font-family: tahoma;
text-align:  left;
font-weight: bold;
padding: 1px;
font-size: 12px;
letter-spacing: 1px;
volume: soft;
color: #336699;
}


.texto1 {
font-family: tahoma;
text-align: justify;
font-size: 11px;
letter-spacing: 1px;
color: #6b6b6b;
}

.texto2 {
font-family: tahoma;
text-align: justfy;
font-size: 11px;
letter-spacing: 1px;
color: #000000;
}

.texto3 {
font-family: tahoma;
text-align: justify;
letter-spacing: 1px;
font-size: 11px;
color: #34a6c1;
}

.texto4 {
font-family: tahoma;
letter-spacing: 1px;
font-size: 11px;
color: #ffffff;
}

/* forms */
.input, .textarea, .select, .option {
padding: 1px;
padding-bottom: 2px;
font-family: tahoma;
font-size: 11px;
color: #000000;
letter-spacing: 1px;
width: 200px;
background-color: #ffffff;
border-right: 1px dashed #3799cb;
border-left: 1px dashed #3799cb;
border-top: 1px dashed #3799cb;
border-bottom: 1px dashed #3799cb;
}
.radio {
padding: 1px;
font-family: tahoma;
font-size: 11px;
color: #000000;
letter-spacing: 1px;
width: 60px;
background-color: #ffffff;
border: 1px dashed #3799cb;
}
.botoes {
padding: 1px;
font-family: tahoma;
font-size: 11px;
letter-spacing: 1px;
color: #000000;
width: 60px;
background-color: #DDEBEE;
border: 1px dashed #3799cb;
}

/* geral */
P , body , td , div, h1, h2, h3 {
font-size: 11px;
font-family: tahoma;
color: #6b6b6b;
letter-spacing: 1px;
}

b, strong {
font-size: 11px;
color: #6b6b6b;
font-family: tahoma;
font-weight: none;
letter-spacing: 1px;
}

body {
	background-image: url(layout/bg.jpg);
	background-repeat: repeat-x;
	background-color:#8bcad9;
}