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

.text-titleweb{
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	color: #6F3;
	text-shadow:2px 2px #6F3;
	text-shadow:#066 2px 2px;
}

.text-subtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCC;
	text-align: center;
	border-top: 1px solid #060;
	border-bottom: 1px solid #9F6;
	background-color:#000;
}

.text-section{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCC;
	text-align: center;
	border-top: 1px solid #060;
	border-bottom: 1px solid #9F6;
	background-color:#660;
}

.text-gral{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	text-align: left;
}

.text-gral-center-bold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-align: center;
	font-weight:bold;
}


img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.title-book{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:center;
	color:#999;
	font-weight:bold;
}
	
.subtitle-book{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:center;
	color:#999;
	font-weight:bold;
}

	