 
/*---------------------------------------------------------------   RESET DE TOTS ESTILS  -----------------------------------------------------------------   */
 
 /*Borramos para casi todos los tags conocidos por el hombre cualquier margen, espacio, interlineado extraño, bordeados, etc… empezaremos desde cero*/
    html, div, body,  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, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;	
    }

    /*Quitamos cualquier efecto predefinido sobre enlaces cuando tienen el foco y nos olvidamos de los enlaces subrayados*/
    :focus { outline: 0;} /*Actualización: Como bien me recuerdan, aclarar que este cambio de estilo debe hacerse siempre que vayamos a remarcarlo de otra manera, pues de no hacerlo tenedremos problemas de accesibilidad a nuestra página */
    a, a:link, a:visited, a:hover, a:active{text-decoration:none}

    /*Para tablas y sus casillas de salida las dejamos con celdas separadas, que los textos se alinean a la izquierda y eliminamos la negrita para campos tipo <td>*/
    table { border-collapse: separate;border-spacing: 0;}
    th, td {
	text-align: left;
	font-weight: normal;
	margin-bottom: 2px;
}

    /*Eliminamos el border en imágenes o iframe aunque formen parte de un enlace*/
    img, iframe {border: none; text-decoration:none;}

    /*De salida nada de símbolos raros para nuestros listados*/
    ol, ul {list-style: none;}

    /*Para variables típicas de formulario usaremos la tipografía que definamos expresamente y al tamaño que definamos*/
    input, textarea, select, button {font-size: 100%;font-family: inherit;}
    select {margin: inherit;}

    /*Convertimos el <hr> en una linea simple*/
    hr {margin: 0;padding: 0;border: 0;color: #000;background-color: #000;height: 1px}
	
	
	
	/*---------------------------------------------------------------   ESTILS ESTRUCTURA MODIFICATS   -----------------------------------------------------------------   */
	
	body {
	background-color: #000;
	background-image: url(../01_img/fons2.jpg);
	background-repeat: repeat;
	background-position: center top;
	}

	#cont {
	height: 505px;
	width: 985px;
	
	}

	#center {
	width: 1015px;
	height: 520px;
	position: relative;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}    
	
	
	#header {
	height: 20px;
	width: 980px;
	margin-top: 32px;
	position: relative;
	margin-bottom: 10px;	
	}
	
	#cont_mig {
	height: 420px;
	width: 830px;
	float: right;
	margin-top: 16px;
	margin-left:0px;	
	}
	
	#menu_lat {
	height: 420px;
	width: 135px;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left:0px
	}
	
	#menu_lat li {
	
	margin-top:1px;
	margin-bottom: 0px;
	}
	

	
	#banner {
	height: 104px;
	width: 925px;
	margin-top:20px;
	padding-right: 10%;
	padding-left: 3%;
	}
	
	#links {
	height: 29px;
	width: 400px;
	margin-top: 0px;
	padding-right: 12%;
	padding-left: 38%;	
	}
	
	
	/*---------------------------------------------------------------   ESTILS MENU SUPERIOR   -----------------------------------------------------------------   */
	
	#header li {
	height: 30px;
	float: right;
	padding-bottom: 2px;	
	}
	
	
	
	#header li a {
	padding:5px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFF;
	background-color: #E10716;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	

	
	
	}
	
	#header li a:link, #header li a:visited {
	color: #FFF;
	background-color: #E10716;
	}
	
	#header li a:hover {
	color: #FFF;
	background-color: #000;
	

	}
	
	#header li a:focus,  #header li a:active {
	color: #FFF;
	background-color: #000;
	
	}

	/*---------------------------------------------------------------   ESTILS BANNERS   -----------------------------------------------------------------   */
		
	.boxgrid h3{
	color:#FFF;
	font:14pt Arial, sans-serif;
	letter-spacing:-1px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 5px;
		}
	
	.boxgrid{
	width: 140px;
	height: 100px;
	float:left;
	overflow: hidden;
	position: relative;
	background-color: #CCC;
	margin-right: 10px;
	border: 2px solid #900;
	}
			
	.boxgrid img{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		border: 0; 
	}
		
	.boxgrid p{
	color:#afafaf;
	font-weight:bold;
	font:14pt Arial, sans-serif;
	margin-right: 5px;
	margin-left: 5px;
	}
				
	.boxcaption{ 
		float: left; 
		position: absolute; 
		background: #000; 
		height: 100px; 
		width: 140px; 
	
 	}
	
