@font-face {
    font-family: 'Alice';
    src: url('Alice'-Regular.ttf);
}


/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */

html{
	height: 100%;
}

body{
	background: #b08e32;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
a{
	color: #333;
	text-decoration: none;
}
.contenido{
	width: 100%;
	position: relative;
	text-align: center;
	height: 100%;
}
.clr{
	clear: both;
}

#izquierda{
	width: 85%;
	height: auto;
	float: left;
}

#logo{
	width: 25%;
	height: auto;
	margin-top: 0;
	margin-left: 3%;
}

#logo img{
	width: 100%;
	height: auto;
}

#flores{
	width:100%;
	height: auto;
	text-align: left;
	
}

#flores img{
	width:80%;
	height: auto;
	position: fixed;
	left: 0;
	bottom: 0;
}

#barra{
	width: 15%;
	height: 100%;
	float: left;
}

.boton{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 3%;	
}

.boton img{
	width: 100%;
	height: auto;
}

#btn_servicios{
	margin-top: 23%;
}

#Datos{
	font-family: 'Alice', "Times New Roman";
	font-size: 95%;
	float: left;
	width: 90%;
	height: auto;
	padding:5%;
	color: #b08e32;
	text-align: right;
	margin-top: 15%;
	margin-bottom: 3%;
	background-color: rgba(255, 255, 255, 0.8);
}

#face{
	margin-top: 2%;
}

#Creditos{
	font-family: 'Alice', "Times New Roman";
	font-size: 80%;
	float: left;
	width: 90%;
	padding:5%;
	color: #FFF;
	text-align: right;
	margin-top: 1%;
	margin-bottom: 0;
}

#Creditos a{
	color: #FFF;
	text-decoration: underline;
}



/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

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



/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
/*////////////////////////////*/



/* Media Queries */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
		
#logo{
	width: 50%;
	height: auto;
	margin-top: 0;
	margin-left: 3%;
}

#izquierda{
	width: 70%;
	height: auto;
	float: left;
}

#barra{
	width: 30%;
	height: 100%;
	float: left;
	
}

#flores img{
	width:200%;
	height: auto;
	position: fixed;
	left: 0;
	bottom: 0;
}




}

@media only screen and (device-width: 800px) and (orientation: landscape) {
	
	#flores img{
	width:100%;
	height: auto;
	position: fixed;
	left: 0;
	bottom: 0;
}



}