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

body {
	background-color:#0f0f0f;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;

	margin: 0; 
	padding: 0;
}

div#contenedor {
	height: 100%;
	width: 850px;
	color:#999999;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	letter-spacing: 0.1em;
	margin: auto;
}



/****** HEADEA ******/
div#header {
	border-bottom: 1px solid #999;
	height: 80px;
	width: 100%;
}


div#logo {
	height: 70px;
	width: 95px;
	margin: 5px 0px 0px 10px;
	float: left;
	padding: 0;
}


div#navbar {
	float: right;
	margin: 0;
	padding: 60px 10px 0px 0px;
	height:20px;
}


div#navbar ul {
	margin: 0;
	padding: 0;
}


div#navbar ul li {
	margin: 0;
	padding: 0px 0px 0px 8px;
	
	list-style-type:none;
	
	text-align:right;
	
	display: inline;
}

/****** BARRA NAVEGACION PRINCIPAL ******/

a:link#menus {
	color: #999999;
	
	font-weight: normal;
	
	text-decoration: none;
}

a:visited#menus {
	color: #999999;
	
	font-weight: normal;
	
	text-decoration: none;
}

a:hover#menus {
	color: #3399cc;
	
	font-weight: normal;
	
	text-decoration: none;
}

a:active#menus {
	color: #3399cc;
	
	font-weight: normal;
	
	text-decoration: none;
}

/****** FIN BARRA NAVEGACION PRINCIPAL ******/

/****** FIN HEADEA ******/




/****** BODY ******/
div#bd {
	margin: 10px 0px 0px 0px;
	
	width: 100%;
}


div#banner {
	background-image:url(../images/imagenIndex.jpg);
	border: 1px solid #999; 
	
	margin: 20px 10px 20px 10px;
	
	height: 250px; 
	width: 825px; 
}


div#contenido {
	height: 265px;
	width: 100%;
	
	margin: 0px;
	padding: 0px;
	
	clear:both;
}


h1 {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	
	color: #3399cc;
	font-size: 10pt;
	font-weight: bold;
	
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 10px;
}


h2 {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	
	color: #3399cc;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 0em;
	text-transform: uppercase;
	
	margin: 0px 0px 5px 0px;
	padding: 0;
	padding-left: 10px;
}

h3 {
	
	color: #66CC00;
	font-size: 9pt;
	font-weight: bold;
	letter-spacing: 0em;
	text-transform: uppercase;
	
	margin: 10px 0px 5px 0px;
	padding: 0;
	padding-left: 10px;
}


img {
	border:none;
}


p#copy {
	margin: 0;
	padding: 5px 10px 0px 10px;
	width: 525px;
	border-top: 1px solid #999;
	float:left;
	line-height: 18px;
}


div#copy01 {
	margin: 0;
	padding: 5px 10px 0px 10px;
	
	width: 270px;
	
	border-top: 1px solid #999;
	
	float:right;
	
	font-size: 10px;
	font-style: normal;
	text-align: left;
	line-height: 18px;
}

div#copy01 ul {
	margin: 0;
	padding: 0;
}

div#copy01 ul li {
	margin: 0;
	padding: 0;
	
	list-style-type: none;
}


/****** FIN BODY ******/



/****** FOOTER ******/
div#footer {
	height: 20px;
	width: 840px;
	
	margin:5px 0px 5px 0px;
	padding:0px;
	
	border-top: 1px solid #999;
	
	font-size: 7pt;
	font-weight: normal;
	
	padding-top: 4px;
	padding-left: 10px;
	
	clear: both;
}

a#creador {
	color: #CCCCCC;
	text-decoration: none;
}

a:hover#creador {
	text-decoration: underline;
}

/****** FIN FOOTER ******/

