

html { /* Force Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

* {
	padding: 0;
	margin: 0;
	}

img {
	border: 0;
	}

body {
	font: 62.5% 'Verdana' , Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #fff;
	background: #333 url(../images/fons.png);
	text-align: center;
	margin: 0 0 30px;
	}



#container {
	text-align: left;
	margin: 0 auto;
	padding: 0px ;
	position: relative;
	width: 1000px;
	border: 1px solid #000;
		border-top: 2px solid #fb3698;
	}

* html #container { width: 990px } /* IE hack */

#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 110px;
	background-color: #fff;
	border-bottom: 2px solid  #666;
	}




#content {
	padding: 5px;
	position: relative;	
		clear: bottom;
		background: #dfdfdf url(../images/fons-content.png) repeat-x;

}

#header ul li{
line-height: 1.2em;
	position: absolute;
	right: 0;
	top: 10px;
	list-style: none;
	text-align: right;
	margin: 0 10px 0 0;
}

.name {
	font-size: 1.2em;
	font-weight: bold;
}



#col1, #col2, #col3 {
top: 0;	
width: 325px;
float: left;
}

#col1,
#col2{
margin-right: 5px;
}

#col3{
}


.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}



#content ul{
line-height: 1em;
	margin-bottom:5px;
	padding-bottom: 3px;
	list-style: none;
	background-color:#FFF;
}

#content li{
	margin-bottom:5px;
	list-style: none;
}

h1 {
	margin: 0 0 0 20px;
	padding:10px 0 0 0;
	display: block;
	height: 100px;
	width: 102px;
	text-indent: -9999px;
	background: url(../images/logo-anibalestrella-paint.jpg) no-repeat left 5px;
}

h2 {
	border-top: 2px solid #fb3698;
	background-color: #444;
	color: white;
	font-size: 1.2em;
	text-transform: uppercase;
	padding: 5px;
	margin: 0 0 5px 0;
	font-weight: normal;
	font-style: normal;
}

.project {
	border-left:4px solid #fb3698;
		text-transform: uppercase;
	font-weight: bold;
	color: #444 !important;
		background: url(../images/comments-fons.png) repeat;
	padding: 5px 10px !important;
}
.project a, #header ul a, .type a{
	color: #444 !important;
	padding-right: 10px;
	background: url(../images/open.png) no-repeat right 2px;
	text-decoration: none;
}
.project a:hover, #header ul a:hover,.type a:hover{
	color: #fb3698;
	text-decoration: none;
}

.type {
	padding: 0 0 0 5px !important;
	margin-bottom:2px !important;
}

.image{
	background: #222 url(../images/fons-img.jpg) center center;
}

ul li.image a img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.4;
}

ul li.image a:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

#footer {
	background-color: white;
	height: 50px;
}

#footer ul {
 list-style-type: none;
 padding: 10px;
}

#footer ul li {
float: left;
margin: 0 5px;

}

#footer ul li a{
display: block;
	text-indent: -99999px;
	width: 45px;
	height: 30px;
	background-repeat: no-repeat;}

#footer ul li a:hover{
background-position: center -30px;
}


#footer ul li.firefox a{
background-image: url(../images/firefox.png);
}
#footer ul li.maxalot a{
background-image: url(../images/maxalot.png);
}
