@charset "utf-8";
body {
	font-size: 100%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}

div,ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;	 
}

h1, h2, h3, h4, h5, h6 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a img { border: none;}

h1 { text-align:center; padding:100px; font-size:200%;}
h2 { text-align:center; padding:30px; font-size:200%;}



a:link {
	color:#414958;
	text-decoration:none; 
}
a:visited {
	color: #4E5869;
	text-decoration:none;
}
a:hover, a:active, a:focus { 
	text-decoration:underline;
}


.page {
	width: 70%;
	max-width: 1260px;
	min-width: 480px;
	background: #FFF;
	margin: 0 auto; 
}


header {
	background: #fff;
	text-align: center;
	margin-top: 20px;
}
header a { display: inline-block;}
nav {
	padding: 20px 0; height:30px; background:#fff; 
	font-family:Arial, Helvetica, sans-serif;
	
}
nav ul  {
    display: table;
    width: 100%;
	list-style:none;     
    margin: 0;
    padding: 0;
}
nav ul li {
    display: table-cell;
	*display:inline;
}
nav ul li a{
    display: block;    
    text-align: center;
    margin:0 10px;
}
nav ul li span {
    display: block;    
    text-align: center;
    margin:0;
	text-decoration: none;
	color:#414958;
}

nav ul li span:hover { text-decoration: underline;}

nav ul li div { display:none; position: absolute; color:#414958; border: 1px solid; background: #ccc;}
	
nav ul li:first-child { margin-left:0px;}
nav ul li:last-child { margin-right:0px;}

nav ul.list {  width: 100%; padding: 10px; display: block;}
nav ul.list li { display: block;}
nav ul.list li a { text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}


section {
	padding: 10px 0;
}


section ul, section ol { 
	padding: 0 15px 15px 40px; 
}

footer {
	clear:both;
	padding: 10px 0;
	background: #fff;	
}

footer h1 {text-align:center; padding:30px; font-size:100%;}
footer h1 a:link,footer h1 a:visited  {
	color:#f00;
	text-decoration:none;
}

footer h1 a:hover,footer h1 a:active, footer h1 a:focus { text-decoration:underline;}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

img {
	border:0px;
}

.txtNormal,.inputTxt,.error,.boton {	
	font-size:14px;	
}

input { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:14px;}

.boton {
	background: #5c2483;
	cursor: pointer;
	color: #fff;
	border-radius: 10px;
	display: block;	
	border: 2px #000 inset;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	
}

.boton:hover { 
	border:2px #999 outset; 
	text-decoration: underline;
	background: #510d81;
	/*padding:5px 9px 5px 10px;*/
}

.boton:disabled { background:#ddd; }

.error {
	color:#FF0000;
}


article.associats { width: 70%; margin: 20px auto;}

.msg {
	color:red;
}

