@charset "utf-8";
body {
	font: 11px Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	cursor:default;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(imagenfondo.jpg) no-repeat;
	width:1002px;
	height:589px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #abcdcf;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
/*	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h2{
color:##7D3A1B;
font-size:12px;
margin:20px 0;
margin-bottom:2px;
margin-left:-52px;
font-weight:bold;
}
a{
color:#1f5692;
text-decoration:none;
}
a:hover{
text-decoration:underline;

}
.logo{
margin:-17px 6px -251px 739px;
text-align:left;
color:#7D3A1B;
font-weight:bold;
font-size:10px;
}
#swf-container{
margin-top:131px;

}
.desc{
width:266px;
_width:280px;
margin-top:-9px;
/margin-top:-3px;
_margin-top:-3px;
float:right;
color:#7D3A1B;
font-weight:bold;
font-size:10px;
}
.clear{clear:both;}

.footer{
background:#f6feff;
margin-top:5px;

font-size:10px;
border:1px dotted #abcdcf;
font-size:11px;
letter-spacing:0;
padding:2px;
text-align:center;

}

@media screen and (-webkit-min-device-pixel-ratio:0){
.footer:not(span){
margin:45px 0 0 0;
padding:0 40px;
font-size:10px;
}
}

.texte{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}