@charset "UTF-8";
/* CSS Document */

html {
height: 100%;
}

body {
	height: 85px;
	background-color: #000;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	color:#fff;
	text-decoration: none;
}

a:link, a:visited {
text-decoration: none;
color:#fff;
}

a:hover {
text-decoration: none;
color: #000;
}

h1 {
margin-top: 50px;
margin-left: 20px;
font-size: 30px;
color: #fff;
letter-spacing: -1px;
}

h2 {
margin-top: 5px;
margin-left: 20px;
font-size: 25px;
color: #ccc;
letter-spacing: -1px;
}



#container {
position:relative;
width:100%;
min-height:100%;
}

* html #maincage { /* Should be included via Conditional Comment for IE */
height: 100%;
} 

#content-up {
	position:absolute;
	width:93%;
	height: 195px;
	top: 0;
	margin-top: 30px;
	margin-left: 30px;
	background-color:#000;
	font-size: 28px;
	color: #fff;
}

#logo {
	position:relative;
	float: left;
	top: 0;
	margin: 0;
	background: url(../img/logo.jpg) no-repeat;
	width: 411px;
	height: 120px;
}

#numero {
	position:absolute;
	top: 90px;
	width: 100%;
	color: #fff;
}

#content-down {
	position:absolute;
	width:95%;
	height: auto;
	top: 225px;
	margin-left: 35px;
	font-size: 11px;
}

.whoweb {
	height: auto;
	margin-top: -20px;
	margin-left: 15px;
	font-size: 16px;
	line-height: 27px;
	width: 95%;
}

.whoweb a:link, a:visited{
	color: #000;
	font-weight: bold;
	font-size: 20px;
}

.whoweb a:hover{
	color: #FF0066;
}


.thumb {
	position:relative;
	float: left;
	width: 165px;
	z-index: 1;
}

.badge {
	position:absolute;
	width: 42px;
	heigth: 42px;
	z-index: 10;
	left: 5px;
	top:0;
}

.photo {
	position:relative;
	margin-left: 18px;
	margin-top: 15px;
	float: left;
	border: 1px solid #fff;
}

.pagesx{
position:relative;
float: left;
width: 74px;
padding-top: 2px;
margin-left: 19px;
}

.pagedx{
position:relative;
float: left;
width: 74px;
text-align: right;
padding-top: 2px;
}

#navbar{
position:relative;
float: left;
width: 100%;
margin: 0;
padding: 0 0 0 38px;
}

#navbar ul,li{
list-style: none;
margin: 0;
padding:0;
}


#navbar a:link, a:visited{
	color: #ff0099;
	text-decoration: none;
}

#navbar a:hover{
color: #000;
background-color: #fff;
}

#footer{
	position: relative;
	float: left;
	width: 100%;
	line-height: 130%;
	font-size: 80%;
	margin: 0;
	padding: 40px 0 0 40px;
 } 



.txt{
position:relative;
float: left;
margin-left: 65px;
top: 220px;
width: 100%;
font-size: 75%;
line-height: 120%;
}

.txt-contact{
position:relative;
float: left;
margin-left: 65px;
top: 220px;
padding-top: 130px;
width: 100%;
font-size: 75%;
line-height: 120%;
}

.grey{
color: #666;
font-size: 70%;
padding-top: 10px;
}

.title{
position:relative;
float: left;
width: 20%;
}

.subtxt{
position:relative;
float: left;
margin-left: 15%;
width: 65%;
margin-bottom: 10px;
}

.clear{
	clear: left;
	height: 0;
	overflow: hidden;
}

#blank{
position:relative;
float: left;
width: 100%;
height: 55px;
margin: 0;
padding: 0;
}

#second-navbar{
position:relative;
float: left;
width: 100%;
height: 55px;
margin: 0;
padding: 0;
}

#second-navbar li{
list-style: none;
margin: 0;
display: inline;
}


#second-navbar a:link, a:visited{
text-decoration: none;
}

#second-navbar a:hover{
background-color: #fff;
}

#txt-collection{
position:relative;
float: left;
width: 50%;
}

#menu {
text-align: right;
}
.menu li {
display: inline;
margin: 0;
}

.pink {
color: #ff0099;
}
