@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #369;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/bg_contenido.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #DDDDDD url(../images/header.jpg);  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 200px;
}
#header #menuassis {
	float: left;
	width: 450px;
	margin-top: 90px;
	text-align: right;
	color: #FFF;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	padding-top: 5px;
}

#header #menuassis a{
	color: #FFF;
	text-decoration: none;
}

#header #menuassis a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0px;
}

#header #menuassis #navlist {
	padding: 2;
	font: bold 12px Verdana, Geneva, sans-serif;
	width: 200px;
	text-align: right;
	margin: 0;
}

#header #menuassis #navlist ul {
	text-align: right;
	margin-left: 200px;
	float: right;
	list-style-type: none;
}

#header #menuassis #navlist li {
list-style: none;
margin: 0;
border-top: 1px solid gray;
text-align: right;
}

#header #menuassis #navlist li a {
	display: block;
	padding: 2px;
	border-left: 1em solid #AAB;
	background: #CCD;
	text-decoration: none;
}

#header #menuassis #navlist li a:link { color: #448; }
#header #menuassis #navlist li a:visited { color: #667; }

#header #menuassis #navlist li a:hover {
border-color: #FE3;
color: #FFF;
background: #332;
}

#header #menuvelasquez {
	float: right;
	width: 450px;
	margin-top: 90px;
	text-align: left;
	color: #FFF;
	font-size: 18px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	padding-top: 5px;
}

#header #menuvelasquez a{
	color: #FFF;
	text-decoration: none;
}

#header #menuvelasquez a:hover {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0px;
}


#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	margin-right: 40px;
	margin-left: 40px;
}

#mainContent h1 {
	font-size: 18px;
	color: #369;
}
#mainContent h1 a {
	font-size: 18px;
	color: #369;
	text-decoration: none;
	text-align: center;
}

#navcontainer ul
{
	padding: .2em 0;
	margin: 0;
	list-style-type: none;
	background-color: #333;
	color: #FFF;
	width: 100%;
	font: normal 14px arial, helvetica, sans-serif;
	text-align: center;
}

#navlist li { display: inline; }

#navlist li a
{
	text-decoration: none;
	background-color: #333;
	color: #FFF;
	background-image: url(../images/m4.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-right: 1em;
	padding-left: 2em;
}

#navlist li a:hover
{
	background-color: #666;
	color: #FF0;
	background-image: url(../images/m5.gif);
	background-repeat: no-repeat;
	background-position: left;	
}

#footer {
	background:#036 url(../images/bg_footer.jpg);
}

#footer td {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
}
#footer td a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
