/**
* CSS
* 
* @version 1.0
* @author Minima Compaņia 
* @author Idafe Hernandez
*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 60px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #fff;
}

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

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

a img { border: none; 
margin-bottom: 0px;}

#menu {
	width: 275px;
	overflow: hidden;
	top: 50px;
	bottom: 0;
	left: 45px;
	position: fixed;
	height: 100%;
	font-weight: normal;
}
#menu a:link{
	text-decoration:none;
	color: #000}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}
#menu ul a:hover{
background-color: #CCC;
}

#menu ul li.section-title {
	cursor:pointer;
}
#secciones{
	}
#secciones a:link{
	color: #000;
	text-decoration: none;
	}
#secciones a:active{
	color: #000;
	text-decoration: none;
	}
#secciones a:visited{
	color: #000;
	text-decoration: none;
	}
#secciones a:hover{
	text-decoration: none;
	color: #FFF;
	background-color: #CCC;}


#content {
	height: 100%;
	top: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 335px;
}
#content a:link{
	color:#CCC
	text-decoration:none}
#content a:active{
	color:#CCC
	text-decoration:none}
#content a:visited{
	color:#CCC
	text-decoration:none}
#content a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #CCC;
	
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 500px; margin-bottom: 9px;}

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }

.copyright {
	color:#CCC;
	font-size: 10px;
	margin-top: 200px;
}
.copyright a:link {color:#CCC}
.copyright a:visited {color:#CCC}
.copyright a:active {color:#CCC}
.copyright a:hover {color:#CCC}