/* CSS Document */
html {
   background-color:#000000;
   background:url(img/fondo.jpg) #000 top center no-repeat;
}

body {
	padding:0px;
	margin:0px;
	text-align:center;
	font: 10px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#contenedor {
	margin:0 auto 0 auto;
	margin-top:57px;
	width:900px;
	height:auto;
}

/* contenedor barra navegacion */	
#nav {
	margin:0px;
	padding:0px;
	list-style:none;
	width:900px;
	height:41px;
}
	
/* enlace de barra navegacion */
#nav a {
	font-size:15px;
	color:#fff;
	display:block;
	text-decoration: none;
	padding:11px 0px 12px 0px;
}
#nav a:focus {outline:0px;}
#nav a:hover {background:bottom center no-repeat url(img/menuMarca.png);}
/* Seleccionado */
#enlaceActivo {background:bottom center no-repeat url(img/menuMarca2.png);}

/* elemento de barra navegacion */
#nav li {
	float:left;
	margin:0px;
	padding:0px;
	width:180px;
	height:41px;
}

#in{background:url(img/f60p.png);}
#dw{background:url(img/f45p.png);}
#se{background:url(img/f30p.png);}
#qs{background:url(img/f15p.png);}

#lineaMenu {
	background-image:url(img/lineaMenu.png);
	height:2px;
	width:900px;
}

#cabecera {
	background-image:url(img/cabecera.png);
	height:273px;
	width:855px;
	margin:20px 22px 18px 23px;
	text-align:left;
}

#flash {
	float:right;
	width:451px;
	height:273px;
	outline:none;
}

#titulo {
	height:39px;
	width:860px;
	background:url(img/titulo.png) bottom right no-repeat #e0e0e0;
	font-size:16px;
	text-align:left;
	color:#03161d;
	padding:14px 0px 0px 40px;
	margin:0px;
	font-weight:normal;
}

#contenido {
	margin:0px 22px 0px 23px;
	width:855px;
	padding:0px;
	list-style:none;
	text-align:left;
}

#contenido li {
	float:left;
	margin:21px;
	padding:0px;
	*padding-bottom:21px;
	width:243px;
	color:#999;
	font-size:11px;
}
#contenido h1 {
	font-size:18px;
	background:url(img/minLogoTit.png) left no-repeat;
	margin:0px 0px 18px 0px;
	padding-left:25px;
}

#menuInf {
	background:#03161d;
	height:55px;
	width:855px;
	margin:0px 22px 0px 23px;
	padding:0px;
	font-size:11px;
	color:#555959;
	line-height:24px;
}
#menuInf span {color:#e5e5e5; font-weight:bold; word-spacing:27px;}
#menuInf a{
	color:#e5e5e5;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	word-spacing:6px;
}

#clear {
	clear:both;
	padding:0;
	margin:0;
}
	/*opacity: 0.5;
	filter:alpha(opacity=50);*/

