/*Seduccion Neurolinguistica CSS based on Sample theme. by annahuguet.com */

/*page layout*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 13px;
	font-family: Verdana,sans-serif;
	background: none;
	position: relative;
}

body.section-1 { 
background-attachment: scroll;
	background-image:url(http://www.seduccionneurolinguistica.com/files/fons_1.jpg);
	background-position:0px 0px;
	background-repeat:no-repeat;
	}
body.section-2 { 
	background-attachment: fixed;
	background-image:url(http://www.seduccionneurolinguistica.com/files/fons_1.jpg);
	background-position:0px 0px;
	background-color: transparent;
	background-repeat:no-repeat;
	}
body.section-4 { 
	background-attachment: fixed;
	background-image:url(http://www.seduccionneurolinguistica.com/files/fons_1.jpg);
	background-position:0px 0px;
	background-color: transparent;
	background-repeat:no-repeat;
}
body.section-5 { 
background-attachment: scroll;
	background-image:url(http://www.seduccionneurolinguistica.com/files/fons_1.jpg);
	background-position:0px 0px;
	background-color: transparent;
	background-repeat:no-repeat;
}
body.section-6 { 
	background-attachment: fixed;
	background-image:url(http://www.seduccionneurolinguistica.com/files/fons_1.jpg);
	background-position:0px 0px;
	background-color: transparent;
	background-repeat:no-repeat;
}
body.section-10 { 
	background-attachment: fixed;
	background-image:url(http://www.seduccionneurolinguistica.com/files/fons_1.jpg);
	background-position:0px 0px;
	background-color: transparent;
	background-repeat:no-repeat;
}
body.section-11 { 
	background-attachment: fixed;
	background-image:url(http://www.seduccionneurolinguistica.com/files/fons_1.jpg);
	background-position:0px 0px;
	background-color: transparent;
	background-repeat:no-repeat;
}

/*links*/
a:link    { text-decoration: none; color: #a8b7d8; /*font-size: 14px;*/}
a:active  { text-decoration: none; color: #000; /*font-size: 14px;*/}
a:visited { text-decoration: none; color: #a8b7d8; /*font-size: 14px;*/}
a:hover   { text-decoration: none; color: #000; /*font-size: 14px;*/}

a img { border: none; }


/*emails*/
.emailformat a:link    { text-decoration: underline; color: #0d3594; }
.emailformat a:active  { text-decoration: underline; color: #0d3594; }
.emailformat a:visited { text-decoration: underline; color: #0d3594; }
.emailformat a:hover   { text-decoration: underline; color: #300058; }


/*Menu*/
#menu {
    width: 153px;
    overflow: auto;
    top: 10px;
    bottom: 0;
	 left: 15px;
    position: fixed;
    height: 100%;
	 font-size: 14px;
	 font-family: Georgia;
  	 color: #fff;
	 letter-spacing: 0.3px;
}
/*cada seccion*/
#menu ul {	
	list-style: none;
	margin: 0px 0 5px 0;
}

#menu ul li.section-title {
  	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	margin-top: 8px;
	}
#menu ul li.active a { color:#fff;}
#menu ul li.link a { color:#fff;}

#content {
    margin: 0px 0px 0px 200px;
    padding-top: 10px;
	 overflow: auto;
	 position: relative;
}

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

/*medidas donde sale el texto*/
#content p { width: 550px; margin-bottom: 25px; } 

p {
    margin: 0 0 5px 0;
}
/*per imagotipo SNL*/
h1 { 
	font-size: 45px;
	color: #fff;
	font-family: Georgia;
	font-style: italic;
	 }
/*per al nom Seduccion neurolinguistica*/
h5 { 
	font-size: 40px;
	color: #0d3694;
	font-family: Georgia;
	font-style: italic;
		}
/*per al sub titol*/
h2 { 
	font-size: 24px;
	color: #000;
	font-family: Georgia;
}
/*per sub sub titols*/
h4 	{ 
	font-size: 18px;
   color: #474647;
   font-family: georgia;
	font-style: italic;
	letter-spacing: 0.5px; 
 	}
/*per titulars de seccions (talleres, inducciones, coaching)*/
h3 { 	
	font-size: 13px;
	color: #000;
	}
	
table { 	
		border-width: 0.5px;
		border-spacing: 0px;
		border-style: solid;
		border-color: #a8b7d8;
		border-collapse: separate;
		background-color: white;
		}
		
		table th {
			border-width: 0.5px;
			padding: 5px;
			border-style: solid;
			border-color: #a8b7d8;
			background-color: white;
			-moz-border-radius: 0px;
		}
/*x cada apartat*/		
		table td {
			border-width: 0.5px;
			padding: 5px;
			border-style: solid;
			text-align: center;
			border-color: #a8b7d8;
			background-color: white;
			-moz-border-radius: 0px;
		}
		td.izq {
			text-align: left;
		}
		
		td.color {
			background-color: #b1d1ed;
		}
#img-container	{ margin: 0; padding: 0; }
#img-container	img{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 13px 0; }

#once { clear: left; }
