/* ***********************************
	- Fichero: alternativevolume.css
	- Web: Alternative Volume
	- Autor: d'AltArt
*********************************** */

body {
	background-color: #EEE;
	background-image:url(../imgs/arts/bg.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 100%;
}

/* Estructura principal */

#contenido {
	margin: 0 auto;
	width: 960px;
}

#cabecera {
	background-color: #FFF;
	border: 1px solid #CCC;
	height: 270px;
	margin-bottom: 10px;
	padding-top: 10px;
}

#cuerpo {
	background: url(../imgs/pngs/bg1.png) repeat;
	border: 1px solid #CCC;
	font-size: 11px;
}

#pie {
	background-color: #FFF;
	border: 1px solid #CCC;
	clear: both;
	font-size: 10px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

/* Elementos de la cabecera */

.recuadrologo {
	display: inline;
	float: left;
	margin-left: 10px;
	width: 306px;
}

h1 {
	margin: 0;
}

/* Elementos del pie */

#pie p {
	margin: 4px 0;
}

/* Pie: Hipervinculos */

#pie a:link, #pie a:visited, #pie a:active {
	color: #940f04;
	font-weight: bold;
	text-decoration: none;
}

#pie a:hover {
	color: #940f04;
	text-decoration: underline;
}

/* Elementos generales */

img {
	border: none;
}

/* Lista no ordenadas: Bolas naranjas */

li.primerolista {
	list-style-image:url(../imgs/gifs/bola1.gif) !important;
}

li.segundolista {
	list-style-image:url(../imgs/gifs/bola2.gif) !important;
}

li.tercerolista {
	list-style-image:url(../imgs/gifs/bola3.gif) !important;
}

li.cuartolista {
	list-style-image:url(../imgs/gifs/bola4.gif) !important;
}

li.quintolista {
	list-style-image:url(../imgs/gifs/bola5.gif) !important;
}

/* Problemas con Floats */

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
