@charset "utf-8";
/* CSS Document */

body,img,p,pre,div,h1,h2,h3,tr,td,th {
	margin:0;
	padding:0;
	border:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; color:#333;
	background-color:#FFF;
	text-align:center;
}
ul,li {
	margin:0;
	padding:0;
	list-style:none;
}
a,a:link,a:visited,a:hover,a:active {
	text-decoration:none;
	color:#336699;
	background-color:#e7e7e7;
	padding:1px 2px;
}
	a:hover { text-decoration:underline; }
	
h2 {font-size:16px;}
h3 {font-size:12px;}
.clear {clear:both;height:0.1em;overflow:hidden;}
#wrap {
	position:relative;
	margin:50px auto;
	text-align:left;
	width:750px;
	padding:
}
#logo {
	display:block;
	margin-bottom:25px;
}
#cont {
	display:block;
	margin-left:25px;
	background:transparent url(_imgs/tile.gif);
}
#banda {
	float:left;
	width:104px;
}
#enlaces {
	float:left;
	background-color:#FFF;
	width:420px;
	padding:10px;
	margin-bottom:-1px;
}
	#enlaces ul {
		margin:25px 0;
	}
	#enlaces ul li {
		display:block;
		margin-bottom:5px;
	}
		#enlaces ul li span {
			float:left;
			width:130px;
			background:transparent url(_imgs/flecha.gif) top right no-repeat;
			margin-right:10px;
		}
		#enlaces a {
			font-size:10px;
		}
#cierre {
	position:relative;
	float:left;
	/*width:255px;*/
}
#pie {}
