﻿

* {  
        padding: 0;  
        margin: 0;  
        border: 0; 
		font-family: Didact Gothic, Arial;
		max-height:650px;
		float:none;
		letter-spacing:1px;
		
}  

body {
	background:url(imagenes/fondo.jpg);
	background-repeat:no-repeat;
	background-color:black;
	background-position:top;
	overflow:scroll;
	max-height:650px;
	display:inline;
	
	}
	
#contenedor {
	position:relative;
	width:963px;
	margin: 0 auto 0 auto;
	display:block;
	}
	
h1 {
	font-weight:lighter;
	position: absolute;
	top:20px; 
	left:615px; 
	color:white; 
	line-height:22pt;
	} 

h2 {
	color:#5c90d8;
	font-weight:lighter;
	} 
	
h3 {
	font-size:11pt;
	text-decoration:bold;
	}
	
p{
	font-size: 9pt;
	margin:0 0 20px 0;
	}

a {
	text-decoration:none;
	color:#5c90d8;
	font-size:12pt;
	}
	
img {
	border:0;
	padding:0;
	margin:0 0 0 0;
	display:inline;
	overflow:hidden;
	}

header {  
	color:white;
	position: relative;
	top:15px;
	left:20px;
	line-height:25pt;
	}

nav {
	position: relative;
	top:-115px; 
	left:10px;
	color:white;
	
	}
	
table{
	position: relative;
	top:-95px;
	left:50px;
	z-index:0;
	}
	
section{
	position: relative;
	top:-280px;
	left:10px;
	height: 400px;
	font-size:16pt;
	}
	 
article{
	 position: absolute;
	 top:90px;
	 left:50px;
	 font-size:10pt;
	 width:87%; 
	 text-align:justify;
	 }
	 
aside{
	position: absolute;
	top:30px;
	left:470px;
	overflow:visible;
	z-index:0;
	}
	
video{
	position:absolute;
	z-index:3;
	top: 22px;
	left:25px;
	}

footer{
	color:#5c90d8;
	position: absolute;
	top:755px;
	text-align:center;
	font-size:10pt;
	left:330px;
	}
	
#selector_menu_azul{
					 position: relative;
					 top:-125px;
					 left:40px;
					
					 }

ul {
	list-style:none;
	list-style-type: disc;
	padding-left:50px;
	}
	
td{
	width:10;
	text-align:center;
	}

