* {
	margin: 0px;
	padding: 0px;
	}

body, html {
	background-color:#fff;
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color:#000;
}



body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link {text-decoration: none; color:#000; }
a:active {text-decoration: none; color:#0099ff;  }
a:visited {text-decoration: none; color:#000;}
a:hover { text-decoration: none; color:#0099ff; }

a img { border: none; }



#logo {
	background-color:#0099ff;
	color:#fff;
	padding:5px 0px 2px 5px;	
	text-decoration: none;
	word-spacing: Normal;
	text-align: left;
	letter-spacing: -1px;
	text-indent: 0px;
	
	}
#logo a {
	color:#000;
	line-height: 15px;
	font-size: 21px;
	font-weight:bold;
	}
#logo a:hover { color:#ffcc66 !important;}

#menu {
	background-color:#FFF;
	float:left;
	text-align:left;
	padding-bottom:5px;
	border-bottom:2px dotted #0099ff;
	width:99%;
	
}

#menu ul {
	float:left;
	list-style:outside;
	list-style-image:url(http://www.elarcadenoe.es/files/x-list-image.png);
	margin-left:20px;
	padding-bottom:5px;
	width:110px;
	}

#menu ul li.section-title {
	color:#000;  
	margin: 5px 0 0px 0;
	font-size:12px;
	font-weight:bold;
	letter-spacing: -1px;
}

#menu a:hover, #menu a:active { color:#0099ff; }


.active a { color:#0099ff;}


#content {
	float:left;
    padding-left:5px;
	padding-top:15px;
	background-color:#fff;
	width:600px;
	line-height:normal;
    }

#content a {font-weight:bold;}
#content .ing {color:#0099ff;}
#content .ing a {color:#0099ff; font-weight:bold;}
#content .ing a:hover {color:#000; font-weight:bold;}


h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }


#disqus_thread {
	width:600px;
	}



/*#once { clear: left; }

#menu ul li.section-title { 
	cursor:pointer;
	}

.index-hide {
	display:none;
	}

.index-show {
	display:block;
	}*/