/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-size: 13px;
}
#header {
	color: #333;
	width: 973px;
	float: left;
	height: 16px;
	margin: 0px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
#leftcolumn { 
 color: #333;
 border: 1px solid #ccc;
 background: #F2F2E6;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 678px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #ccc;
 background: #E7DBD5;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 350px;
 width: 200px;
 display: inline;
}
#footer {
	width: 955px;
	clear: both;
	color: #FFF;
	background: #266194;
	padding: 10px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#inner-footer{
    	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;

}
#right-intro{
	float: right;
	width: 240px;
	text-align: center;
}
#sponsors{
	margin-top: 380px;	
}
#sponsor-milenio-cmm{
	float: left;
	width:620px;
}
#sponsor-die{
	padding-top:5px;
	float: right;
	width: 310px;
        text-align:center;
}
#sponsor-die a{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#sponsor-die a:hover{
	text-decoration:underline;
}
#sponsor-milenio{
	float: left;
	width: 310px;
        text-align:center;
}
#sponsor-cmm{
	float: right;
	width: 310px;
        text-align:center;
}
/* 
Navegacion inner superior
*/
/*#nav-up {
	margin-right: 0px;
	margin-left: 0px;
	letter-spacing: 2px;
	display: block;
	clear: both;
	text-align: center;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	display: inline-block;
	text-align: center;
	width: 100%;	
	font-family: "century gothic", Verdana, Serif;
}
#nav-up ul {
	margin:0px;
	padding: 0px;
}
#nav-up ul ul {
position: absolute;
z-index: 500;
}

#nav-up li {
	background-color: #7B9FD0;	
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	display: inline;
	float: left;
	border-color: #51789F;
	border-right-width: 1px;
	border-right-style: solid;
}
#nav-up li:hover {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	display: inline;
	float: left;
}
#nav-up li a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding-right: 25px;
	padding-left: 25px;
}
#nav-up li a:hover {
	color: #001049;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
#nav-up li a:hover, .nav-up li:hover a{
	color: #001049;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
}

#nav-up li.page-item-10{
	border-color: #51789F;
	border-left-width: 1px;
	border-left-style: solid;	
}
#nav-up li.current_page_item, .nav-up li.current_page_parent{
	background-color: #AAC1E1;
}
#nav-up li.current_page_item a, .nav-up li.current_page_parent a{
	color: #15345d;
	text-decoration: none;
	font-size: 11px;
	padding-left: 30px;
	padding-right: 30px;
}*/
