/* CSS Document */

body  {
	text-align:center;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-repeat:no-repeat;
	background-image: url(img/fondo.png);
	background-position:left top;
	background-color: #000000;
	margin-top: 140px;
		
	}
	
a:link {
	color: #DD6F00;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #993300;
}
a:visited {
	text-decoration: none;
	color:#993300;
}
a:active {
	text-decoration: none;
	color: #DD6F00;
}
	

h1 {
	font-size: 12pt;
	color:#993300;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 10pt;
	color:#999999

}

h3 {
	font-size: 11pt;
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;

}




	
#contenido {
	width:700px;
	margin:0 auto;
	text-align:left;
	margin-top: 0px;
	
	}
	
#menu{
	width:100%;
	margin:0 auto;
	text-align:right;
	color:#999999;
	
	}

#encabezado{
	width:100%;
	margin:0 auto;
	text-align:left;
	
	}
	
#izquierda {

	width:100%;
	margin:0 auto;
	text-align:left;
	float:left;
	
	}

#derecha {
	width:600px;
	margin:0 auto;
	text-align:right;
	float:right;
	margin-top: 30px;
		
	}	
	
#pie {
	width:100%;
	text-align:left;
	font-size:9px;
	color:#CCCCCC;
	bottom: 0px;
	clear: both;
		
	
	}
	

#contenidoindex {
	width:700px;
	margin:0 auto;
	text-align:left;
	float:right;
	margin-top: 30px;
		
	}

