* {
	margin:0;
	padding:0;
}
 
body {
	background:#FFFFFA;
	font:Verdana, Geneva, sans-serif;
}
 
header {
	width:100%;
}
 
header nav {
	width:100%;
	/*max-width:1200px;
	margin:10px auto;*/
	background:#024959;
}
 
.menu_bar {
	display:none;
}

.menu_bar2 {
	display:block;
	padding:20px;
	background:#024959;
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	font-size:18px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.menu_grande  {
	color:#fff;
	padding:8px;
	display:block;
	text-decoration:none;
	background:#9C0000;
	/*background: #000000;*/
	font-weight: bold;
	font-size:18px;
}
 
header nav ul {
	overflow:hidden;
	list-style:none;
}
 
header nav ul li {
	float:left;
}
 
header nav ul li a {
	color:#fff;
	padding:20px;
	display:block;
	text-decoration:none;
	-webkit-transition: background-color 0.5s ease-out;
  	-moz-transition: background-color 0.5s ease-out;
  	-o-transition: background-color 0.5s ease-out;
  	transition: background-color 0.5s ease-out;
}
 
header nav ul li span {
	margin-right:10px;
}
 
header nav ul li a:hover {
	background:#037E8C;
}
 
section {
	padding:20px;
}

/*  Tablas y formularios */

th {
	background:#9C0000;
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	font-size:14px;
	height: 25px;
}

.textform {
	height: 30px;
	width: 200px;
	border-radius: 6px;
	border-color: cornflowerblue;
	border-width: 3px;
	font-weight: bold;
	font-size:medium;
}
.textarea {
	height: 70px;
	width: 180px;
	border-radius: 6px;
	border-color: cornflowerblue;
	border-width: 2px;
	font-weight: bold;
	font-size:medium;
}
.textformcorto {
	height: 22px;
	width: 90px;
	border-radius: 6px;
	border-color: cornflowerblue;
	border-width: 2px;
	font-weight: bold;
	font-size:medium;
}

.nroform {
	height: 22px;
	width: 40px;
	border-radius: 6px;
	border-color: cornflowerblue;
	border-width: 2px;
	font-weight: bold;
}

.botonform {
	height: 35px;
	width: 200px;
	color:#fff;
	background: cornflowerblue;
	border-radius: 6px;
	border-color: cornflowerblue; 
	border-width: 3px;
	font-weight: bold;
	font-size:medium;
	-webkit-transition: background-color 0.5s ease-out;
  	-moz-transition: background-color 0.5s ease-out;
  	-o-transition: background-color 0.5s ease-out;
  	transition: background-color 0.5s ease-out;
}

.botonform:hover {
	color: cornflowerblue;
	background: white;
}

.enlaceboton {
	height: 20px;
	width: auto;
	color:#fff;
	background: cornflowerblue;
	border-radius: 6px;
	border-color: cornflowerblue; 
	border-width: 2px;
	font-weight: bold;
	text-decoration: none;
}

.enlaceboton2 {
	display: inline-block;
	height: 20px;
	color:#fff;
	background: cornflowerblue;
	border-radius: 6px;
	border-color: cornflowerblue; 
	border-width: 2px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	padding-left: 8px;
	padding-right: 8px;
	-webkit-transition: background-color 0.5s ease-out;
  	-moz-transition: background-color 0.5s ease-out;
  	-o-transition: background-color 0.5s ease-out;
  	transition: background-color 0.5s ease-out;
}

.enlaceboton2:hover {
	color: blue;
	background: #CCC;
}


.botonchico {
	height: 26px;
	color:#fff;
	background: cornflowerblue;
	border-radius: 6px;
	border-color: cornflowerblue; 
	border-width: 3px;
	font-weight: bold;
	font-size:medium;
	-webkit-transition: background-color 0.5s ease-out;
  	-moz-transition: background-color 0.5s ease-out;
  	-o-transition: background-color 0.5s ease-out;
  	transition: background-color 0.5s ease-out;
}

.botonchico:hover {
	height: 30px;
	color: cornflowerblue;
	background: #fff;
}

.botonotro {
	height: 30px;
	width: 200px;
	color:#fff;
	background: #1A00FF;
	border-radius: 6px;
	border-color: #1A00FF; 
	border-width: 3px;
	font-weight: bold;
	font-size:medium;
	-webkit-transition: background-color 0.5s ease-out;
  	-moz-transition: background-color 0.5s ease-out;
  	-o-transition: background-color 0.5s ease-out;
  	transition: background-color 0.5s ease-out;
}

.botonotro:hover {
	color: 	#1A00FF;
	background: white;
}

.enlacemenu {
	text-decoration: none;
	padding: 20px;
	color: white;
	font-size:24px;
	display: block;
	height:60px;
	border-radius:30px; 
}

.enlacemenu:hover {
	text-decoration: none;
	padding: 20px;
	color: white;
	display: block;
	height:60px;
	font-size:30px;
}

.barraestado {
	height: 18px;
	font-size: 14px;
	background: #8C8C8C;
}

.barracliente {
	background: #E7E7E7
}

/* Estilos para el menú */
	.menu {
		display: table;
		table-layout: fixed;
		width: 80%;
		border-collapse: collapse;
	}
	
	.menu-row {
		display: table-row;
	}
	
	.menu-item {
		display: table-cell;
		padding: 20px;
		border: 1px solid #ddd;
		border-radius: 10px;
		background-color: #9C0000;
	}

/* Estilos para pantalla grande */
		.menu {
			table-layout: fixed;
		}
		.menu-item {
			width: 33.33%;
		}


/*************************/



@media screen and (max-width:800px ) {
	header nav {
		width:80%;
		left:-100%;
		margin:0;
		position: fixed;
	}
 
	header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
	}
 
	.menu_bar {
		display:block;
		width:100%;
		background:#ccc;
	}
 
	.menu_grande {
		display: none;
	}
	
	.menu_bar .bt-menu {
		display:block;
		padding: 20px;
		background:#024959;
		color:#fff;
		text-decoration:none;
		vertical-align: middle;
		font-weight: bold;
		font-size:20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
 
	.menu_bar span {
		float:right;
		font-size:30px;
	}
	
	.menu {
		display: block;
	}
	.menu-item {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
}