

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #666;
	background: #f2f2f2; 
	font-size: 1em;
	line-height: 1.5em;
	
	padding-top: 150px; /* Relleno superior igual a la altura de la cabecera*/
}

h1 {
	font-size: 2.3em;
	line-height: 1.3em;
	margin: 15px 0;
	text-align: center;
	font-weight: 300;
}

p {
	margin: 0 0 1.5em 0;
}

img {
	max-width: 50%;
	height: auto;
	margin: auto;
	display: block;
}

table {
	text-align: center;
}
	

#main-header {
	background: #FFFEFC;
	color: white;
	height: 150px;
	
	width: 100%; /* hacemos que la cabecera ocupe el ancho completo de la página */
	left: 0; /* Posicionamos la cabecera al lado izquierdo */
	top: 0; /* Posicionamos la cabecera pegada arriba */
	position: fixed; /* Hacemos que la cabecera tenga una posición fija */
}

	#main-header a {
		color: black;
	}
	
	

/*
 * Logo
 */
#logo-header {
	float: left;
	padding: 15px 0 0 20px;
	text-decoration: none;
}
	#logo-header:hover {
		color: #0b76a6;
	}
	
	#logo-header .site-name {
		display: block;
		font-weight: 700;
		font-size: 1.2em;
	}
	
	#logo-header .site-desc {
		display: block;
		font-weight: 300;
		font-size: 1em;
		color: black;
		text-align:center;
	}
	

/*
 * Navegación
 */
nav {
	float: right;
}
	nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		padding-right: 20px;
	}
	
		nav ul li {
			display: inline-block;
			line-height: 80px;
		}
			
			nav ul li a {
				display: block;
				padding: 0 10px;
				text-decoration: none;
			}
			
				nav ul li a:hover {
					background: #F39C12;
				}


#main-content {
	background: white;
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

	#main-content header,
	#main-content .content {
		padding: 40px;
	}

#servicios {
	background: white;
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

	#servicios header,
	#servicios .content {
		padding: 40px;
	}

#capacitacion {
	background: white;
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

	#capacitacion header,
	#capacitacion .content {
		padding: 40px;
	}

#productos {
	background: white;
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

	#productos header,
	#productos .content {
		padding: 40px;
	}

#contacto {
	background: white;
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

	#contacto header,
	#contacto .content {
		padding: 40px;
	}

#venta_bodega {
	background: white;
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

	#venta_bodega header,
	#venta_bodega .content {
		padding: 40px;
	}
	
#main-footer {
	background: #333;
	color: white;
	text-align: center;
	padding: 20px;
	margin-top: 40px;
}
	#main-footer p {
		margin: 0;
	}
	
	#main-footer a {
		color: white;
	}
	#main-footer table {
		text-align: center;
	}
#calendar {
			font-family: 'Helvetica Neue', Helvetica, sans-serif;
			font-size:12px;
			table-layout: fixed
			background-image: url(img/fondo.png); 
			background-position: top; 
			background-repeat: no-repeat; 
			background-color: #F2F1F0;
			width: 100%; 
			
			
			
		}
		#calendar caption {
			font: Century Gothic;
			text-align:center;
			font-size:20px;
			padding:5px 10px;
			background-color:#A36602;
			color:#fff;
			font-weight:bold;
			border-radius: 5px;
		}
		#calendar th {
			background-color:#BF5A06;
			color:#fff;
			/*width:200px;*/
			height: 50px;
		}
		#calendar td {
			text-align:center;
			padding:2px 5px;
			background-color:#F1F1F1;
			height: 50px;
			position: relative;
			border-radius: 5px;	
		}
		#calendar .dia {
			height: 10px;
		}
		#calendar .hora {
			height: 10px;
			width:20px;
		}
		
		#calendar .aprobado {
			background-color:#F79C35;
		}
		#calendar .subtitulo {
			background-color:#348F1D;
			color:#8BD877;
		}
		#calendar .aprobado:hover {
			background-color:#c67901;
			color:#fff;
		}
		#calendar .normal {
			background-color:#F1F1F1;
			
		}
		#calendar .normal:hover {
			background-color:#f4e3c9;
		}
		#calendar .dia:hover {
			background-color:#f4e3c9;
		}

