/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

html, body {
	margin: 0px;
	max-height: 100%;
	height: 100%;
}

body {
	background-color: #FFFFFF;
	color: #626262;
	font-family: 'Catamaran', sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
	overflow-x: hidden;
}

table, td, th {}

th {}

h1 {
	font-weight: normal;
	color: #7f0a13;
	border-bottom: 1px solid #7f0a13;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 32px;
	border-left: 10px solid #7f0a13;
}

h2 {
	font-weight: normal;
}

h3 {
	font-weight: normal;
}

hr {
	border-style: none none dotted;
	border-bottom-width: 1px;
	border-bottom-color: #585858;
}

li {}

#menu {
	width: 100%;
	float: left;
	clear: both;
	position: fixed;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	z-index: 3;
	background-color: rgba(0, 0, 0, 0.00);
}

#menu_contenido {
	max-width: 1360px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#menu_logo {
	float: left;
	width: 146px;
	height: 42px;
	position: relative;
	background-image: url(../imagenes/logo02.png);
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	opacity: 0.7;
	background-size: 100% auto;
}

#menu_logo:hover, #es:hover, #en:hover, #menu_logo_reservas:hover {
	opacity: 1;
}

#menu_logo_reservas {
	float: left;
	width: 146px;
	height: 42px;
	position: absolute;
	background-image: url(../imagenes/logo02.png);
	opacity: 0.7;
	background-size: 100% auto;
	z-index: 9;
	top: 30px;
	left: calc(50% - 73px);
}

#es {
	float: right;
	position: relative;
	width: 30px;
	height: 17px;
	background-image: url(../imagenes/es.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-top: 30px;
	margin-left: 10px;
	opacity: 0.7;
	margin-right: 10px;
}

#en {
	float: right;
	position: relative;
	width: 30px;
	height: 17px;
	background-image: url(../imagenes/en.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-top: 30px;
	margin-left: 10px;
	opacity: 0.7;
}

#es_r {
	position: relative;
	width: 30px;
	height: 17px;
	background-image: url(../imagenes/es.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-top: 30px;
	opacity: 0.7;
	margin-left: auto;
	margin-right: auto;
}

#en_r {
	position: relative;
	width: 30px;
	height: 17px;
	background-image: url(../imagenes/en.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-top: 30px;
	margin-left: 10px;
	opacity: 0.7;
	margin-left: auto;
	margin-right: auto;
}

#animacion {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#logo {
	position: absolute;
	width: 250px;
	height: 221px;
	top: calc(50% - 110px);
	left: calc(50% - 125px);
	background-image: url(../imagenes/logo01.png);
	z-index: 2;
}

#animacion_contenido {
	width: 100%;
	z-index: 0;
	position: relative;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
}

#historia {
	width: 100%;
	z-index: 0;
	position: relative;
	height: 100%;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	float: left;
	background-image: url(../imagenes/eureka-san-blas-boutique-003.jpg);
}

#historia_titulo {
	color: #FFFFFF;
	position: absolute;
	top: calc(50% - 29px);
	font-size: 40px;
	left: 10%;
	font-weight: normal;
	border-bottom: 2px solid #A20002;
}

#habitaciones {
	width: 100%;
	z-index: 0;
	position: relative;
	height: 320px;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	float: left;
	background-image: url(../imagenes/eureka-san-blas-boutique-005.jpg);
	text-align: center;
}

#habitaciones_titulo {
	color: #FFFFFF;
	position: relative;
	top: calc(50% - 29px);
	font-size: 40px;
	font-weight: normal;
	border-bottom: 2px solid #A20002;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

#c01_c01_habitaciones {
	position: relative;
	float: left;
	clear: both;
	width: calc(100% - 10px);
	margin-bottom: 60px;
	background-color: #F4F4F4;
	padding-right: 10px;
}

#c01_c01_habitaciones h2 {
	font-weight: normal;
	color: #000000;
	border-bottom: 1px solid #7f0a13;
	padding-bottom: 5px;
	margin-bottom: 20px;
	clear: right;
	font-size: 24px;
}

#habitaciones_animacion1, #habitaciones_animacion2, #habitaciones_animacion3, #habitaciones_animacion4 {
	float: left;
	position: relative;
	width: calc(50% - 20px);
	height: 200px;
	clear: both;
	margin-right: 20px;
}

#habitaciones_img {
	position: relative;
	float: left;
	width: 100%;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 200px;
}

#promociones {
	width: 100%;
	z-index: 0;
	position: relative;
	height: 320px;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	float: left;
	background-image: url(../imagenes/eureka-san-blas-boutique-006.jpg);
	text-align: center;
}

#promociones_titulo {
	color: #FFFFFF;
	position: relative;
	top: calc(50% - 29px);
	font-size: 40px;
	font-weight: normal;
	border-bottom: 2px solid #A20002;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

#contacto {
	width: 100%;
	z-index: 0;
	position: relative;
	height: 100%;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	float: left;
	background-image: url(../imagenes/eureka-san-blas-boutique-007.jpg);
	margin-bottom: -20px;
}

#contacto_titulo {
	color: #FFFFFF;
	position: absolute;
	top: 100px;
	font-size: 40px;
	left: calc(50% - 100px);
	font-weight: normal;
	border-bottom: 2px solid #A20002;
}

#reservas_titulo {
	color: #FFFFFF;
	position: relative;
	top: 150px;
	font-size: 40px;
	font-weight: normal;
	border-bottom: 2px solid #A20002;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

#c01 {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	z-index: 2;
	margin-top: 60px;
	margin-bottom: 60px;
}

#c01_c01 {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

#c02 {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	z-index: 2;
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url(../imagenes/fondo01.jpg);
	color: #FFFFFF;
	text-align: center;
	background-size: 100% auto;
	background-position: center center;
}

#c02_c01 {
	max-width: 1340px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}

#c02_c01 h2 {
	font-weight: normal;
	color: #FFFFFF;
	border-bottom: 1px solid #7f0a13;
	padding-bottom: 5px;
	margin-bottom: 20px;
	clear: right;
	font-size: 32px;
}

#c03 {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	z-index: 2;
	margin-top: 60px;
	margin-bottom: 60px;
}

#c03_c01 {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
}

#c3_c01 h1 {
	font-weight: normal;
	color: #7f0a13;
	border-bottom: 1px solid #7f0a13;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 32px;
	border-right: 10px solid #7f0a13;
}

#serv01, #serv02, #serv03, #serv04, #serv05, #serv06, #serv07, #serv08, #serv09, #serv10, #serv11, #serv12, #serv13, #serv14 {
	float: left;
	position: relative;
	background-size: 30% auto;
	width: 180px;
	margin-right: 15px;
	background-repeat: no-repeat;
	padding-top: 70px;
	height: 40px;
	margin-left: 15px;
	background-position: center top;
	margin-bottom: 10px;
}

#map {
	width: 100%;
	height: 500px;
}

#serv01 {
	background-image: url(../imagenes/cama.png);
}

#serv02 {
	background-image: url(../imagenes/tv.png);
}

#serv03 {
	background-image: url(../imagenes/telefono.png);
}

#serv04 {
	background-image: url(../imagenes/ducha.png);
}

#serv05 {
	background-image: url(../imagenes/cajafuerte.png);
}

#serv06 {
	background-image: url(../imagenes/wifi.png);
}

#serv07 {
	background-image: url(../imagenes/secador.png);
}

#serv08 {
	background-image: url(../imagenes/minibar.png);
}

#serv09 {
	background-image: url(../imagenes/desayunador.png);
}

#serv10 {
	background-image: url(../imagenes/desayuno.png);
}

#serv11 {
	background-image: url(../imagenes/calefaccion.png);
}

#serv12 {
	background-image: url(../imagenes/enchufe.png);
}

#serv13 {
	background-image: url(../imagenes/maletas.png);
}

#serv14 {
	background-image: url(../imagenes/lavadora.png);
}

#pie {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	z-index: 2;
	background-image: url(../imagenes/fondo02.gif);
}

#pie_contenido {
	max-width: 1360px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: right;
	color: #FFFFFF;
}

#pie_contenido a:link, #pie_contenido a:visited, #pie_contenido a:active {
	color: #FFFFFF;
}

#formulario {
	width: 500px;
	position: absolute;
	top: 200px;
	left: calc(50% - 250px);
	text-align: center;
	color: #FFFFFF;
}

#menu_r {
	position: fixed;
	width: 36px;
	height: 32px;
	background-image: url(../imagenes/menu.png);
	cursor: pointer;
	background-size: 100% auto;
	display: none;
	z-index: 9;
	top: 65px;
	left: 10px;
}

#menu_r_c {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.80);
	top: 0px;
	left: 0px;
	text-align: center;
	z-index: 9;
	width: 100%;
	height: 100%;
	display: none;
}

#menu_r_cerrar {
	width: 40px;
	height: 30px;
	color: #000000;
	position: relative;
	float: right;
	background-color: #FFFFFF;
	font-weight: bold;
	font-size: 20px;
	z-index: 2;
	clear: both;
	cursor: pointer;
}

#reservas_caja {
	width: 100%;
	clear: both;
	position: fixed;
	z-index: 3;
	top: 125px;
	right: 0px;
}

#reservas_caja_carrito {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	z-index: 3;
}

#reservas_buscador {
	color: #FFFFFF;
	width: 614px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 5px;
	background-color: #922829;
	padding-left: 15px;
}

#reservas_buscador_carrito {
	color: #FFFFFF;
	width: calc(100% - 15px);
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 5px;
	background-color: #922829;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
}

#reservas_buscador_t1 {
	position: absolute;
	font-size: 16px;
	color: #FFFFFF;
	left: 20px;
	top: 0px;
}

#reservas_buscador_t2 {
	position: absolute;
	font-size: 16px;
	color: #FFFFFF;
	left: 130px;
	top: 0px;
}

#reservas_buscador_t3 {
	position: absolute;
	font-size: 16px;
	color: #FFFFFF;
	left: 240px;
	top: 0px;
}

#reservas_buscador_t4 {
	position: absolute;
	font-size: 16px;
	color: #FFFFFF;
	left: 325px;
	top: 0px;
}

#reservas_contenido {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
}

#reservas_modulo {
	background-color: rgba(255, 255, 255, 0.90);
	position: relative;
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	width: 100%;
	padding-bottom: 100px;
	text-align: left;
}

#reservas_modulo_pagos {
	background-color: rgba(255, 255, 255, 0.90);
	position: relative;
	margin-top: 200px;
	margin-left: auto;
	margin-right: auto;
	float: left;
	width: calc(100% - 20px);
	padding-bottom: 100px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#reservas_pagina {
	width: 100%;
	z-index: 0;
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: repeat-y;
	float: left;
	background-image: url(../imagenes/eureka-san-blas-boutique-007.jpg);
	background-attachment: fixed;
	text-align: center;
	margin-top: -50px;
}

#reservas_habitacion {
	position: relative;
	float: left;
	clear: both;
	width: calc(100% - 10px);
	line-height: 22px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#reservas_habitacion:hover {
	background-color: #FFFFFF;
}

#reservas_habitacion h2 {
	color: #000000;
	font-size: 20px;
	line-height: 22px;
}

#reservas_habitacion b {
	color: #922829;
	font-size: 18px;
}

#reservas_checks1 {
	background-color: #1f8a1f;
	color: #FFFFFF;
	font-size: 20px;
	position: relative;
	float: left;
	padding-left: 10px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	width: calc(50% - 20px);
}

#reservas_checks2 {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 18px;
	position: relative;
	float: left;
	padding-left: 10px;
	margin-top: 5px;
	margin-left: 5px;
}

#reservas_checks_detalles {
	font-size: 12px;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 0px;
}

#reservas_separador {
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 10px;
}

#sin_disponibilidad {
	position: relative;
	float: left;
	clear: both;
	font-size: 18px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#agregar_habitacion {
	float: left;
	position: relative;
	font-family: 'Catamaran', sans-serif;
	background-color: #E7D110;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-style: none;
	color: #922829;
	font-size: 16px;
	margin-right: 10px;
	font-weight: normal;
	cursor: pointer;
	margin-top: 10px;
}

#agregar_habitacion:hover {
	background-color: #E7A30F;
}

#carrito {
	float: left;
	clear: both;
	position: fixed;
	z-index: 3;
	bottom: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 18px;
	background-color: #000000;
	width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

#carrito_contenido {
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
}

#quitar_habitacion {
	cursor: pointer;
	display: none;
	margin-top: 10px;
	float: left;
	position: relative;
}

#total_reserva1 {
	position: relative;
	float: left;
}

#total_reserva1_1 {
	float: left;
	position: relative;
	font-weight: normal;
	font-size: 13px;
	clear: both;
	margin-bottom: -5px;
}

#total_reserva1_2 {
	float: left;
	position: relative;
	font-weight: normal;
	font-size: 18px;
	clear: both;
}

#total_reserva2 {
	position: relative;
	float: right;
	background-color: #FFFFFF;
	color: #A81010;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 5px;
}

#total_reserva3 {
	position: relative;
	float: right;
	background-color: #FFFFFF;
	color: #A81010;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 5px;
	font-size: 18px;
	font-weight: bold;
	width: calc(100% - 30px);
	text-align: center;
}

#procesando {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.90);
	background-image: url(../imagenes/cargando.svg);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 10;
	display: none;
}

#pagos1 {
	float: left;
	position: relative;
	clear: both;
	width: calc(100% - 20px);
	color: #000000;
	font-size: 22px;
	padding-left: 10px;
	padding-right: 10px;
}

#pagos2 {
	position: relative;
	float: left;
	width: calc(50% - 10px);
	padding-left: 5px;
	padding-right: 5px;
}

#pagos_instrucciones {
	width: calc(100% - 10px);
	float: left;
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
}

#pie_logos {
	float: left;
	position: absolute;
	top: 80px;
	left: 0px;
}

#oferta {
	position: relative;
	float: left;
	width: 100%;
	background-color: red;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
	text-align: center;
	-webkit-animation: animacion_oferta 1s infinite ease-in-out;
	-moz-animation: animacion_oferta 1s infinite ease-in-out;
	-o-animation: animacion_oferta 1s infinite ease-in-out;
	-ms-animation: animacion_oferta 1s infinite ease-in-out;
}

@-moz-keyframes animacion_oferta {
	0% {
		background-color: red;
	}

	50% {
		background-color: black;
	}

	100% {
		background-color: red;
	}
}

@-webkit-keyframes animacion_oferta {
	0% {
		background-color: red;
	}

	50% {
		background-color: black;
	}

	100% {
		background-color: red;
	}
}

@-ms-keyframes animacion_oferta {
	0% {
		background-color: red;
	}

	50% {
		background-color: black;
	}

	100% {
		background-color: red;
	}
}

@-o-keyframes animacion_oferta {
	0% {
		background-color: red;
	}

	50% {
		background-color: black;
	}

	100% {
		background-color: red;
	}
}

a:link, a:visited, a:active {
	color: #7f0a13;
}

a:hover {}

a.vinculo01, a.vinculo01:active, a.vinculo01:visited, a.vinculo01:link {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	text-transform: lowercase;
	font-size: 16px;
	float: right;
	position: relative;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: rgba(0, 0, 0, 0.00);
}

a.vinculo01:hover {
	background-color: rgba(0, 0, 0, 0.20);
}

a.vinculo02, a.vinculo02:active, a.vinculo02:visited, a.vinculo02:link {
	color: rgba(255, 255, 255, 1.00);
	text-decoration: none;
	text-transform: lowercase;
	font-size: 18px;
	position: relative;
	margin-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.00);
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
	display: block;
	z-index: 1;
	clear: both;
}

a.vinculo02:hover {
	background-color: rgba(0, 0, 0, 0.20);
}

.imagen01 {
	float: left;
	margin-right: 40px;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	border: 1px solid rgba(127, 10, 19, 0.20);
	position: relative;
}

.imagen02 {
	float: right;
	margin-left: 40px;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	border: 1px solid rgba(127, 10, 19, 0.20);
	position: relative;
}

.imagen03 {
	float: left;
	margin-right: 20px;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	border: 1px solid rgba(127, 10, 19, 0.20);
	position: relative;
}

.imagen04 {
	float: left;
	margin-right: 20px;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
	border: 1px solid rgba(127, 10, 19, 0.20);
	position: relative;
	width: 350px;
}

.campo01 {
	font-family: 'Catamaran', sans-serif;
	width: calc(100% - 10px);
	border-bottom: 1px solid #8E1214;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: rgba(0, 0, 0, 0.50);
	color: rgba(255, 255, 255, 1.00);
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	margin-bottom: 5px;
	float: left;
	position: relative;
}

.boton01 {
	float: left;
	position: relative;
	font-family: 'Catamaran', sans-serif;
	background-color: #E7D110;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-style: none;
	color: #FFFFFF;
	font-size: 18px;
	margin-right: 10px;
}

.boton01:hover {
	background-color: #E7A30F;
}

.campo01v {
	font-family: 'Catamaran', sans-serif;
	border-bottom: 1px solid #8E1214;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: rgba(0, 0, 0, 0.50);
	color: rgba(255, 255, 255, 1.00);
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 5px;
	font-size: 18px;
}

.campo02v {
	font-family: 'Catamaran', sans-serif;
	border-bottom: 1px solid #8E1214;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: rgba(0, 0, 0, 0.50);
	color: rgba(255, 255, 255, 1.00);
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-bottom: 5px;
	font-size: 17px;
	width: 80px;
}

.campo03v {
	font-family: 'Catamaran', sans-serif;
	border: 1px solid #8E1214;
	background-color: #FFFFFF;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 16px;
	width: calc(100% - 15px);
}

.campo04v {
	font-family: 'Catamaran', sans-serif;
	border: 1px solid #8E1214;
	background-color: #FFFFFF;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 22px;
	position: relative;
	float: left;
}

.campo05v {
	font-family: 'Catamaran', sans-serif;
	border: 1px solid #8E1214;
	background-color: #FFFFFF;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 16px;
	width: calc(100% - 15px);
	margin-bottom: 5px;
}

.boton01v {
	font-family: 'Catamaran', sans-serif;
	background-color: #E7D110;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-style: none;
	color: #922829;
	font-size: 18px;
	margin-right: 10px;
	font-weight: normal;
	cursor: pointer;
}

.boton01v:hover {
	background-color: #E7A30F;
}

.boton02v {
	font-family: 'Catamaran', sans-serif;
	background-color: #A81010;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-style: none;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	cursor: pointer;
	float: right;
	margin-top: 5px;
}

.boton02v:hover {
	background-color: #CC1212;
}

.boton03v {
	font-family: 'Catamaran', sans-serif;
	background-color: #161616;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-style: none;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 5px;
	cursor: pointer;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

.boton03v:hover {
	background-color: #363636;
}

.tabla01v {
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
}

.ui-datepicker {
	font-size: 16px;
	color: #000000;
	z-index: 99999;
	font-family: 'Catamaran', sans-serif;
}

.hasDatepicker {
	position: relative;
	z-index: 9999;
}

.ui-tooltip {
	padding-right: 5px;
	padding-left: 5px;
	color: #FFF;
	font-size: 12px;
	background: #244386;
	border-radius: 5px;
	border: 1px solid #001647;
	padding-top: -5px;
	padding-bottom: -5px;
	line-height: 12px;
}

.whatsapp {
	position: fixed;
	width: 40px;
	height: 40px;
	background-image: url(../imagenes/whatsapp.svg);
	background-size: cover;
	z-index: 9;
	left: 10px;
	bottom: 10px;
}

/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #000;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #8E1214;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #BB0005;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #cecece;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #cecece;
}

:-ms-input-placeholder {
	/* IE 10+ */
	color: #cecece;
}

:-moz-placeholder {
	/* Firefox 18- */
	color: #cecece;
}