/* CSS Document */

body{
background-color: #666666;
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center;
font-size:100%;
}


#ajustador{
width: 770px;
background-color: #FFFFEC;
margin: 10px auto;
border: 1px solid #000000;
text-align: left;
}

#logo{
width: 770px;
height: 100px;
position: relative;
top: 0;
left: 0;
background-color: #CC3300;
background-image: url(../images/banner.jpg);

}

.contnavapart{
	width: 770px;
	height: 25px;
}

/* Inicio del menú de navegación de apartados */

ul#pestnav {
	width: auto;
	height: 24px;
	position: relative;
	list-style-type: none;
	padding-bottom: 0px;
	border-bottom: 5px solid #6c6;
	margin: 0;
	background-color: #FFFFEC;
	background-image: url(../images/textura.gif);
	background-repeat: repeat;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

ul#pestnav li {
float: left;
height: 25px;
background-color: #FFEEBB;
margin: 2px 2px 0 2px;
border: 1px solid #6c6;
}

body#pest1 li.pest1, body#pest2 li.pest2, body#pest3 li.pest3, body#pest4 li.pest4, body#pest5 li.pest5, body#pest6 li.pest6, body#pest7 li.pest7, body#pest8 li.pest8 {
border-bottom: 1px solid #fff;
background-color: #FF6600;
}

body#pest1 li.pest1 a, body#pest2 li.pest2 a, body#pest3 li.pest3 a, body#pest4 li.pest4 a, body#pest5 li.pest5 a, body#pest6 li.pest6 a, body#pest7 li.pest7 a, body#pest8 li.pest8 a {
color: #FFFFFF;
}

#pestnav a {
float: left;
display: block;
color: #666;
text-decoration: none;
padding: 4px;
}

#pestnav a:hover {
	background: #FF6600;
	color: #FFFFFF;
}

/* Fin del menú de navegación de apartados */

/* Inicio del menú de navegación para cursos */

ul#pestnav_a {
	width: auto;
	height: 24px;
	position: relative;
	list-style-type: none;
	padding-bottom: 0px;
	border-bottom: 4px solid #6c6;
	margin: 0;
	background-color: #FFFFEC;
	background-image: url(../images/textura.gif);
	background-repeat:  repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

ul#pestnav_a li {
float: right;
height: 20px;
background-color: #E9FCF3;
margin: 2px 2px 0 2px;
border: 1px solid #6c6;
}

body#pest1_a li.pest1_a, body#pest2_a li.pest2_a, body#pest3_a li.pest3_a, body#pest4_a li.pest4_a, body#pest5_a li.pest5_a {
border-bottom: 1px solid #0066FF;
background-color: #0066FF;
}

body#pest1_a li.pest1_a a, body#pest2_a li.pest2_a a, body#pest3_a li.pest3_a a, body#pest4_a li.pest4_a a, body#pest5_a li.pest5_a a {
color: #FFFFFF;
}

#pestnav_a a {
float: left;
display: block;
color: #666;
text-decoration: none;
padding: 4px;
}

#pestnav_a a:hover {
background: #0066FF;
color: #FFFFFF
}

/* Fin del menú de navegación de cursos */

.linjerarq {
	margin-left: 100px;
	margin-top: 40px;
	font-size: 70%;
}
.linjerarq a:link {
	color: #697987;
	text-decoration: none;
	font-weight: bold;
}
.linjerarq a:hover, a:focus {
	color: #A7A7A7;
}
.linjerarq a:visited {
	text-decoration: none;
	color: #CC6699;
	font-weight: bolder;
}
#contenido {
	margin-left: 70px;
	margin-right: 70px;
	width: 630px;
	margin-top: 20px;
}
#contenido p {
	font-size: 80%;
	margin: 20px;
	text-align: justify;
	line-height: 170%;
}
#contenido p.right {
	float: right;
}
#contenido ul {
	font-size: 80%;
}
#contenido ol {
font-size: 80%;
}
#contenido h1 {
	font-size: 100%;
	color: #003366;
	padding: 0;
	margin: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contenido h2 {
	font-size: 80%;
	color: #003366;
	padding: 0;
	margin: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contenido h3{
	font-size: 80%;
	color: #003366;
	padding: 0;
	margin: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contenido a:link {
	color: #CC9900;
	text-decoration: none;
}
#contenido a:hover, a:focus {
	color: #FF6600;
}
#contenido a:visited {
	text-decoration: none;
	color: #CC6699;
}
.contenedor {
	width: 99%;
	float: right;
	background-color: #FFFFEC;
}
.contenedor ul li a:visited {
	text-decoration: none;
	color:#CC6699;
}
.imagenizq {
float: left;
margin-right: 10px;
border: 1px solid #000000;
}
.imagender {
	float: right;
	margin-left: 15px;
	margin-bottom: 20px;
	border: 1px solid #000000;
	width: 150px;
}
#citapers {
	font-size: 70%;
	color: #999900;
}
#piepagina {
	height: 35px;
	background-color: #EFFAE2;
	color: #003366;
	clear: both;
	text-align: center;
	background-image: url(../images/piepag.jpg);
}
#piepagina p {
	font-size: 70%;
	margin: 0;
	padding: 10px;
}
#borrar {
  clear: both;
}
#contcent {
	text-align: center;
}
/* Empieza formulario */
#form ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#form ul li {
    margin: 1px;
}

#form ul li span {
    display: block;
    float: left;
    width: 150px;
    padding-top: 3px;
    padding-right: 5px;
    text-align: right;
    white-space: nowrap;
}
/* Acaba formulario */