/* CSS Document */

body{
	font-family: Century Gothic;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 0;
 	padding: 0;
	color: #999999;
}

h1{
	font-size: 14px;
	color: #999999;
}

h2{
	font-size: 14px;
	color: #CC3399;
}

#container{
	position:relative;
	float:left;
	width:950px;
	height:100%;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:250px;
}

#containerindex{
	position:relative;
	float:left;
	width:150px;
	height:150px;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:50px;
	line-height:30px;
	margin-left:130px;
	margin-top:50px;
}

#headerdiv{
	position:relative;
	float:left;
	width:600px;
	height:100%;
	padding-bottom:10px;
	padding-left:200px;
}

#contenudiv{
	position:relative;
	float:left;
	width:950px;
	height:100%;
	padding-left:70px;
	padding-bottom:5px;
}

#contenudiv img{
	border:solid 1px #CCCCCC;
	}

#footerdiv{
	position:relative;
	float:left;
	background-color:#F4F4F4;
	width:100%;
	height:100%;
	padding-bottom:5px;
	padding-left:10px;
}

#contactdiv{
	position:relative;
	float:left;
	width:48%;
	height:100%;
}

#updiv{
	position:relative;
	float:left;
	width:99%;
	height:100%;
	text-align:right;
}

#aproposdiv{
	position:relative;
	float:left;
	width:48%;
	height:100%;
	padding-right:5px;
}

#footer{
	position:relative;
	float:left;
	width:950px;
	height:100%;
	text-align:center;
}

#logodiv{
	background:url(../images/logo.png) no-repeat;
	position:relative;
	float:left;
	width:448px;
	height:81px;
}

#menudiv{
	position:relative;
	float:left;
	width:78px;
	height:100%;
	padding-left:30px;
	margin-top:15px;
}

img{
	border:0;
}

#textintro{
	position:relative;
	float:left;
	width:950px;
	height:100%;
	padding-left:70px;
}

#imgintro{
	background:url(../images/converse.jpg) no-repeat;
	position:relative;
	float:left;
	width:600px;
	height:375px;
	margin-left:180px;
}

a {
	color: #CC3399;
	text-decoration:none;
	}

a:hover {
	color: white;
	background: #CC3399;
}
