/**
* CSS
* 
* @version 1.0
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: ‘Roboto’, sans-serif; 
	font-weight: 400;
	background: #ffffff;
	
}

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



#menu a:link { text-decoration: none; color: #ffffff;}
#menu a:active { text-decoration: none;  color: #ceb580;}/*esto es SOLO mientras se carga el link*/
#menu a:visited { text-decoration: none; color: #ffffff;}
#menu a:hover { text-decoration: none; color: #f7aa1a; }


a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 50;
    position: fixed;
    height: 100%;
	background-color: #377288;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
    font-family: ‘Roboto’, sans-serif; 
	font-weight: 400;
	font-size: 14px;
	color:#ffffff;
}

#menu ul li a{
	font-family: ‘Roboto’, sans-serif; 
	font-weight: 300;
	font-size: 13px;
	color:#ffffff;
	}

#menu li.active a{text-decoration: none;  color: #ceb580;}

.container {
    padding: 30px 30px;
}

#content {
    height: 100%;
	/*margin: 110px 0 0 215px;*/
	margin: 46px 0 0 215px; /*Margen del contenido 30+16*/
    top: 0;
	color:#377288;
}

#content p { width: 400px; margin-bottom: 9px;} /*Contenido*/

#content a:link { text-decoration: underline;color:#3c5068;}
#content a:active { text-decoration: none;  color: #ceb580;}/*esto es SOLO mientras se carga el link*/
#content a:visited { text-decoration: none; color: #3c5068;}
#content a:hover { text-decoration: none; color: #f7aa1a; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 33px; }
h2 { font-size: 25px; }
h3 { font-size: 17px; }
h4 { font-size: 13px; }

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

#once { clear: left; }