html, body {
	margin:0;
	padding:0;
}

body {
	font-family: "verdana", sans-serif;
	font-size:11px;
	color:#4c4c4c;
	text-align:center;
}

#wrap {
	width:480px;
	margin:15px auto;
	text-align:left;
	background:url();
}

#wrap img {
	float: left; 
    margin: 1px; 
}

#intro {
	font-size:11px;
	width:470px;
}

#bienvenida {
	padding:5px;
	background: #000;
	float:left;
	width:230px;
}

#welcome {
	padding:5px;
	background: #000;
	float:right;
	width:230px;
}

#nav {
	width:166px;
}

#nav ul {	
	padding:0;
	margin:0;	
}

#nav ul li {
	list-style:none;
	text-align:left;
}

#nav ul li a {
	display:block;
	padding:8px;
	background:url() no-repeat center right;
	color:#ffffff;
	font size:12px;
	font-weight:bold;
	text-decoration: none;	
}	

#nav ul li a:hover {
	color:#2952A3;
	text-align:center;
	background:url('images/navlinks_rollover_bg.gif') no-repeat center right;
}

#content1{
	float:left;
	width:240px;
}

#content2{
	float:right;
	width:240px;
}		

#boxyellow {
	
	width:230px;
	border:1px solid #FFD200;
	background: #000;
}

#boxyellow h1{
	padding-top: 13px;
	text-align:center;
	font size:16px;
	font-weight:bold;
	color: #fff;
	height: 37px;
	background:url('imgs/bxyellow.gif');
}

#boxyellow p{
	padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
	margin:0;
	font size:11px;
}

#boxred {
	
	width:230px;
	border:1px solid #FF0000;
	background: #000;
}

#boxred h1{
	padding-top: 13px;
	text-align:center;
	font size:16px;
	font-weight:bold;
	color: #fff;
	height: 37px;
	background:url('imgs/bxred.gif');
}

#boxred p{
	padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
	margin:0;
	font size:11px;
}

#boxgreen {
	
	width:230px;
	border:1px solid #8CFF00;
	background: #000;
}

#boxgreen h1{
	padding-top: 13px;
	text-align:center;
	font size:16px;
	font-weight:bold;
	color: #fff;
	height: 37px;
	background:url('imgs/bxgreen.gif');
}

#boxgreen p{
	padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
	margin:0;
	font size:11px;
}

#boxpurple {
	
	width:230px;
	border:1px solid #B300FF;
	background: #000;
}

#boxpurple h1{
	padding-top: 13px;
	text-align:center;
	font size:16px;
	font-weight:bold;
	color: #fff;
	height: 37px;
	background:url('imgs/bxpurple.gif');
}

#boxpurple p{
	padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
	margin:0;
	font size:11px;
}

#ftr {
	text-align:center;
	font size:10px;
	height:90px;
	margin:0;
	padding-top: 40px;
	background:url('imgs/fottermid.gif');
	}
	
.clear {
	line-height:1px;
	height:1px;
	clear:both;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	top: 0;
	left: 0;
}
#menu {
	width:156px;
	font size:11px;
}
#menu dt {
	cursor: pointer;
	margin: 2px 0;;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	color:#ff6600;
	border: 1px solid gray;
	background: #fff;
}
#menu dd {
	border: 1px solid gray;
}
#menu li {
	text-align: center;
	background: #ccc;
}
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}
#menu li a:hover, #menu dt a:hover {
	background: #eee;
}