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

body {
    background-color: #C7A02C;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: middle center;
}
.titulo {
	font-family: Garamond, "Times New Roman";
	color: #275152;
	font-size: 14pt;
	font-weight: bold;
}

.titulo2 {
	font-family: Garamond, "Times New Roman";
	color: #275152;
	font-size: 12pt;
	font-weight: bold;
}
.tituloitalico {
	font-family: Garamond, "Times New Roman";
	color: #CCCCCC;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
}
.texto {
	font-size: 12pt;
	font-family: Garamond, "Times New Roman", Times, serif;
	color: #ffffff;
	text-align: justify;
}

.texto2 {
	font-size: 12pt;
	font-family: Garamond, "Times New Roman", Times, serif;
	color: #275152;
	text-align: justify;
	
}
.texto3 {
	font-size: 12pt;
	font-family: Garamond, "Times New Roman", Times, serif;
	color: #275152;
	text-align: left;	
}
.texto2menor {
	font-size: 10pt;
	font-family: Garamond, "Times New Roman", Times, serif;
	color: #275152;
	text-align: justify;
	
}
.textomenor {
	font-size: 11pt;
	font-family: Garamond, "Times New Roman", Times, serif;
	color: #ffffff;
}
a {
	font-family: Garamond, Times New Roman, Times, serif;
	font-size: 12pt;
	color: #966F45;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #966F45;
}
a:hover {
	text-decoration: underline;
	color: #3C1512;
}
a:active {
	text-decoration: none;
	color: #966F45;
}