body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height:1.4em;
	color: #000000;
	margin-left:0px;
}

a{
	color: #E40000;
	text-decoration: none;
	}

	a:hover{
		text-decoration: underline;
		}

img{
	border:0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	line-height:4em;
	padding-bottom:0px;
	margin-bottom:0px;
}

h2{
	margin-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color:#003073;
}

h3{
	border-bottom-width: 1px;
	border-bottom-color: #FED101;
	border-bottom-style: solid;
	font-size: 1.2em;
	color: #284C95;
	font-weight: bold;
	padding-top: 20px;
}


#linksCabecera{
	width:770px;
	text-align:right;
}
		#linksCabecera a {
			color:#284C95;
		}

#cabecera{
	padding-left:10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #284C95;
}

#logoProgramme{
	position:absolute;
	left: 520px;
	top: 58px;
	font-family:"Trebuchet MS", sans-serif;
}


#menu{
	float:left;
	width:150px;
	padding: 25px 10px 10px 13px;
}
	#menu ul{ 
		padding-left:2px; 
		display:block; 
		margin:0px; 
		list-style-type:none;}
	
		#menu li {
			background-image:url(imagenes/bullet_menu_off.gif);
			background-repeat: no-repeat;
			background-position: 0px 0.8em;
			padding-left: 1.2em;
			padding-top: .5em;
			font-size: 1em;}
		
		#menu li:hover{
			background-image:url(imagenes/bullet_menu_on.gif);
			}
	
		#menu a{
			color:#284C95;
			}
	
		#menu a:hover{
			color: #E40000;
		}


#cuerpo{
	background-color:#FFFFFF;
	padding:30px 20px 10px 20px;
	width:600px;
	background-image: url(imagenes/separaMenu.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin-left: 165px;
}

#copyright{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #284C95;
	padding-top: 10px;
	padding-left:30px;
	padding-bottom:30px;
	font-family:"Trebuchet MS", sans-serif;
	color:#666666;
	clear:both;
	}
	
	#copyright img{
		vertical-align:middle;
		margin-top: 10px;
		margin-left: 20px;
	}

.brclear{
	clear:both;
}

.encabezado {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 30px;
}

.apartado {
	border-bottom-width: 1px;
	border-bottom-color: #FED101;
	border-bottom-style: solid;
	font-size: 1.2em;
	color: #284C95;
	font-weight: bold;
	padding-top: 20px;
}
.imgEnTexto {
	vertical-align: middle;
}
.fileUploaded {
	color: #FF0000;
}
.logoTrainees {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #284C95;
	margin-top: 30px;
	padding-bottom: 3px;
}

.upload_file{
	background-color:#003073;
	color:#FFFFFF;
	padding:.5em;
	}


