
@font-face {
    font-family: "neon";	
	src: local('neon-Regular'), url("images/neon.ttf") format('truetype');  
}

#todo{  width:100%; margin:0px; float: left; 
		/*border-style:solid;border-width:3px; border-color:pink;transparent;*/ }
				

html,body {
    height:100%;
	font-family: verdana, arial, sans-serif;
}
 
header {
        
    display:block;
    /*background:#286af0;*/
    padding:20px 20px 0px 20px;
}
section {
	padding:20px 20px 0px 20px;
    width: 60%;
	color: #043669;
    float: right;
    overflow: auto;
}

section > p {
	font-family: "neon";
	font-size: 1.2em;
	word-spacing: .6em;
	
}

aside {
	padding:25px 0px 0px 70px;
	/*font-family: "neon", arial, sans-serif;*/
	font-size: 1em;
	color: #043669;
    float: left;
    /*border: 1px solid red;*/
    width: 30%;
    /*Si quisieramos ocultar el contenido relacionado pondriamos visibility a hidden*/
    /*visibility: hidden;*/
}

footer 1{
    position: relative;
    margin-top: -50px;
    height: 40px; 
    padding:5px 0px;
    clear: both;
    background: #286af0;
    text-align: center;
    color: #fff;
}

footer2 {
	position: relative;
	margin-top: 50px;
	border: 1px solid red;
}
figure {
	padding:10px 10px 10px 10px;
    display: table; margin: 0 auto; float: left;
}

p.neon {
	font-family: "neon";
	font-size: 1.2em;
}

h2 a {
    font-size:1.2em; color:#043669;
}

#marco	{ width:45%; margin:10px 0px 0px 40px; float: left;
}
#marco1	{ margin:20px 40px 0px 0px; }
				
#pie{ 
	font-family: "neon";font-size: 1.1em;
    width:95%;height:240px; margin:30px 70px 20px 70px;  
	float: left;  
	border-top-width:5px; 
	border-top-color:lightgray;/*red;*/ 
	border-top-style: solid;
	background:#043669;
}



	.TFtableCol{
		width:100%; 
		border-collapse:collapse; 
		color: #043669;
	}
	.TFtableCol th{ 
		color: lightgray;
	}
	.TFtableCol td{ 
		padding:7px;
		/*background: white;	*/
	}
	/* improve visual readability for IE8 and below */
	.TFtableCol tr{
		/*background: white;	*/
	}
	/*  Define the background color for all the ODD table columns  */
	.TFtableCol tr td:nth-child(odd){ 
		color: lightgray;
		font-size: 0.8em;
	}
	/*  Define the background color for all the EVEN table columns  */
	.TFtableCol tr td:nth-child(even){
		color: white;
	}






