html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.page {
	width: 100%;
	height: 100%;
	position: relative;
}
h2 {
	color: darkgray;
}
.darkgray h4 {
	color: darkgray;
}
/* ==============================
   Formas
   ============================== */
input[type="text"], input[type="file"], input[type="password"], select {
	width: 100%;
	height: 40px;
	padding: 5px;
	margin: 5px auto;
	background-color: #EFEDED;
	border: 1px solid #EFEDED;
	border-radius: 5px;
}
textarea {
	width: 100%;
	height: 100px;
	padding: 5px;
	margin: 5px auto;
	background-color: #EFEDED;
	border: 1px solid #EFEDED;
	border-radius: 5px;
}
#botoneditar {
	background-image: url("../media/icons/edit.png");
 	background-size: cover;
	background-color: transparent;
	border: none;
	width: 27px;
	height: 27px;
	cursor: pointer;
	color: transparent;
}
#botondetalles {
	background-image: url("../media/icons/view_details.png");
 	background-size: cover;
  	border: none;
  	width: 27px;
 	height: 27px;
  	cursor: pointer;
	color: transparent;
}
.transparente {
	background-color: transparent;
}
/* ==============================
   Tablas
   ============================== */
.titulot {
	background-color: #222;
	color: #fff;
	text-align: center;
}
.fotot {
	width: 100px;
	height: 100px;
	line-height: 100px;
}
.acciones {
	max-width: 100px;
}
.pedido td {
	padding: 5px;
}
tr.borde,td.borde {
	border: 1px solid #222;
}
.ordenes tr:nth-child(even) { 
	background-color: #FFF; 
}
.ordenes tr:nth-child(odd) { 
	background-color: #EEE; 
}
.ordenes tr:nth-child(1) {
	background-color: #222222;
}
/* ==============================
   Separadores
   ============================== */

.voffset0-20 {
	margin-top: 0px;
	margin-bottom: 20px;
}
.voffset50-25 {
	margin-top: 50px;
	margin-bottom: 25px;
}
.voffset25-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}
.voffset0 {
	margin-top: 0px;
}
.voffset10 {
	margin-top: 10px;
}
.voffset20 {
	margin-top: 20px;
}
.voffset30 {
	margin-top: 30px;
}
.voffset40 {
	margin-top: 40px;
}
.voffset42 {
	margin-top: 42px;
}
.voffset50 {
	margin-top: 50px;
}
.voffset60 {
	margin-top: 60px;
}
.voffset70 {
	margin-top: 70px;
}
.voffset80 {
	margin-top: 80px;
}
.voffset90 {
	margin-top: 90px;
}
.voffset100 {
	margin-top: 100px;
}
.voffset150 {
	margin-top: 150px;
}
.voffset200 {
	margin-top: 200px;
}

/* ==============================
   Map styles
   ============================== */
   
#Map1 {
	position: absolute;
    width:100%;
    height:350px;
	bottom: 240px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* ==============================
   21. Footer styles
   ============================== */
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	  /* Set the fixed height of the footer here */
	height: 240px;
	background: #141313;
} 
#footer {
	text-align: center;
	font-size: 20px;
	color: #606060;
	padding-top: 75px;
	bottom: 0;
}
#footer .social li {
	display: inline;
	margin: 0px 2px;
	list-style: none;
}
#footer .social li .icon {
	background: #3D3C38;
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 32px;
	line-height: 60px;
	color: #ffffff;
	border-radius: 50%;
	transition: all 0.5s ease;
}
#footer .social li .icon:hover {
	background: #C1A667;
}
ul.social {
	margin: 5px auto 0px -50px;
}

/* ESTILOS PARA RESOLUCIONES DE PANTALLAS MOVILES */

/* Note: Design for a width of 320px */
@media only screen and (max-width : 568px) {
	#footer .thanks {
		width: 150px;
		height: 150px;
		padding: 100px 50px 50px 50px;
		text-indent: -999999px;
		background-position: center center;
	}
	#footer {
		padding-bottom: 0px;
	}
	ul.social {
		margin: 5px auto 0px -100px;
	}
	#footer .social li {
		margin: 0px;
	}
	#footer .social li .icon {
		margin: 0px;
	}
	#footer .social {
		margin-top: 0px;
		margin-left: -40px;
	}
}
@media (max-device-width:480px) and (orientation:landscape) {
	#footer {
		padding-bottom: 70px;
	}
	#footer .social li {
		margin: 0px;
	}
	#footer .social li .icon {
		margin: 0px;
	}
	#footer .social {
		margin: 0px;
	}
}