@charset "utf-8";
/* CSS Document */

body,td,th,h1 {
	font-family: Tahoma, Geneva, sans-serif;
	color:#666;
	font-weight: 100;
	overflow:hidden;
}

a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
	

}


a:active {
	color: #C60;
	text-decoration: none;
}







h3{
	font-weight: 100;
	color: #999;
}

#contenedor {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:21;
}

#franja {
	background-color:#FFF;
	width:100%;
	height:400px;
	z-index:21;
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color:#999;
	border-bottom-color: #999;
}

#franja2 {
	width:1000px;
	height:400px;
	z-index:21;
	


}




.center {
	height:130px;
	background-color:#000;
	background-image:url(../images/cabecera2.jpg);
	background-repeat: no-repeat;
	background-position: center;

}


.titulo:hover {
	color:#CCC;

}
#pie {
	height:130px;
	background-image:url(../images/pie.jpg);
	background-color:#000;
	background-repeat: no-repeat;
	background-position: center;

}



