/*  Hoja de estilos Formacion Continua Sectorial */

body{
	background-color: #004F9B;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
}

/********************************************************************/
/*                      Estilos de las capas                        */
/********************************************************************/

#CABECERA{
	background-color: #FFFFFF;
	width: 500px;
	height: 150px;
	/* position: absolute;
	top: 10px;
	left: 50px; */

}

#CONTENIDOS{
	background-color: #FFFFFF;
	width: 390px;
	height: 1300px;
	padding: 15px;
	/* position: absolute;
	top: 160px;
	left: 50px; */

}

#CONTENIDOS_LARGO{
	background-color: #FFFFFF;
	width: 390px;
	height: 100%;
	padding: 15px;
	/*position: absolute;
	top: 160px;
	left: 50px;*/
}

#PIE
{
	background-color: #FFFFFF;
	width: 420px;
	height: 70px;
	/*position: absolute;
	top: 1250px;
	left: 50px;*/

}

#PIE_BAJO
{
	background-color: #FFFFFF;
	width: 420px;
	height: 70px;
	/* position: absolute;
	top: 1800px;
	left: 50px;*/

}

#LOGOS{
	background-color: #FFFFFF;
	width: 80px;
	height: 870px;
	/* position: absolute;
	top: 160px;
	left: 470px; */

}

#LOGOS_BAJO{
	background-color: #FFFFFF;
	width: 80px;
	/* height: 1100px; */
	text-align: left;
	float: left;
/*	position: absolute;
	top: 160px;
	left: 470px; */
}

#tickerContent {
  position: relative;
  width: 80px;
  /** height: 870px; */
  height: 1390px;
  background-color: white;
  overflow: hidden;
  border: 0px;
  padding: 0px;
  padding-left: 0px;
}

#tickerContent_bajo {
  position: relative;
  width: 80px;
  height: 1390px;
  background-color: white;
  overflow: hidden;
  border: 0px;
  padding: 0px;
  padding-left: 0px;
}


h1{
	font-size: 14px;
	font-weight: bold;
	color: #004F9B;
}

.title{
	font-size: 12px;
	font-weight: bold;
	color: #8A0000;
}

a.Curso:link{
	color: #3399FF;
	font-weight: normal;
	text-decoration: none;
}

a.Curso:hover{
	color: #004F9B;
	font-weight: normal;
	text-decoration: underline;
}

a.Curso:visited{
	color: #004F9B;
	font-weight: normal;
	text-decoration: underline;
}

a.Curso:active{
	color: #004F9B;
	font-weight: normal;
	text-decoration: none;
}

a.Acceso:link{
	color: #004F9B;
	font-weight: bold;
	text-decoration: none;
}

a.Acceso:hover{
	color: #004F9B;
	font-weight: bold;
	text-decoration: underline;
}

a.Acceso:active{

	color: #004F9B;
	font-weight: bold;
	text-decoration: none;
}

a.Acceso:visited{
	color: #004F9B;
	font-weight: bold;
	text-decoration: none;
}

.TxtBold{
	font-weight: bold;
}
.TxtItalic{
	font-style: italic;
}
.bold{
	color: #3399FF;
	font-weight: bolder;
}