﻿/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }
/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }
/* Removes list-style from lists */
ol,ul { list-style : none; }
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }
/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }
/* Removes border from fieldset and img */
fieldset,img { border : 0; }
/* Left-aligns text in caption and th */
caption,th { text-align : left; }
/* Removes quotation marks from q */
q:before, q:after { content :''; }
/*------------------------------------------------------------------------------------*/

/*
*************************LAYOUT******************************
*/
/* Centrar el Layout (en el centro) */
html { text-align: center;}
body {
	position: relative; /*contexto de posicionamiento*/
	width: 1450px; /* 994 = 1024 - margenes del navegador mismo*/
	margin: 0 auto;
	text-align: left;	
	

}

/* --------------------------------------------  Header ------------------------------------------ */
h1#header {
	position: absolute;
	width: 1450px;
	height: 1685px;
	background-image: url(img/opensourcepants_web.gif);
	background-repeat: no-repeat;	
	
	z-index: -1;
	text-indent: -99999px;
}
h1 span {
	display: block;
}



/* --------------------------------------------  Navigation ------------------------------------------ */

/* ---- primary Navigation ------------- */
div#navigation {
	position: relative;
}

ul li#nav-altrajin a{
	width: 400px;
	height: 85px;
	position: absolute;
	top: 316px;
	left: 380px;
	text-indent: -99999px;
	
	
}
ul li#nav-weave a{
	width: 650px;
	height: 70px;
	position: absolute;
	top: 436px;
	left: 485px;
	text-indent: -99999px;
	
	
}ul li#nav-cca a{
	width: 780px;
	height: 105px;
	position: absolute;
	top: 557px;
	left: 370px;
	text-indent: -99999px;
	
	
}ul li#nav-ganxxxt a{
	width: 660px;
	height: 77px;
	position: absolute;
	top: 692px;
	left: 310px;
	text-indent: -99999px;
	
	
}ul li#nav-ymg a{
	width: 170px;
	height: 45px;
	position: absolute;
	top: 803px;
	left: 484px;
	text-indent: -99999px;
	
	
}ul li#nav-agencias a{
	width: 260px;
	height: 45px;
	position: absolute;
	top: 803px;
	left: 704px;
	text-indent: -99999px;
	
	
}

div#footer a {
	width: 530px;
	height: 75px;
	position: absolute;
	top: 977px;
	left: 509px;
	color: transparent;
	
	
	
}
div#footer a:hover {
color: white;
top: 977px;
text-indent: 150px;
font-size: 120%;
font-weight: bold;

} 


/*
*************************TYPOGRAPHY******************************
*/

/*
*************************COLORS******************************
*/

/*
*****************************************************************
*************************Colors used******************************


*/
