@CHARSET "ISO-8859-1";

body {
	font-size:62.5%;
	font-family:arial;
	margin:0 auto;
	text-align:center;
	padding:0;
	}

h1, h2, h3, p, ul, li {margin:0; padding:0;}

 img, div { behavior: url(iepngfix.htc); }

#canvas {
	margin: 0 auto;
	text-align:left;
	height:1%;
	overflow:hidden;
	}

#logo {
	width:185px;
	height:96px;
	position:relative;
	z-index:100;
	left:650px;
	}
	
#logo h2, h2 img {
	width:185px;
	height:95px;
	}

#header{
	background:#797979 url(../images/header.gif) no-repeat top left;
	height:60px;
	z-index:50;
	margin-top:-83px;
}

#main {
	margin: 0 auto;
	text-align:left;
	background:url(../images/filete_v.jpg) repeat-y;
	height:1%;
	overflow:hidden;
}

#menu {
	width: 280px;
	background:#eee url(../images/trama_p.gif) repeat-x top;
	padding:6px	0 0 0;
	margin:5px 0 0 0;
}
#menu ul {
	background: url(../images/trama_p.gif) repeat-x bottom;
	padding:0 0 6px 0;
	list-style: none;
}
	#menu ul li{
		padding:0 0 3px 25px;
		background: url(../images/bullet.gif) no-repeat 15px 4px;
		font-size:1.1em;
	}
	#menu ul ul {
	 background:none;
	 height: auto;
	 padding:4px 0 0 0;
	 }
	 	#menu ul ul li{
	 		background-image: none;
	 		font-size:1em;
	 	}
#menu ul li a {
	color:#000;
	text-decoration:none;
	}
#menu ul li a:hover {
	text-decoration:underline;
	}
 
#navigation{
	float:left;	
	width: 250px;
	padding:20px 0 0 35px;
}

#content{
	float:left;
	width: 500px;
	padding:17px 0 0px 135px;
}
#content img{
	padding:0 0 10px 0;
}

#texto p {
	font-size:1.1em;
	line-height:1.4em;
	padding-bottom:4px;
	}
#texto ul {
	padding:0 0 0 30px;
	list-style:none;
	font-size:1.1em;
	}
#texto ul li {
	padding-bottom:3px;
	}
#texto .listado_gen {
	list-style:inherit;
	}
#texto .listado_gen li {
	padding-bottom: 10px;
	}


/*footer*/

#footer {
	margin:30px 0 0 0;
	border-top:1px solid #999;
	padding:5px 0 0 0;
	}
#footer ul {
	margin:0 auto;
	width: 600px;
	font-size:1.1em;
	}
#footer li {
	float:left;
	background:url(../images/bullet.gif) no-repeat 0 4px;
	padding: 0 10px;
	list-style:none;
	}
#footer li a {
	color:#333;
	text-decoration:none;
	}
#footer li a:hover {
	text-decoration:underline;
	}

html{
	overflow-x: hidden;
}
