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

/* MATRIX */
#inicio {
	background: #000 url(img/fondo_inicio.jpg) no-repeat fixed;
}
#inicio h1 {
	width:279px;
	height:170px;
	background: url(img/rock-nacional.jpg) no-repeat;
	text-indent:-9999px;
}
#almendra {
	background: #FFF url(img/fondo_almendra.jpg) no-repeat fixed;
}
#almendra h1 {
	width:279px;
	height:170px;
	background: url(img/logo-almendra.jpg) no-repeat;
	text-indent:-9999px;
}
#almendra #texto p, h3{
	color:#000;
}





/*/////////////////Etiquetas generales/////////////////////////*/
#contenedor {
	width: 950px;
	height:auto;
	margin:0 auto;
}
#contenido {
	width:900px;
	height:auto;
	overflow:hidden;
}
#texto {
	width: 500px;
	margin-left: 220px;
	margin-top:20px;
	text-align:justify;
	float:left;
	line-height:20px;
}
p {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
h1 {
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18pt;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom:5px;
	margin-right: 0px;
	padding-top: 1px;
	padding-left: 0px;
	padding-bottom: 3px;
	padding-right: 0px;
}
h3 {
	color:#CCC;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14pt;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom:5px;
	margin-right: 0px;
	padding-top: 1px;
	padding-left: 0px;
	padding-bottom: 3px;
	padding-right: 0px;
}
/*/////////////////////////menu///////////////////////*/
#menu {
	width: 180px;
	margin-left:10px;
	float:left;
	margin-top:20px;
	position:fixed;
}
#menu ul li {
	list-style-type: none;
	margin-top:4%;
	background: #fff;
}
#menu ul a:link {
	color:#000;
}
#menu ul a:visited {
	color:#000;
}
#menu ul a:hover {
	background-color:#C63;
	color:#000;
}
#menu ul a:active {
	background-color: #000;
	color:#000;
}
#menu ul a {
	display: block;
	padding: 2%;
	text-decoration: none;
}
/*/////////////////////////marcado de botones///////////////////////*/
#inicio #boton_inicio, #almendra #boton_almendra {
	background:#C63;
	color:#FFF;
}
/*/////////////////////////pie///////////////////////*/
#pie {
	width: 900px;
	height:auto;
	padding:5px;
	margin:5px;
	margin-left: 50px;
}
/*/////////////////////////pie///////////////////////*/
#pie p a {
	color:#9C3;
	text-decoration: none;
	font-size:14px;
}
#pie p a:hover {
	font-size:14px;
	color: #CCC;
	text-decoration: none;
}