/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

body { 	
	margin: 0px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;	 
	-webkit-touch-callout:none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-left: 18%;
}

/* FIN RESET */
.romper{clear:both;}

footer{display:none;}

#textAreas{
	display:block;
}

body{
	font-family: Arial , Helvetica, Verdana, Tahoma, Geneva, sans-serif;
}

#cabecera {
	width: 100%;
	height: 40px;
	background-color: #008acf;
}

#menu {
	width: 940px;
	height: 40px;
	padding: 9px 20px 0 20px;
	margin: 0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#navegacion {
	float: left;
}
.wrapper{
	margin: 0 auto;
	width: 960px;
	position: relative;
}

#navegacion li {
	color: #fff;
	font-weight: bold;
	display: inline;
}

#logo {
	position: absolute;
	right: 0;
	height: 40px;
}
#ciclo, #curso, #asignatura, #seccion {
	float: left;
	margin-top: 10px;
	display: block;
	height: 40px;
}
#ciclo::first-letter, #asignatura::first-letter, #seccion::first-letter{
	
	text-transform: capitalize;
}
.separador {
	padding: 10px 7px 0 13px;
	color: #fff;
	font-size: 16px;
	float: left;
}

#contenido {
	width: 980px;
	min-height: 500px;
	background-color: #fff;
	margin: 0 auto;
}

#custom-show-hide {
	margin: 0 0 0 30px;
}
a.enlace {
	font-size: 20px;
	color: #008ACF;
}
.parrafo{
	clear: left;
	height: auto;
    width: 55%;
	font-size: 16px;
	font-family: Arial;
	line-height: 18px;
	padding-left: 30px;
	float: left;
	margin-top: 10px;
	margin-bottom: 60px;
}

.parrafo2{
	height: auto;
    width: 55%;
	font-size: 16px;
	font-family: Arial;
	line-height: 18px;
	padding-left: 30px;
	margin-top: 43px;
	margin-bottom: 60px;
}

#imagen{
	position: absolute;
	width: 35%;
	right: 5px;
	top: 300px;
	z-index: -1;
}
#img_principal{
	position: absolute;
	z-index: 25;
	top: -250px;
}

.imagem-mascara{
	width: 35%;
	height: 590px;
	position: absolute;
	right: 5px;
	top: 90;
	z-index: 1;
	background:url("../img/mascara2.png") 0 0 no-repeat; /* imagem máscara */
	background-size: 340px 551px
}

div.titulo{
	background-image: url("../img/bullet.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px;
	padding-left: 30px;
	float: left;
	display:block;
}

.informacion{
	max-width: 600px;
	width: auto;
	height: auto;
	padding: 10px;
	background-color: #ceddf3;
	border-radius: 7px;
	border: 2px grey solid;
	box-shadow: 0px 0px 10px grey;
	float: left;
	margin-top: -7px;
	margin-left: 10px;
	display:block;
	position: relative; z-index: 25;
}

.informacion2 {
    padding: 10px;
    float: left;
    margin-top: -7px;
    margin-left: 10px;
    display: block;
}

.logo_info{
	float: left;
	margin-top: -7px;
	width: 40px;
	margin-left: 10px;
	cursor: pointer;
	display:block;
	
}

#ribete{
	width: 100%;
	height: auto;
	margin-top: 100px
}

.principal{
	background-image: url("../img/bullet.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px;
	padding-left: 39px;
	float: left;
	height: auto;
	margin-top: 30px
}

.banda_ribete{
	float: left;
	width: auto;
	height: auto;
	margin-top: -33px;
}

#banda_azul{
	border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 2px;
    border-left-width: 0px;
	border-color: #008acf;
	margin-left: 40px;
	height: 60px;
	background-image: url("../img/icon_recursos.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 119px;
}

.block_header{
	display:block;
	text-align: justify;
	font-size: 22px;
	font-family: Arial;
    padding: 14px 14px 14px 30px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}
.block_header_close{
	background: url("../img/flecha1.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
}
.block_header_open{
	background: url("../img/flecha2.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto;
}
.block_ul{
	/*display: none;*/
	margin-bottom:60px;
}
.block_ul li{
	width: 512px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
	line-height: 20px;
	margin: 20px 0 26px 64px;
    padding : 5px;
	list-style:disc inside;
}
#salir{
	width:300px;
	left:80%;
	bottom:1%;
	position:absolute;
}

.NOMBRES
{
	font-size: 14px;
	color: #000000;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
}

.unidadesPEQ {

	font-size: 12px;
	color: #000000;
}

.Titulos{
font-weight: bold;
}
strong{font-weight:bold;}
em{font-style: italic;}
.Estilo1,.Estilo2{color:red;}
.unidadesPEQrojas{font-size: 10px;
color: #F00;}

#crumbs{width:960px;margin:0 auto;position:relative;top:80px;}
#audio{float:left;margin-top:20px;}
#caudio{margin:0 auto;margin-top:20px;}

.t{width:200px;float:left;height:80px;display:block;padding:10px;border:1px solid #000;font-size:14px;}
#t1{color:#fff;background:#287bd6;text-align:center;}
#t1 span{position:relative;top:30px;}
#t2,#t3{text-align:left;}
#clr{clear:both;}

#table3 .t{height:120px;}
#table4 .t{height:150px;}
#table4 #t1 span{position:relative;top:90px;}

table tr td{border:1px solid #000;}
table.bnone tr td{border:none;}
table.b tr td{border:1px solid #000;}

u{text-decoration:underline;}
#l{text-align:left;}

.unidades{line-height: 18px; font-size: 12px;}
.enlace{font-size: 20px;}
ul li ul li
{padding-left:20px;
line-height: 50px;
margin-top: 15px;
	}