/*BODY*/

/* CONTAINER */

		#container {
	width: 100%;
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.6em;
	color: #666;
	background-color: #FFF;
		}

		
/* GENERAL MOJO AND MULA */
		
		h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #990000;
	margin-bottom: 30px;
	background-color: #FFF;
		}
		
		h2 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		a {
			color:#990000;
			text-decoration: none;
		}

		a:hover {
	color:#990000;
	background-color: #F5F5F5;
	font-weight: bold;
		}
		
		
/* HEADER ELEMENTS */

		

		#topline {
	width: 100%;
	border-bottom: 5px solid #990000;
	margin-top: 3px;
		}


		#header {
	border-bottom: 4px solid #948979;
	padding-top: -5px;
	clear: none;
	margin-bottom: 20px;
	padding-left: 10px;
	height: auto;
	margin-left: 180px;
	padding-bottom: -5px;
		}
		

		/* the slogan */
		#header p {
	margin-top: -20px;
	margin-left: 30px;
	color: #666666;
	font-weight: bold;
	padding-left: 10px;
		}

/* NAVIGATION ELEMENTS */

		 
		 #navigation ul {
			margin-top: 0;
			margin-left: 0;
			padding-top: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 140px;
		}

		#navigation a {
	display: block;
	padding: 5px;
	width: 140px;
	border-bottom: 1px solid #CCC;
		}

		#navigation a:link, #navlist a:visited {
	color:#990000;
	text-decoration: none;
	position: static;
	padding-left: 20px;
	top: 180px;
		}
		
		#navigation a:hover {
	background: #000000 url(arrow.gif) 96% 50% no-repeat;
	background-color: #F5F5F5;
	color:#990000;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
		}

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		
/* CONTENT ELEMENTS */

		#content {
	width: 60%;
	padding-right: 15px;
	background-image: url(images/fondo%20codisa.png);
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: 200px;
		}
		
		#content p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
		}

/* SIDEBAR ELEMENTS */

		#sidebar {
	float: right;
	width: 175px;
	padding-right: 5px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#990000;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#999999;
			padding: 5px;
		}
		
		#footer p a {
			color: #CCCCCC;
		}
		
		#footer p a:hover {
	color: #FFFFFF;
	background-color: #990000;
		}
		
/**************** images styles ****************/		
	a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
	  }

	img.left {
	float: left;
	margin: 0 12px 5px 0;
	background-color: #FFFFFF;
	  }

	img.center {
	display: block;
	margin: 0 auto 5px auto;
	background-color: #FFFFFF;
	  }

	img.right {
	float: right;
	margin: 0 0 5px 12px;
	background-color: #FFFFFF;
	  }
		
		
		/* And they lived disgracefully ever after. */
#breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	margin: -15px 0px 10px 180px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	text-indent: 10pt;
}
