

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin:1em;
 width: 90%;
}
#faux {
 
 margin-bottom: 0px;
 overflow:auto;
 width: 100%
}
#header {

 width: 90%;
 padding: 10px;
 height: 100%;
 margin: 10px 0px 0px 0px;

}
#leftcolumn { 
 display:inline;
 color:Black;
 margin: 0px;
 padding: 0px;
 width: 15%;
 height:100%;
 float: left;
 vertical-align:top;
}
#content { 
 float:left;

 margin: 10px 10px;
 padding: 0px;
 width: 65%;
 height:100%;
display:inline;
 vertical-align:top;
 text-align:center;
}
#rightcolumn { 
background-color:Red;
 margin: 15px 15px 15px 15px;
 padding: 0px;
 width: 150px;
 float:left;
 vertical-align:top;
height:100%;
display:inline;

}
#footer { 
 width: 90%;
 clear: both;
 color:Black;
height:30px;
 margin: 0px 0px 10px 0px;
 padding: 5px;
}
.clear { clear: both; background: none; }

#index { 
 float:left;
 margin: 0px 0px;
 padding: 0px;
 width: 70%;
 height:100%;
display:inline;
vertical-align:top;
position:static;
 
}
.button
{background-image:url("imagenes/botones/botonRojo.png");
	background-position:center;
	background-repeat:no-repeat;
	color:Black;
	text-align:center;
	padding-top:8px;
	font-weight:bold;
	font-family:Calibri;
	
	}
	.textleft
	{
		float:left;
		}
		
		.textleft1
	{margin-right:8px;
		float:left;
		}