html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* empieza el estilo */

#wrapper {
	font-family: Helvetica, Arial, sans-serif;
	width: 1020px;
	margin: 0 auto;
	}
	
#head {
	border-bottom: 3px solid #487291;
	padding: 30px 0;
	}
	
#intro {
	padding-top: 15px;
	overflow: hidden;
	}
	
#adspace {
	float: right;
	margin-top: -150px;
	}	

#welcome {
	float: left;
	width: 100%
	}
	
#welcome_big {
	font-size: 32px;
	font-weight: bold;
	color: #487291;
	display: block;
	letter-spacing: -1px;
	margin-bottom: 15px;
	}
	
#welcome_small {
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	}
	
	#welcome_small p {font-weight: normal;margin:0 0 20px 0;}

#menu {
	background:#000000 none repeat scroll 0 0;
	font-size:10px;
	height: 30px;
	}

	
#menu #menu2 a{
	text-decoration: none;
	}

#menu1 a {
	color:#AAAAAA;
	padding-left:6px;
	text-transform:uppercase;
	text-decoration: none;
	}
	
#menu ul {
	background:#000000 none repeat scroll 0 0;
	clear:both;
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:2px 4px 0;
	padding:0;
	}

#menu ul li {
	float:left;
	margin:0 2px;
	position:relative;
	}
	
#menu2 a {
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	color:#FFFFFF;
	display:block;
	float:left;
	height:12px;
	padding:6px 8px 0;
	position:relative;
	text-decoration: none;
	}
	
#menu #menu2 {
	text-transform: uppercase;
	}
	
#menu .activo, #menu .active {
	background:#FFFFFF none repeat scroll 0 0;
	color:#000000;
	}

#menu a:hover {
	background:#FFFFFF none repeat scroll 0 0;
	color:#333333;
	}

#menu2 .current li a{
	color: #000000;
	}

.float-r {
	float: right;
	position: relative;
	}
	
#footer_container {
	background-color:#17598A;
	float:left;
	margin-top:20px;
	padding:10px 0;
	bottom: 0;
	width:100%;
	}
	
#footer {
	background-color: #17598A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	width: 1020px;
	}
	
#footer a{
	color: white;
	}
	
#footer a:hover {
	color: black;
	}
	
.clear {
	clear: both;
	}

.current, .activo {
	background: #FFFFFF;
	color: #000000;
	
border-top-left-radius:4px;border-top-right-radius:4px;-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;
	
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	}
	
#wall {
	margin: 20px 0;
	text-align: center;
	}
	
#wall img {
	margin: 12px;
	overflow: hidden;
	border: 5px solid #EBEBEB;
	}
	
#wall img:hover {
	border: 5px solid #0C568C;
}
