* {margin:0; padding:0;}
body {
	background-image: url(../images/background.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center top;
	margin-left: 0px;
	left:0px;
	top:0px;
	margin-top: 0px;
	font-family:"Century Gothic", Arial;
	color:#48494A;
	line-height:20px;
	font-size:14px;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #666666;
}
#contenedor{
	left:0px;
	top:0px;
	overflow:auto;
	width:100%; 
	height:100%;
}
#cabecera {
	position:relative;
	width:930px;
	height:120px;
	z-index:1;
	top: 0px;
	margin:auto;
}
#cuerpo {
	position:relative;
	width:930px;
	z-index:2;
	height:auto;
	top: 0px;
	margin:auto;
}
#logo {
	position:absolute;
	width:306px;
	height:57px;
	z-index:1;
	left: 20px;
	top: 40px;
}
#menu {
	position:absolute;
	width:auto;
	height:27px;
	z-index:2;
	right:0px;
	top: 65px;
}
#pie {
	position: fixed;
	float:left;
	bottom:0px;
	background-color:#ac0000;
	width:100%;
	height:55px;
	z-index:3;
	left: 0px;
}
#contenidopie {
	position:relative;
	width:930px;
	height:40px;
	z-index:3;
	top: 10px;
	margin:auto;
	color:#FFFFFF;
}
#flotante {
	position:absolute;
	width:100%;
	height:55px;
	background-color:#ac0000;
	left:0px;
	margin-left:0px;
	bottom:0px;
	margin-top:-22px;
	z-index:1000;
}
/*************	ESTILOS	*************/
.titulo{
	color:#AC0000;
	font-size:22px;
}
.subtitulo{
	font-size:18px;
	color:#990000;
	line-height:40px;
}
.parrafo{
	margin-top:10px;
	margin-bottom:10px;
}
	.blog_activo{	background:#AC0000; color:white; text-decoration:none; padding:5px; font-weight:bold;	}
	.blog_desactivo{	background:#ddd; text-decoration:none; padding:5px;	}
	.post-text{height:30px; background: #661c1c; color:#FFFFFF;-moz-border-radius: 5px;-webkit-border-radius: 5px; background-image:url(../images/blog/buscar.jpg); background-repeat:no-repeat; padding-left:35px;}