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

body {
	background:#000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
img {
	border: 0;
}
a {
	color: #4F4F4F;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4F4F4F;
}
a:hover {
	text-decoration: none;
	color: #EF9404;
}
a:active {
	text-decoration: none;
	color: #4F4F4F;
}
/* div */
#content {
	margin:auto;
	background-image:url(images/content.jpg);
	width:1023px;
	height:auto;
}
#cabecera {
	width: 957px;
	margin:0 auto;
	height:auto;
	background-color:#202020;
}
#bg {
	width:957px;
	margin:auto;
	height:auto;
	background-color:transparent;}
	
#contenido {
	width:977px;
	margin:auto;
	height:auto;
    background-color:#transparent;
}
#pie {
	clear:both;
	width:957px;
	margin:0 auto;
	height:auto;
	background-color:#202020;
	}
/* end div*/

.denis{font-size:0.1em; color:#202020; }
h2{font-size:0.1em}

.titulo {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.sub_titulo {
    font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #2E3429;
}
.foot {
    font-family: Tahoma;
	font-size: 11px;
	color: #4F4F4F;
}
/*-- menu --*/
.txt {
	color: #FFF;
}
.txt a:visited{
	color: #FFF;}
.txt a:hover{
	color:#4F4F4F;}
.txt a:link{
	color: #FFF;}
.txt a:active{
	color: #FFF;}
/*-- end --*/
