@charset "UTF-8";/* CSS Document */	body {	font-family: 'Quicksand', sans-serif;}header {	background-image: url(../img/banner_literatura01.png);	min-height: 300px;	background-position: center;	background-size: cover;	background-repeat: no-repeat;}p {	font-weight: lighter;	font-size: 17px;	line-height: 2;	text-align: justify;}h1 {	color: #EDBD5D;	font-size: 32px;}hr {	color: #c78ba0;}a:link {	color: #70A8C1} /* un enlace no visitado*/A:visited {	color: #999} /* enlace visitado */A:hover {	color: #369} /* raton encima */A:active {	color: #70A8C1} /* enlace activo *//* seccion de  los botones accesibilidad */.accesibilidad {	background-color: #3673cc;	border-radius: 10px 0px 0px 10px;	padding: 10px 7px 10px 7px;	margin-top: 50px;	display:scroll;	position:fixed;	top:298px;	right:1px;	z-index: 1000001;	}#incrementar_txt {	position: relative;	padding-bottom: 35px;	width: 28px;	height: 28px;	background-color: transparent;	color: #FFFFFF;	border: #333333 0px solid;	cursor: pointer;	vertical-align: middle;	background-image: url(../img/max-text-01.svg);	background-position: top;	background-repeat: no-repeat;	border-bottom: 1px solid white;}#decrementar_txt {	position: relative;	margin-top: 5px;	padding-bottom: 35px;	width: 28px;	height: 28px;	background-color: transparent;	color: #FFFFFF;	border: #333333 0px solid;	cursor: pointer;	vertical-align: middle;	background-image: url(../img/text-min-01.svg);	background-position: top;	background-repeat: no-repeat;	border-bottom: 1px solid white;}#print {	position: relative;	margin-top: 5px;	padding-bottom: 35px;	width: 28px;	height: 28px;	background-color: transparent;	color: #FFFFFF;	border: #333333 0px solid;	cursor: pointer;	vertical-align: middle;	background-image: url(../img/imprimir-01.svg);	background-position: top;	background-repeat: no-repeat;	border-bottom: 1px solid white;}.contraste_normal {	position: relative;	margin-top: 5px;	width: 28px;	height: 28px;	background-color: transparent;	color: #FFFFFF;	border: #333333 0px solid;	cursor: pointer;	vertical-align: middle;	background-image: url(../img/text-normal-01.svg);	background-position: top;	background-repeat: no-repeat;}.contraste_b_n {	position: relative;	margin-top: 5px;	padding-bottom: 35px;	width: 28px;	height: 28px;	background-color: transparent;	color: #FFFFFF;	border: #333333 0px solid;	cursor: pointer;	vertical-align: middle;	background-image: url(../img/text-contraste-01.svg);	background-position: top;	background-repeat: no-repeat;	border-bottom: 1px solid white;}/* seccion de  los botones accesibilidad *//*##########################################################################################*//*##########################################################################################*/.temario {	width: 100%;	border: 1px solid #5f6899;	padding: 30px;	font-family: 'Quicksand', sans-serif;	font-weight: lighter;	font-size: 17px;	line-height: 2;}.temarioTit {	font-size: 32px;	font-family: 'Quicksand', sans-serif;	font-weight: lighter;	color: #7077b8;}.img {	padding: 20px 20px 0px 20px;	margin: auto;	text-align: right;	width: 90%;}.img p {	color: #3673cc;	font-size: 15px;	text-align: right;}.sideBox {	margin-top: 50px;	box-shadow: 5px 6px 10px 0 rgba(113, 144, 139, 0.19);	font-family: 'Quicksand', sans-serif;	font-weight: lighter;	font-size: 15px;	line-height: 2;	margin-bottom: 50px;}.sideBox p {	padding: 20px 50px 50px 50px;	text-align: justify;}#object2 {	visibility: hidden;	padding-top: 70px;	padding-left: 45px;}.NombreA {	font-size: 27px;	font-family: 'Quicksand', sans-serif;	font-weight: lighter;	color: #3673cc;	line-height: 20px;}.NombreB {	font-size: 39px;	font-family: 'Quicksand', sans-serif;	color: #64adbc;	line-height: 45px;	letter-spacing: 1px;}@media (max-width: 800px) {		header {	min-height: 200px;}		#object2 {	padding-top: 52px;}.accesibilidad {	border-radius: 0px 0px 10px 10px;	padding: 5px 7px 10px 7px;	top: 0px;	float: none;	position: relative;	width: 220px;	margin: auto;	height: 50px;}#incrementar_txt {	position: relative;	float: left;	margin-top: 5px;	padding-bottom: 0px;	padding-right: 40px;	border-bottom: 0px solid white;	border-right: 1px solid white;}#decrementar_txt {	position: relative;	float: left;	margin-top: 5px;	padding-bottom: 0px;	padding-right: 40px;	border-bottom: 0px solid white;	border-right: 1px solid white;}#print {	position: relative;	float: left;	margin-top: 5px;	padding-bottom: 0px;	padding-right: 40px;	border-bottom: 0px solid white;	border-right: 1px solid white;}.contraste_normal {	position: relative;	float: left;	margin-top: 5px;	padding-bottom: 0px;	padding-right: 40px;	border-bottom: 0px solid white;	border-right: 0px solid white;}.contraste_b_n {	position: relative;	float: left;	margin-top: 5px;	padding-right: 40px;	padding-bottom: 0px;	border-bottom: 0px solid white;	border-right: 1px solid white;}}@media (max-width: 600px) {header {	min-height: 200px;	background-image: none;	background-color: #7077b8;}	.NombreA {		color: #fff;		font-size: 25px;	}		.NombreB{		color: #FED205;		font-size: 30px;		line-height: normal;	}	.accesibilidad {		background-color: #73c9b8;	}	h1 {	color: #3673cc;	}}