@charset "UTF-8";
/* CSS Document */
body {
	font-family: Helvetica, Arial, sans-serif;
*font-size:small; *font:x-small; 	line-height:1.22;
	background-color: #666;
}
/* Reseteamos todo */
html, body, body div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section,
time, mark, audio, video, a {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size: 100%;  
	vertical-align:baseline;
 	background:transparent none no-repeat 0 0;
  	color: #484848;
  	font-weight: normal;
}
article, aside, figure, footer, header, hgroup, nav, section { display:block; }

nav ul { list-style:none; }

/** ESTILOS GENERALES **/
a {
	text-decoration: none;	
}

html {
	background-color: #fff;
	height: 100%;
	width:100%;
}
body {
	width: 770px;
	margin: 0 auto 0 auto;
	/*background: transparent url(../imagenes/bg_cabecera_04.png) no-repeat top center;*/
	/*background: transparent url(../imagenes/bg-texture.png) no-repeat top center;*/
	/*background: transparent url(../imagenes/bg_textura.png) no-repeat top center;*/
	height: 100%;
	color: #666666;
	font-size: 13px;
	position: relative;
	font-family: Helvetica, Arial, sans-serif;
}








/********** HEADER *******************************/
header {
	padding-top: 5.5em;
	overflow: hidden;
	position: relative;
	margin-right: auto;
	margin-bottom: 1px;
	margin-left: auto;	/*background-color: #999;*/
}
header a {
  text-decoration: none;
  color: #484848;
}

header h1 {
	font-size: 15px;
	position: relative;
	letter-spacing: 5px;
	float: right;
	text-shadow: rgba(0,0,0,0.4) 1px 1px 4px;
}
header p {
  position: absolute;
  bottom: 0;
  line-height: 25px;
  font-size: 12px;
  margin: 0;
}





/** ESTILOS PIÉ DE PÁGINA I **/
footer {
	clear: both;
	float: left;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left:0px;
	z-index: 99999;
	padding: 5px 20px 5px 5px;
	background-image: url(../imagenes/fondo_pie_01.png);
	background-repeat: repeat;
}
footer small {
	font-family: LeagueGothic, Tahoma, Geneva, sans-serif;
	line-height: 18px;
	letter-spacing: 0.09em;
	text-shadow: rgba(0,0,0,0.4) 1px 1px 4px;
	color: #333333;
	float: left;
}
footer p:last-of-type{
	float: right;
	padding: 0 17px 0 0;

}
#footerinfo {
  clear: both;
  width: 100%;
  background: transparent;
}

/** ESTILOS PIÉ DE PÁGINA VERSIÓN II **/
/*footer {
	clear: both;
	float: left;
	width: 100%;
	position: fixed;
	bottom: 0px;
	left:0px;
	z-index: 99999;
	padding: 5px 20px 5px 5px;
	background-color: #000;
	background-repeat: repeat;
}
footer small {
  font-family: LeagueGothic, Tahoma, Geneva, sans-serif;
  line-height: 20px;
  letter-spacing: .08em;
  text-shadow: rgba(0,0,0,0.4) 1px 1px 4px;
  color: #777;
  float: left;
}
footer p:last-of-type{
	float: right;
	padding: 0 17px 0 0;

}
#footerinfo {
  clear: both;
  width: 100%;
  background: transparent;
}*/
