
/*MAIN*/
body {
	font-size: 1.00em;
	line-height: 1.25em;
	font-family: Helvetica, Arial;
	background: #ffffff;
	color: #333;
}

.letra-chica {
	font-size: 0.85em;
}

e {
	color: #FF0000;
}

a {

	color: #4068d0;
	text-decoration: none;
	font-weight: bold;

}


.tabla {
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.tabla td {
	padding: 4px;
	border: 1px solid #c0c0c0;
}

.btn-audio {
	cursor:pointer;
	background-color: #FFFFFF;
	color: #4068d0;
	border: 1px solid #4068d0;
}

a:hover {

	color: #444;

}

img {

	width: 100%;

}

#header-background {

	width: 100%;
	height: 90px;
	background: #f4f4f4;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 3px solid #c0c0c0;
	z-index: 100;

}

header {

	width: auto;
	max-width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;

}

#logo{

	margin: 14px 0px 0px 10px;
	float: left;
	width: 200px; height: 48px;
	background: url(../img/logo-web.png) no-repeat center;
	display: block;

}

nav {

	float: left;
	padding: 10px 10px 10px 25px;

}

#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: #4068d0 url(../img/menu-icon.png) center;

}

input[type=submit] {
	margin: 10px 0px;
    padding:20px 30px;
    background:#4068d0;
    color:#ffffff;
	font-weight: bold;
    border:0 none;
    cursor:pointer;
}

input[type=button] {
	margin: 10px 0px 10px 10px;
    padding:20px 30px;
    background:#bbbbbb;
    color:#ffffff;
    border:0 none;
    cursor:pointer;
}

a:hover#menu-icon {

	background-color: #4068d0;
	border-radius: 4px 4px 0 0;

}

ul {

	/*list-style: none;*/

}

li {

	/*display: inline-block;
	float: left;*/
	padding: 10px

}

nav ul {

	list-style: none;

}

nav li {

	display: inline-block;
	float: left;
	padding: 10px 30px 0px 0px;

}

.current {

	color: #4068d0;

}

section {

	margin: 80px auto 40px;
	max-width: 1200px;
	position: relative;
	padding: 20px

}

h1 {

	font-size: 1.75em;
	color: #4068d0;
	line-height: 1.15em;
	margin: 90px 0px 30px 0px;

}

p {

	line-height: 1.45em;
	margin-bottom: 20px;

}



/*MEDIA QUERY*/
@media only screen and (max-width : 640px) {

	header {

		/*position: absolute;*/

	}

	#menu-icon {

		/*float:right;*/
		display:inline-block;
		margin: 10px;

	}

/*
	nav {

		float: left;
		padding: 10px;

	}
*/

	nav ul, nav:active ul {

		display: none;
		position: absolute;
		padding: 0px;
		background: #4068d0;
		border: 4px solid #4068d0;
		right: 20px;
		top: 40px;
		width: 50%;

	}

	nav li {

		text-align: center;
		width: 100%;
		background: #e8e8e8;
		padding: 10px 0;
		margin: 1px 1px;
	}

	nav:hover ul {

		display: block;

	}
