body {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #E9E9E9;
}

.ocre {
	color: #B6FF00
}
.ocre-claro {
	color: #B6FF00
}
.gris {
	color: #323031
}
/*HEADER*/
header {
	background-color:black;
	overflow: hidden;
	z-index: 100000
}
h1 {
	font-family: 'Dosis', sans-serif;
	font-weight: 200;
	font-size: 45px;
	line-height: 45px;
	}
h2 {
	font-size: 30px;
	font-weight: 300;
	color: #B6FF00;
	padding-bottom: 30px
}
.menu {
	padding: 20px
}
.menu a{
	color: #B6FF00
}
.logo {
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1000000
}
.logo-resp {
	display: none
}

.slider-black {
	width: 100%;
	height: 50px;
	background-color: black;
	background-position: center top;
	background-size: cover
}

.slider-profile {
	width: 100%;
	height: 350px;
	background-image: url(../imagenes/slider-profile.jpg);
	background-position: center top;
	background-size: cover
}
.slider-contact {
	width: 100%;
	height: 350px;
	background-image: url(../imagenes/slider-contact.jpg);
	background-position: center top;
	background-size: cover
}
.slider-inspiration {
	width: 100%;
	height: 350px;
	background-image: url(../imagenes/slider-inspiration.jpg);
	background-position: center top;
	background-size: cover
}

.contacto a {
	color: #323031
}
.contacto a:hover {
	color: #B6FF00
}

/*MAIN*/
.main {
	width: 100%;
	overflow: hidden;
	background-image: url(../imagenes/fondo-madera.jpg);
	background-position: center top;
	z-index: 1
	
}

.main-content {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	padding: 0px 100px;
	font-size: 18px;
	line-height: 18px;
	font-weight: 300
}



.works img {margin: 0; padding: 5px; display:inline-block}

.linea-separadora {
	padding: 40px
}
.linea-separadora-negra {
	padding: 25px
}



.servicios-content {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 30px 0
}
.servicios-items {
	width: 20%;
	min-height: 230px;
	float: left
}
.servicios-items img {
	width: 60%;
}
.servicios-desc {
	font-size: 15px;
	line-height: 15px;
	padding: 5px 30px 30px 30px
}

.destacados {
	max-width: 1000px;
	overflow: hidden;
	padding: 50px 0 0px 0;
}
.destacado-cont {
	width: 33%;
	float: left;
}
.vinieta {
	width: 100%;
}
.vinieta img {
	width: 70%;
	text-align: center
}
.descripcion {
	padding: 10px 0;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 19px
}
.descripcion a {
	color: #FFFFFF;
}
.descripcion a:hover {
	color: #B6FF00;
}
/*TARIFAS*/

.cuadro-01 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	letter-spacing: 0px;
	font-size: 13px;
	line-height: 14px;
	padding: 0px 200px 50px 200px
}
.cuadro-01 tr.titulos {
	color: balck;
	font-weight: 100;
}
.cuadro-01 td {
	padding: 10px 5px;
}
.cuadro-01 .linea-abajo {
	border-bottom: 1px solid #CCCCCC
}
.cuadro-01 .main strong {
	color: #255B9F;
	font-size: 16px
}
.cuadro-01 h4 strong {
	color: black;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
}
.cuadro-01 a{
	color:#439E9E
}
.cuadro-01 .destacado{
	color:#FFF; display:block; padding:2px; background-color:black; border-radius:5px
}

/*FORMULARIO*/

.inscripcion {
	width: 60%;
	padding: 20px;
	border: solid 1px #DBDBDB;
	border-radius: 6px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 0 auto;
	text-align: left;
}
.inscripcion label {
	font-size: 17px;
	appearance: none;
}
.rojo {
	color: #FF0004
}
.inscripcion input, .inscripcion textarea {
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	padding: 5px;
	border: solid 1px #DBDBDB;
	background-color: #E8E8E8;
	border-radius: 6px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	appearance: none;
	color: #323031;
	font-weight: 300
}
.inscripcion .untercio {
	width: 50%;
}
.inscripcion .mediotercio {
	width: 20%;
}
.inscripcion .botEnviar {
	height: 30px;
	color: white;
	background-color: #BD982E;
	font-size: 14px;
	width: 50%;
	border: 1 solid #FFFFFF;
	border-radius: 6px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 40px;
	margin-bottom: 40px;
	cursor: pointer;
}
.inscripcion input, .inscripcion textarea {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none
}
.inscripcion .check {
	overflow: hidden;
}
.inscripcion .check .check01 {
	float: left;
	margin-right: 50px
}
.inscripcion .check .check01 input {
	appearance: checkbox;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	-ms-appearance: checkbox
}
/*FOOTER*/

.footer {
	width: 100%;
	overflow: hidden;
	background-color:black;
	line-height: 24px;
	font-weight: 400
	
}
.footer-content {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0px;
}
.footer-menu {
	width: 20%;
	margin-right: 0%;
	float: left;
	border-right: 1px solid #666;
}
.footer-menu ul {
	list-style: none;
}
.footer-menu a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
	letter-spacing: 1px
}
.footer-menu a:hover {
	color: #C9B78D;
}
.footer-datos {
	width: 40%;
	float: left;
	padding-top: 5px;
	padding-left: 50px;
	letter-spacing: 2px;
	font-size: 15px;
	border-right: 1px solid #666;
	min-height: 100px;
}
.footer-datos a {
	color: #FFFFFF
}
.footer-datos a:hover {
	color: #C9B78D
}
.logo-pie {
	float: left;
	width: 32%;
	text-align: right;
	min-height: 200px;
}
.logo-pie img {
	width: 80%;
	padding-bottom: 30px
}
/*DISENIO*/
.disenio {
	width: 100%;
	background-color: #323031
}
.disenio-content {
	max-width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
	z-index: 100;
	font-size: 10px;
	letter-spacing: 10px
}

#medio{ width:1020px; overflow:hidden; margin:0 auto; padding:40px 0 40px 0}

@media screen and (max-width: 800px) {
header {
	background-color: black;
}
h2 {
	font-weight: 500;
	line-height: 30px
}
.logo {
	display: none;
}

.logo-resp {
	display: block;
	padding-top: 15px;
	background-color: black;
}

.slider-black {
	display: none
}
	
.main-content {
	width: 100%;
	padding: 0px 20px;
	font-size: 17px;
	line-height: 18px;
	font-weight: 500
}

	
.works img {margin: 0; 
	padding: 5px; 
}	
	
.servicios-content {
	width: 100%;
	overflow: hidden;
	padding: 20px
}
.servicios-items {
	width: 100%;
	display: block
}
.servicios-items img {
	width: 40%;
}
.servicios-desc {
	font-size: 22px;
	line-height: 22px;
	padding: 10px
}
.main-02 .main-content {
	font-size: 17px;
	padding: 0px 0px;
}
.main-02 .main-content h1 {
	line-height: 36px
}
.main-02 .boock {
	padding: 0px 0px;
	border-top: none;
	border-bottom: none
}
/*TARIFAS*/

.cuadro-01 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	letter-spacing: 0px;
	font-size: 13px;
	padding: 0px 0px 50px 0px
}
.cuadro-01 tr.titulos {
	color: #255B9F;
	font-weight: 100;
}
.cuadro-01 td {
	padding: 10px 3px;
}
.cuadro-01 .linea-abajo {
	border-bottom: 1px solid #CCCCCC
}
.cuadro-01 .main strong {
	color: #255B9F;
	font-size: 16px
}
.cuadro-01 h4 strong {
	color: #439E9E;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
}
.destacado-cont {
	width: 100%;
	display: block;
	padding: 30px 0
}
.vinieta {
	width: 100%;
	padding: 0 30px;
}
.vinieta img {
	width: 60%;
	text-align: center
}
.descripcion {
	padding: 10px 0;
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 19px
}
/*FOOTER*/

.footer-content {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 30px 0px 0 0;
}
.footer-menu {
	display: none
}
.footer-datos {
	width: 100%;
	display: block;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 30px;
	font-size: 17px;
	letter-spacing: 0.5px;
	border-right: none;
	overflow: hidden;
	text-align: center
}
.logo-pie {
	width: 100%;
	display: block;
	text-align: center;
	min-height: 0px;
}
.logo-pie img {
	width: 50%;
}
.disenio-content {
	letter-spacing: 0px
}
/*FORMULARIO*/
.inscripcion {
	width: 100%;
	padding: 20px;
	border: solid 1px #DBDBDB;
	border-radius: 6px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: 0 auto;
	text-align: center;
}
.inscripcion label {
	font-size: 17px;
	appearance: none;
}
.rojo {
	color: #FF0004
}
.inscripcion input, .inscripcion textarea {
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	padding: 5px;
	border: solid 1px #DBDBDB;
	background-color: #E8E8E8;
	border-radius: 6px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	appearance: none;
	color: #323031;
	font-weight: 300
}
.inscripcion .untercio {
	width: 100%;
}
.inscripcion .mediotercio {
	width: 100%;
}
.inscripcion .botEnviar {
	height: 30px;
	color: white;
	background-color: #BD982E;
	font-size: 14px;
	width: 100%;
	border: 1 solid #FFFFFF;
	border-radius: 6px;
	-ms-border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-top: 40px;
	margin-bottom: 40px;
	cursor: pointer;
}
.inscripcion input, .inscripcion textarea {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none
}
.inscripcion .check {
	overflow: hidden;
}
.inscripcion .check .check01 {
	float: left;
	margin-right: 50px
}
.inscripcion .check .check01 input {
	appearance: checkbox;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	-ms-appearance: checkbox
}
}
