/* CSS Document */
body {
	background-color: #336699;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #006699;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #003366;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	margin-top: 30px;
}

#contenedor {
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 842px;
	background: url(images/background.jpg) repeat-y;
}

#wraper {
	width: 842px;
	padding: 0px;
}

#top {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 842px;
	height: 200px;
	background: url(images/top_bnr.jpg) repeat-y;
}

#left {
	margin-left: 36px;
	width: 200px;
	background-color: #ffcc66;
	float: left;
	text-align: center;
	padding: 0px;
}

#left ul {
	list-style: none;
	margin-left: 0px;
	width: 200px;
}

#left li {
	display: block;
	margin-left: 0px;
	background-color: #fce4a3;
	font-size: 12px;
	font-weight: normal;
	color: #4a3605;
	vertical-align: middle;
	padding: 5px;
	margin-bottom: 4px;
}

#left li:hover {
	background-color: #FFF7E8;
	color: #CC6600;
}

#left a {
	color: #4a3605;
	text-decoration: none;
}

#contenido {
	background-color: #FFF;
	padding-left: 30px;
	padding-right: 20px;
	width: 520px;
	float: left;
	text-align: left;
}

#footer {
	width: 842px;
	padding-left: 100px;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 12px;
	clear: both;
	color: #999;
}

.texto1 {
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
}

.texto2 {
	font-size: 12px;
	line-height: 20px;
}

.texto_inverso {
	font-size: 13px;
	line-height: 20px;
	color: #FFF;
}


.quote1 {
	font-size: 13px;
	font-style: italic;
	line-height: 20px;
	text-align: justify;
}

.verso1 {
	font-size: 13px;
	font-style: italic;
	line-height: 20px;
	text-align: center;
}

.miniatura {
	width: 110px;
	height: 110px;
	padding: 5px;
	float: left;
	text-align: center;
	margin-left: 5px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: solid 1px #CCC;
}

.miniatura:hover {
	background-color: #FFE4B0;
}

.image_right {
	padding-right: 0px;
	padding-left: 10px;
	float: right;
}

.image_left {
	padding-left: 0px;
	padding-right: 10px;
	float: left;
}

.icon_left {
	padding-left: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	float: left;
}


#inicio {
	background-color: #000033;
	width: 100%;
	text-align: center;
}

#anim {
	width: 700px;
	margin: auto;
}