.estilos {
}
BODY{
	margin: 0;
	background-image: url('imagenes/fondo.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	background-color: black;
}
li{
	list-style:none;}
	 
#full{
	
	text-align:left;
	left:50%;
	margin-left: -445px;		
	width:890px;
	background-color:black;
	padding: 0;
	position:absolute;
	
}


#header{
	height:70px;
	margin: 18 18 0 18;
	
}

#logo{
	float:left;
	height:70px;
	width:366;
	}

#menu{

	float: left;
	width:400px;
	height:60px;
	margin-left:50px;
	background-color: black;
	text-align:right;
	margin-top: 20px;
}



#botones {  
padding: 0; 
margin: 20 0 0 40;
}

#botones li {  
display: inline; 
}
  
#botones li a {  
font-family: Arial;  
font-size:15px;  
text-decoration: none;  
float:left;  
padding: 13 13 0 13px;  
background-color:black;  
color: blue;  
}

#botones li a:hover {
background-color: white;
margin-top:-2px;
padding-bottom:12px;
}


#linea_separadora{
	width: 854;
	height: 10;	
	background-color: black;
	margin: 15 0 0 18;
	}

hr {
	size: 4px;
	background-color: white; 
	border: 0;
	border-bottom: 0px solid blue; 
	}


.linea_doble{
	height: 2px;
	background-color:#333; 
	border: 0;
	border-top: 1px solid #0e0e0e; 
	color:#333;
	}
		
	
#proyector{
	background-color:black;
	margin: 0 0 0 18;
	width: 854px;
	height:349px;
	}
	
#contenido{
	float:left;
	margin: 15 0 0 0;
	width: 100%;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	}



#derecha{
	float: left;
	width: 350;	
	margin: 0 0 0 12;
	}
	
#central{
	float:left;
	display: inline;
	background:black;
	padding: 12;
	margin: 0 0 0 20;
	width: 413px;
	background: url("imagenes/fondo_panel.gif") repeat;
	}
	
#central_grande{
	float:left;
	display: inline;
	background:black;
	margin-left: 12px;
	padding: 12;
	width: 825;
	background: url("imagenes/fondo_panel.gif") repeat;
	}


.panel{
	padding:12px;
	margin-bottom: 12;
	background:#900;
	background: url("imagenes/fondo_panel.gif") repeat;
	}

#conetenedor_rte{
	float:left;
	margin-top: 10;
	}

#explicacion{
	float:left;
	margin: 0 0 0 40;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: white;
	line-height: 17pt;
	
	}
	


#footer{
	float:left;
	width: 800;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10;
	color:#666666;
	padding: 12 0 12 0;
	margin: 0 18;
	}



.enlace a:hover{
	background-image:url(img/enlace_on.gif);
	background-repeat: no-repeat;
	}

a:link {
    color: #CCC;
    font-family: arial;
    font-size: 13px;
    text-decoration: none;
}
a:active {
    color: #CCC;
    font-family: arial;
    font-size: 13px;
    text-decoration: none;
}
a:visited {
    color: #CCC;
    font-family: arial;
    font-size: 13px;
    text-decoration: none;
}



a:hover {
    color: white;
    font-family: arial;
    font-size: 13px;
    text-decoration: none;
	}

a.verde:link {
    color: #00cc99;
    font-family: arial;
    font-size: 11px;
    text-decoration: none;
}
a.verde:active {
    color: yellow;
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
}
a.verde:visited {
    color: white;
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
}
a.verde:hover {
    color: yellow;
    font-family: arial;
    font-size: 14px;
    text-decoration: none;
}
p {
    color: #999999;
    font-family: arial;
    font-size: 11px;
	font-weight:normal
}


h1 {
    color: white;
    font-family: arial;
	font-weight: bold;
    font-size: 20px;
	text-transform: uppercase;
	line-height:21px;    
}







