@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

body{
	background-image: url(imgs/bg.png);
	margin: 0px;
	color: #696767;
	font-family: arial;
	font-size: 13px;
}

::selection{
	background-color: #d81e05;
	color: #ffffff;
}

A, A:link, A:active, A:visited{
	color: #696767;
	text-decoration: none;
}

A:hover{
	text-decoration: underline;
	color: #07d544;
  cursor: pointer;
}

.bgNAV{
	background-color: #d81e05;
	height: 44px;
}

.bgNAVBot{
	background-color: #ebe3ce;
}

a.nav:link, a.nav:active, a.nav:visited{
	background-color: #d81e05;
	font-family: 'Oswald', sans-serif;
	padding: 8px;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	font-size: 16px;
	text-decoration: none;
	height: 44px;
}

a.nav:hover{
	text-decoration: none;
	color: #ff9082;
}

.mainBG{
	background-color: #ffffff;
	padding: 10px;
}

.titSeccion{
	color: #d81e05;
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	font-weight: bold;
}

.intertitulo{
	color: #d81e05;
	font-size: 13px;
	font-weight: bold;
}

.titLibro{
	font-family: 'Oswald', sans-serif;
	color: #d81e05;
	font-size: 18px;
}

.contenido{
	padding: 10px;
}

.bgContenido{
	background-color: #ffffff;
}

.bg01{
	background-color: #ebe3ce;
	padding: 10px;
}

.bg02{
	background-color: #e7f2d0;
	padding: 10px;
}

.titSidebar{
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #696767;
}

.titSidebarRojo{
	background-image: url(imgs/bullSideRojo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #696767;
}

.titSidebarVerde{
	background-image: url(imgs/bullSideVerde.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	padding-bottom: 10px;
	font-weight: bold;
	border-bottom: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #696767;
}

.txtBan01{
	font-size: 20px;
	font-weight: bold;
	line-height: 16px;
	color: #ffffff;
}

.txtBan02{
	font-size: 14px;
	line-height: 13px;
	color: #ffffff;
}

a.linkBan:link, a.linkBan:active, a.linkBan:visited{
	color: #ffffff;
	text-decoration: none;
}

a.linkBan:hover{
	text-decoration: underline;
}


.bgBan01{
	background-image: url(imgs/ban01.jpg);
	width: 284px;
	height: 90px;
	padding: 15px;
}

.bgBan02{
	background-image: url(imgs/ban02.jpg);
	width: 284px;
	height: 90px;
	padding: 15px;
}

.bgBan03{
	background-image: url(imgs/ban03.jpg);
	width: 284px;
	height: 90px;
	padding: 15px;
}

.separadorH{
	border-bottom: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #696767;
	height: 1px;
}

.lista{
	padding-top: 10px;
}

.bgFooter{
	background-color: #ebe3ce;
	padding: 10px;
}


.copyright{
	font-size: 10px;
}