body,
html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: sans-serif !important;
}

header {
	width: 1150px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/*background: #00a6ae;*/
}

header img {
	width: 100px;
	/*height: 120px;*/
}

/*
.menu {
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #FEFEFE;
	background: #00b7e4;
	height: 100%;
}

.menu, .menu * {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.menu ul {
	margin: 0px;
	padding: 0px;
}

.menu ul li {
	display: inline-block;
	list-style: none;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #FEFEFE;
	cursor: pointer;
}

.menu ul li a {
	text-decoration: none;
	color: #FEFEFE;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

.menu ul li:hover {
	background: #00a6ae;
}

.menu ul li.salida {
	float: right;
	border-right: 0px;
	border-left: 1px solid #FEFEFE;
}

.menu ul li.usuario {
	float: right;
	border-right: 0px;
	border-left: 1px solid #FEFEFE;
	color: #FEFEFE;
	padding: 11px;
}

.menu ul li.usuario:hover {
	background: transparent;
}

.menu ul li ul {
	display: none;
	width: 100%;
}

.menu ul li {
	position: relative;
}

.menu ul li ul {
	position: absolute;
	top: 100%;
	left: 0px;
	background: #94c2ce;
}

.menu ul li:hover ul {
	display: block;
}

.menu ul li ul li {
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	color: #FFF;
	width: 100%;
}
*/
.titulo1 {
	width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    background: #ffffff;
    color: #0e5d70;
    font-family: sans-serif;
    font-size: 20px;
    position: relative;
    font-weight: bold;
}

.titulo {
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background: #00b7e4;
	color: #FEFEFE;
	font-family: sans-serif;
	font-size: 20px;
	position: relative;
}

.titulo select {
	font-size: 20px;
	max-width: 700px;
}

table:not(.tabla_compra) {
	background: #FEFEFE;
	border-top: 1px solid #0097BC;
	border-left: 1px solid #0097BC;
}

table:not(.tabla_compra) tr td,
table:not(.tabla_compra) tr th {
	border-right: 1px solid #0097BC;
	border-bottom: 1px solid #0097BC;
}

table:not(.tabla_compra) tr th {
	font-family: sans-serif;
	font-size: 18px;
	background: #EEE;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

table tr th.banner {
	background: #FFF;
}

table:not(.tabla_compra) tr td {
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
}

table:not(.tabla_compra) tr td button,
button,
button.guardar,
.contenido_lightbox .barra button,
.contenido_lightbox .barra button:hover {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif;
	background: #00ae62;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	border: 0px;
	color: #FEFEFE;
	font-size: 15px;
	cursor: pointer;
	outline: 0;
}

.contenido_lightbox .barra button:hover {
	display: inline-block;
}

.contenido_lightbox .barra button {
	display: inline-block;
	border-radius: 0px;
}

iframe{
	transition: 0.5s height ease-in-out;
}

table:not(.tabla_compra) tr td.accion img,
table:not(.tabla_compra) tr th.accion img {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	height: 20px;
}

.busqueda {
	padding: 10px;
	text-align: center;
	width: 1130px;
	display: block;
	border: 1px solid #0097BC;
	margin: 0px auto;
}

.busqueda button {
	display: inline-block;
	margin-top: 20px;
	border: 1px solid #FFF;
	border-radius: 0px;
}

footer {
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
	background: #00b7e4;
	color: #FEFEFE;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

footer img {
	display: inline-block;
	width: 200px;
	height: 1px;
}

a.link {
	text-decoration: none;
	color: #0097BC;
	cursor: pointer;
}

footer a {
	color: #FFF;
}

a:hover {
	text-decoration: underline;
}

/*iframe {
	border: 1px solid #000;
}*/

.contenido_lightbox button {
	padding: 5px 15px;
}