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

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 004D9F;

}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

a:link {
    text-decoration: none;
	color: #004D9F;
}
a:visited {
	text-decoration: none;
	color: #004D9F;
}
a:active {
	text-decoration: none;
	color: #004D9F;

}
a:hover {
	font-size: 16px;
	color: #666666;
	font-style: normal;
	text-decoration: underline;
	
}

.Word {
	font-size: 15px;
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.PDF {
	font-size: 15px;
	font-style: normal;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.enlaceROSA:link {
font-weight: bold;
    text-decoration: none;
	color: #EF80B5;
	font-size: 16px;
}
.enlaceROSA:visited {
font-weight: bold;
	text-decoration: none;
	color: #EF80B5;
	font-size: 16px;
}
.enlaceROSA:active {
font-weight: bold;
	text-decoration: none;
	color: #EF80B5;
	font-size: 16px;

}
.enlaceROSA:hover {
	font-size: 16px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}




.enlaceTITULOS_GRANDE:link {
font-weight: bold;
    text-decoration: none;
	color: #1aa93f;
	font-size: 15px;
}
.enlaceTITULOS_GRANDE:visited {
font-weight: bold;
	text-decoration: none;
	color: #1aa93f;
	font-size: 15px;
}
.enlaceTITULOS_GRANDE:active {
font-weight: bold;
	text-decoration: none;
	color: #1aa93f;
	font-size: 15px;

}
.enlaceTITULOS_GRANDE:hover {
	font-size: 15px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

.TIP:link {
    font-size: 12px;
	color: #3366FF;
    text-decoration: none;
	font-weight: bold;
}
.TIP:visited {
    font-size: 12px;
	text-decoration: none;
	color: #3366FF;
	font-weight: bold;
}
.TIP:active {
    font-size: 12px;
	color: #3366FF;
	text-decoration: none;
	font-weight: bold;

}
.TIP:hover {
	font-size: 12px;
	color: #3366FF;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}


.TituloBarraAsignatura {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.LetraCapital {
	color: #FFFFFF;
	font-size: 31px;
	margin-left: 92px;
	margin-right: 3px;
}

.Titulos {
	font-size: 16px;
	color: #004D9F;
	font-weight: bold;
	margin-bottom: 15px;

} 

.Blanco {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;

}
.Gris {
	font-size: 12px;
	color: #666666;
	font-weight: bold;

}
.Gris16 {
	font-size: 15px;
	color: #999999;
	font-weight: bold;

}
.Verde {
	font-size: 12px;
	color: #339933;
	font-weight: bold;

}

.verdete {

    font-weight: bold;
    color: #1aa93f;
	font-size: 15px;
}
.unidades {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}




.bordeTablaGeneral {

	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #f0a641;
	border-right-color: #1aa93f;
	
}
.bordeTablaMates {

	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #53B449;
	border-right-color: #DEBAC9;
	
}
.bordeTablaLengua {

	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #53B449;
	border-right-color: #ACD0E0;
	
}
.bordeTablitas {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-color: #666666;
	border-left-width: 1px;
	border-top-color: #666666;
	border-left-color: #666666;
	border-top-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
}

/*CSS DE LA TABLITA CON PESTAÑAS*/

#navlist
{
border-bottom: 1px solid #ccc;
margin: 0;
padding-bottom: 19px;
padding-left: 10px;
}

#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist a:link, #navlist a:visited
{
background: #E8EBF0;
border: 1px solid #ccc;
color: #666;
float: left;
font-size: 10px;
font-weight: normal;
line-height: 14px;
margin-right: 5px;
padding: 2px 8px 2px 8px;
text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

#navlist a:hover { color: #f00; }

body.section-1 #navlist li#nav-1 a, 
body.section-2 #navlist li#nav-2 a,
body.section-3 #navlist li#nav-3 a,
body.section-4 #navlist li#nav-4 a
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

#navlist #subnav-1,
#navlist #subnav-2,
#navlist #subnav-3,
#navlist #subnav-4
{
display: none;
width: 90%;
}

body.section-1 #navlist ul#subnav-1, 
body.section-2 #navlist ul#subnav-2,
body.section-3 #navlist ul#subnav-3,
body.section-4 #navlist ul#subnav-4
{
display: inline;
left: 10px;
position: absolute;
top: 95px;
}

body.section-1 #navlist ul#subnav-1 a, 
body.section-2 #navlist ul#subnav-2 a,
body.section-3 #navlist ul#subnav-3 a,
body.section-4 #navlist ul#subnav-4 a
{
background: #fff;
border: none;
border-left: 1px solid #ccc;
color: #999;
font-size: 10px;
font-weight: bold;
line-height: 10px;
margin-right: 4px;
padding: 2px 10px 2px 10px;
text-decoration: none;
}

#navlist ul a:hover { color: #f00 !important; }

#contents
{
background: #fff;
border: 1px solid #ccc;
border-top: none;
clear: both;
margin: 0px;
padding: 15px;
} 

/*TIP o CARTELA*/
#fixedtipdiv{
position:absolute;
padding: 2px;
border:1px solid black;
font:normal 11px Verdana;
line-height:15px;
z-index:100;
}
.SIGNOS {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}


.unidadesPEQ {

	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.times {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
