﻿body 
{
	font-family:Arial;
	font-size:13px;
	color:#444444;
}

.contenidor
{
	width:800px;
	background-color:White;
	
}

.header
{
	height:80px;
	width:100%;
}

.logoHeader
{
	height:80px;
	width:200px;
	float:left;
	display:inline;
	font-size:70px;
    font-family:Haettenschweiler;
    color:Black;
    text-align:left;
    padding-left:20px;
}

.contentHeader1
{
	background-color:#444444;
 	float:left;
	display:inline;
	width:575px;
	color:White;
	padding: 10px 0px 10px 5px;
	font-size:18px;
}

.contentHeader2
{
 	float:left;
	display:inline;
	width:575px;
	padding: 5px 0px 10px 5px;
	font-size:12px;
	font-weight:bold;
	color:#444444;
}

.columns
{
	/*width:100%;*/
}

.leftcolumn
{
 width:200px;
 height:500px;
 padding: 10px 0px 10px 20px;
 float:left;
}

.centercolumn
{
 width:575px;
 height:510px;
 display:inline;
 float:left;
 padding: 0px 0px 10px 0px;
}

.rightcolumn
{
	/*width:100px;
	float:left;
	display:inline;
	padding: 10px 0px 10px 5px;*/
}

.textTitol
{
	font-weight:bold;
	font-size:20px;
	color:green;
	font-style:oblique;
}

.enllaç
{
 cursor:pointer;
}


