/* mac hide\*/
html, body {height:100%}
/* end hide */


/* General */

h1 {
	font-size: 1.8em;
	letter-spacing:	-0.01em;
	color: #205FA0;
}

h2 {
	font-size: 1.27em;
}

h3 {
	font-size: 1.1em;
}

a, a:visited {
  color: #000; 
  font-family: Arial, Verdana, Geneva, Swiss, SunSans-Regular
}

a:hover, a:active { 
	color: #fff;		
    background-color: #205FA0;
}

p {
	line-height: 135%;	
}

li {
	padding-top: 0.6em; 
}


/* Custom Clases */
.small {
	font-size: 0.7em;
}

.msg {
	font-size: 16px;
	color: red;
}

.bold {
	font-weight: bold;
}

.prof-title {
	font-weight: bold;
	font-size: 1.1em;
}


/* */

body {
	padding:0;
	margin:0;
	/*text-align: center;*/
	min-width: 760px; /* for mozilla*/
	background-color: #2e517d;
	background-image: url(/img/fondo.jpg);
	background-repeat:repeat-x;
	color: #000;
	font-family: Verdana,arial;
}

#outer{
	min-height: 90%;
	width: 950px;
	border: 1px solid #000;
	text-align: left;
	margin: auto;
	position: relative;
	background-color: #FFF;
}
 
* html #outer{height: 99.9%;} /*For ie as treats height as min-height anyway - also addreeses rounding bug at bottom of screen in IE*/
#header {
	min-height: 70px;
	position: relative;
	/*text-align: center;*/
}
* html #header{height: 70px}

#header img {
	border: 0;
}


#left {
	position: relative; /* ie needs this to show float */
	width: 227px;
	float: left;
	padding: 5px;
}


* html #footer {/*only ie gets this style*/
	\height:52px; /* for ie5 */
	he\ight:50px; /* for ie6 */
	margin-bottom: -1px;
}
div,p  {margin-top:0} /* clear top margin for mozilla */

#footer {
	width: 758px;
	margin: 10px auto;
	height: 70px;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover, a:active { 
    text-decoration: underline;
}

#content {
	margin: 0;
	/*width: 593px;*/
	width: 670px;
	float: right;
	padding: 5px 10px 5px 10px; /* top right bottom left */
	font-size: 0.9em;	
}

* html #content {
	margin-top: 10px; /* Little top margin only for IE */
}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */




/* Top navigation */

#nav {
	border-top: 1px solid #000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 35px;
	background-color: #3A598A;	
}

#nav ul {
	margin: 0;
	padding: 0em 0.5em;
	list-style-type: none;
}
			
#nav ul li {
	border-right: 1px solid #e2e2e2;
	display: inline;
	padding: 0;
}
			
#nav a {
	color: #fff;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-decoration: none;
}

#nav a:hover {
	background-color: #496C99;
	text-decoration: underline;
}

/* */

#nav2, #nav3 {
	background-color: #CDCBCF;
	border: 1px solid #857D8B;
	padding: 10px;
}

#nav2 ul, #nav3 ul {	
	/*padding: 0em 0.5em;*/
	list-style-type: none;
	padding: 0;
	margin: 0;
}
			
#nav2 ul li, #nav3 ul li {
	/*border-right: 1px solid #666666;*/
	/*display: inline;	*/	
	padding-top: 5px;
}
			
#nav2 a, #nav3 a {
	color: #000;
	/*padding-left: 0.5em;
	padding-right: 0.5em;*/
}

#nav2 a:hover, #nav3 a:hover {
	color: #fff;
	background-color: #2e517d;
}



/* Forum Recent Topics */
#forum_topics table {
	border: 1px solid #857D8B;
	margin: 0;
	width: 90%
}

.forum_topic_header {
	background-color: #CDCBCF;
	font-weight: bold;
}

