/* CSS Document */

/* =Estilos por defecto
   --------------------------------------------------------*/
   
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		border: 0;
		font-size: 100%;
		margin: 0;
		outline: 0;
		padding: 0;
		vertical-align: baseline;
	}
	
	ol, ul {
		list-style: none;
	}
	
	blockquote, q {
		quotes: none;
	}
	
	:focus {
		outline: 0;
	}
	
	ins {
		text-decoration: none;
	}
	
	del {
		text-decoration: line-through;
	}
	
	a{
		color:#8C3433;
		text-decoration:none;
	}
	
	a:hover{
		color:#8C3433;
		text-decoration:underline;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
		width:100%;
		font-size:1.2em;
	}
	
	table th{
		font-weight:normal;
	}
	
	table td,table th{
		text-align:left;
		padding-bottom:10px;
	}
	
	table td.centrado,table th.centrado{
		text-align:center;
	}
	
	table td.tbdcha,table th.tbdcha{
		text-align:right;
	}
	
	table th a{
		text-decoration:none;
		font-weight:normal;
	}


.clear{
	clear:both;
}

.dcha{
	float:right;
}

.izda{
	float:left;
}

.oculto{
	display:none;
}

/* =Generales
   --------------------------------------------------------*/

body{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color:#000000;
	background-image:url(/imagenes/fondo.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
	background-attachment:fixed;
}


h1{
	background-image:url(/imagenes/az_titulo.png);
	color:#FFFFFF;
	font-weight:bold;
	font-size:2.2em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	bottom:20px;
	right:20px;
	padding:5px 10px 5px 50px;
	width:450px;
	text-align:right;
}


h2 {
	color:#FFFFFF;
	background-image:url(/imagenes/ball.png);
	background-position:0 0;
	background-repeat:no-repeat;
	font-style:italic;
	font-size:1.6em;
	margin:0 0 0 0;
	padding:7px 0 5px 40px;
	margin:0 0 10px 0;
}

h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	color:#531B17;
	font-weight:bold;
	margin:0 0 5px 0;
	padding:0 0 0 0;
}

h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#FFFFFF;
	background-image:url(/imagenes/ic_dcha.png);
	background-position:0 3px;
	background-repeat:no-repeat;
	font-weight:bold;
	margin:0 0 10px 3px;
	padding:0 0 0 10px;
}
