/* Realizado por Edinson Rodriguez y Sonia Arroyo*/

* {
	margin:0;
	padding:0;
}
body{
	Background:#000;	
	font-family:arial,sans-serif;
}
a{
	font-family:arial,sans-serif;
}
#contenedor{
	width:960px;
	margin:0 auto 0 auto;
	Background:#fff;
}
#navegacion{
	Background:#000;
	height:29px;
	border:solid #808080 1px;
	margin-top:1px;
}
#navegacion li{
	float:left;
	list-style:none;
		height:25px;
			padding-top:4px;
	}
#navegacion a {
	color:#fff;
	font-size:12px;
	text-decoration:none;
	padding:0 7px;
	padding-top:6px;
	font-weight: bold;	
}
#navegacion a:hover{
	color:#B42602;
}
#navegacion .actual{
	background:#8D8485;
}
#navegacion .actual a{
	color:#B42602;
}
#footer{
	height:19px;
	background:#CD3301;
	font-size:11px;
	color:#fff;
	padding:8px 0 0 15px;
}
.foo{
	height:19px;
	background:#CD3301;
	font-size:11px;
	color:#fff;
	padding:8px 0 0 15px;
}
#footer #f{
	margin-left:300px;
}


#flash{
	float:left;
}
#im{
float:left;
}
h1 a{
	font-size:10px;
	background:url(i/logooo.gif) left top no-repeat;
	display:block;
	width:310px;
	height:130px;
	text-indent:-1000px;
	overflow:hidden;
}

/* hacks   ------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


