/* CSS Document */


html, body {
	width:100%;
	margin:0;}
	
body {
	background-image:url(images/fondo.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#150700;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;}
	
a:link { color:#FF3300; text-decoration:none;}
a:visited {color:#FF3300; text-decoration:none;}
a:hover { color:#FF9900; text-decoration:none;}
a:active {color:#FF3300; text-decoration:none;}
	
h1 {font-size:18px;
color:#66CC00;
text-align:right;
letter-spacing:-0.5px;
margin-bottom:30px;}

.bold {font-weight:bold;}
	
	
	
#tabla1 {
	width:742px;
	margin:0 auto;
	padding:135px 50px 30px 50px;
	background-image:url(images/cabecera.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#170600;}
	
#menu {
	width:200px;
	height:100%;
	margin-right:0px;
	margin-top:inherit;
	display:block;
	margin-bottom:100%;
	float:left;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;}
	
	#menu a:link { color:#FF3300; text-decoration:none;}
	#menu a:visited {color:#FF3300; text-decoration:none;}
	#menu a:hover { color:#FF9900; text-decoration:none;}
	#menu a:active {color:#FF3300; text-decoration:none;}
	
#textos { border-left:solid thin #66CC00;
		  width:380px;
		  text-align:justify;
		  padding-left:40px;
		  float:right;}

