* {
	margin: 0px;
	border: 0px;
	list-style-type: none;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: rgba(0,0,0,0.7);
}

a:hover {
	color: rgba(0,0,0,1);
}


h1, h2, h3, h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

h2 {
	font-size: 26px;
	line-height: 28px;
}

h3 {
	font-size: 24px;
}

p {
	font-family: 'Roboto', sans-serif;
}

.container {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
 	flex-direction: row;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;

    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;    
    align-content: stretch;

   /* -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
 */   
    margin: 0 auto;
	/*width: 320px;*/
	background-color: #CCE7D4;
}

.undernav {
	display: block;
	height: 50px;
}

nav {
	margin-top: 0;
	padding: 0;
	position:fixed;
	z-index: 10;
}

nav ul{
	list-style-type: none;
	font-size: 18px;
	line-height: 50px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: rgba(202,228,225,1);
	background: -moz-linear-gradient(left, rgba(202,228,225,1) 0%, rgba(202,228,225,1) 36%, rgba(51,51,51,1) 36%, rgba(51,51,51,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(202,228,225,1)), color-stop(36%, rgba(202,228,225,1)), color-stop(36%, rgba(51,51,51,1)), color-stop(100%, rgba(51,51,51,1)));
	background: -webkit-linear-gradient(left, rgba(202,228,225,1) 0%, rgba(202,228,225,1) 36%, rgba(51,51,51,1) 36%, rgba(51,51,51,1) 100%);
	background: -o-linear-gradient(left, rgba(202,228,225,1) 0%, rgba(202,228,225,1) 36%, rgba(51,51,51,1) 36%, rgba(51,51,51,1) 100%);
	background: -ms-linear-gradient(left, rgba(202,228,225,1) 0%, rgba(202,228,225,1) 36%, rgba(51,51,51,1) 36%, rgba(51,51,51,1) 100%);
	background: linear-gradient(to right, rgba(202,228,225,1) 0%, rgba(202,228,225,1) 36%, rgba(51,51,51,1) 36%, rgba(51,51,51,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cae4e1', endColorstr='#333333', GradientType=1 );
		
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
	
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
 	flex-direction: row;

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;

    -webkit-align-content: flex-start;
    -ms-flex-line-pack: flex-start;    
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

nav ul li {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-align:center;
	height:50px;
	background-color: #333333;
	color: #ECECEC;
	transition: all 0.3s;
}


/*nav ul li a:first-child {
	border: none;
	transition: all 0.3s;
}*/

nav ul li a {
	display:flex;
	text-decoration: none;
	color: #EEEEEE;
	padding: 0px 15px;
	border-right:1px solid #999999;
	border-left:2px solid #000000;
	transition: all 0.3s;
}



nav ul li a:hover {
	transition: all 0.3s;
	background: rgba(255, 255, 255, 0.8);
	color:#474747;
	border-right:1px solid #999999;
	border-left:2px solid #CCCCCC;
}


nav ul li.icon {
	display: none;
}

.logonav {
	display: block;
	background-image: url("../images/nav-back.jpg");
	background-repeat: no-repeat;
	width: 250px;
	height: auto;
	color: rgb(255,255,255);
	padding: 0 20px;
	border: none;
}

.logonav a {
	border: none;
}

.logonav a:hover {
	border: none;
	background: none;
}

.submenu ul{
		display: none;
}

.submenu:hover > ul {
	display: block;
	position: absolute;
	top: 50px;
}

.submenu li {
	transition: all 0.3s;
}

.submenu ul li input {
	margin-bottom: 1rem;
	width: 90%;

}

#buscar, #buscarAdmin {
	top: 0;
}

.slide {
	float: left;
	height: 450px;
	background-color: #CCE7D4;
	overflow: hidden;
}

.slide ul {
	margin-left: -40px;
	}

.slideLeft, .slideRight{
	display: block;
	height: 450px;
	float: left;
	background-position: top;
	background-size: cover;
	overflow: hidden;
}

.slideRight {
	text-align: center;
	padding: 20px;
	padding-top: 40px;
	background-color: #FFFFFF;
}

.slideRight h2, p, img {
	margin-bottom: 12px;
}
 
.info {
	margin-top: 10px;
}

.info a {
	padding: 10px 20px;
	font-family: 'Roboto', sans-serif;
	background: rgba(189,231,229,1);
	background: rgba(214,240,239,1);
	background: -moz-linear-gradient(top, rgba(214,240,239,1) 0%, rgba(167,222,219,1) 49%, rgba(126,207,202,1) 79%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,240,239,1)), color-stop(49%, rgba(167,222,219,1)), color-stop(79%, rgba(126,207,202,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(214,240,239,1) 0%, rgba(167,222,219,1) 49%, rgba(126,207,202,1) 79%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(214,240,239,1) 0%, rgba(167,222,219,1) 49%, rgba(126,207,202,1) 79%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(214,240,239,1) 0%, rgba(167,222,219,1) 49%, rgba(126,207,202,1) 79%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(214,240,239,1) 0%, rgba(167,222,219,1) 49%, rgba(126,207,202,1) 79%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f0ef', endColorstr='#ffffff', GradientType=0 );

	border-radius: 3px;
	-webkit-box-shadow: -2px 2px 4px #333333;
	-moz-box-shadow: -2px 2px 4px #333333;
	box-shadow: -2px 2px 4px #333333;

}

.info a:hover {
	font-weight: 600;	
	-webkit-box-shadow: -1px 1px 2px #333333;
	-moz-box-shadow: -1px 1px 2px #333333;
	box-shadow: -1px 1px 2px #333333;

}

main {
	padding: 30px;
}

main h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

main p {
	margin-bottom: 12px;
}

.title {
	margin: -30px;
	margin-bottom: 20px;
	padding: 15px 30px;
	background-color: rgba(19,158,168,0.5);
	color: #FFFFFF;
}

.button {
	text-align: center;
	color: #FFFFFF;
	background-color: rgba(19,158,168,0.8);
	cursor: pointer;
}

.button h4 {
	text-align: center;
}

.button:hover {
	background-color: rgb(19,158,168);
}

.button a {
	padding: 15px 30px;
	color: #FFFFFF;
}

.edit {
	font-size: 18px;
	line-height: 38px;
	width: 40px;
	height: 40px;
	margin-top: 5px;
	position: absolute;
	right: 65px;
	color: #FFFFFF;
	background-color: rgb(19,158,168);
	border-radius: 50%;

}

.edit:hover {
	background-color: #0000CC;
}

.trash {
	right: 15px;
}

.trash:hover {
	background-color: #FF0000;

}

.detalle {
	height: 100%;
	padding: 0px;
	border: none;
	background-color: transparent;

}

.adminBox {
	display: flex;
	flex-direction: column;
	padding: 15px;
	padding-bottom: 30px;
	text-align: center;
	align-self: center;
	border-right: 1px solid #666666;	
	border-bottom: 1px solid #666666;
	position: relative;
	-webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    overflow: hidden;
    
}

.detailBox {
	display: flex;
	flex-wrap: wrap;
}

.detailImg {
	background-color: #FFF;
	background-size: cover;
	background-position: center; 
	width: 100%;
	/*height: 100%;*/
	/*padding-top: 60%;*/
}

.imgProd {
	background-color: #FFF;
	background-size: cover;
	background-position: center; 
	height: 200px;
	margin-bottom: 15px; 
}

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

.List {
	height: 120px;
}

.adminFooter {
	text-align: center;
	color: #FFFFFF;
	padding: 10px;
	padding-bottom: 0px;
	background-color: #009900;

}

aside {
	padding: 30px;
	color: #FFFFFF;
	background-color: #13A89E;
	text-align: center;
	overflow: hidden;
}

aside .title {
	background-color: rgba(0,0,0,0.2);
	color: rgb(215,215,215);
}

aside img {
	margin: 10px;
	width: 50px;
	height: auto;
	opacity: 0.5;
}

aside img.logos {
	min-width: 120px;
	height: auto;
	margin: 5px;
	opacity: 1;
	border-radius: 0.5rem;
}

aside a {
	font-size: 18px;
	font-weight: 600;
	color: rgb(255,255,255);
}

aside a:hover {
	color: rgb(225,225,225);
}

aside iframe {
	padding: 0px;
	margin: -30px;
	margin-top: -20px;
	height: 400px;
}

.topImage {
	display: block;
	height: 350px;
	background-image: url(../images/contacto.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
}

.topLogo {
	display: block;
	height: 350px;
	position: absolute;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	background-image: url(../images/logo-xl.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60%;

}

.home {
	background-image: url(../images/MP305SPF.png);
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 35%;
}

.left {
	background-image: url(../images/2555-01.jpg);
	background-size: cover;
	background-position: 0% 30%;
	background-repeat: no-repeat;

}

.right {
	background-position: 100% 30%;
	
}

.form {
	background-image: url(../images/copiadora.png);
	background-position: 95% 30%;
	background-repeat: no-repeat;

}

.line {
	display: block; 
	height: 5px; 
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 5px;
}

.login {
	padding: 50px;
	text-align: center;
	height: 90vh;
}

input, textarea, select {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding: 5px;
	margin-bottom: 10px;
	width: 100%; 
	border-radius: 3px;
	border: 2px solid #AAAAAA;
	background-color: #EEEEEE;
}

input:focus, textarea:focus, select:focus {
	background-color: #FFFFFF;
}

textarea {
	height: 200px;
	resize: none;
}

input[type=submit] {
	padding: 10px 20px;
	background: rgba(189,231,229,1);
	background: rgba(214,240,239,1);
	background: -moz-linear-gradient(top, rgba(214,240,239,1) 0%, rgba(167,222,219,1) 49%, rgba(126,207,202,1) 79%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(214,240,239,1)), color-stop(49%, rgba(167,222,219,1)), color-stop(79%, rgba(126,207,202,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(214,240,239,1) 0%, rgba(167,222,219,1) 49%, rgba(126,207,202,1) 79%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(214,240,239,1) 0%, rgba(167,222,219,1) 49%, rgba(126,207,202,1) 79%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(214,240,239,1) 0%, rgba(167,222,219,1) 49%, rgba(126,207,202,1) 79%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(214,240,239,1) 0%, rgba(167,222,219,1) 49%, rgba(126,207,202,1) 79%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6f0ef', endColorstr='#ffffff', GradientType=0 );
	border: none;
	border-radius: 3px;
	-webkit-box-shadow: -2px 2px 4px #333333;
	-moz-box-shadow: -2px 2px 4px #333333;
	box-shadow: -2px 2px 4px #333333;
	cursor: pointer;

}

input[type=submit]:hover {
	-webkit-box-shadow: -1px 1px 2px #333333;
	-moz-box-shadow: -1px 1px 2px #333333;
	box-shadow: -1px 1px 2px #333333;
}

.formTextBox {
	margin: 0 auto;
	/*width: 100%;*/

}

.formTextBox h2{
	text-align: center;
	line-height: 50px;
}

.formTextBox p{
	text-align: left;
	margin-bottom: 0px;
}

.data p, .data h3, .data h4{
	text-align: left;
	margin-bottom: 0px;
}



.copyright {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	/*padding: 20px 0;*/
	background-color: #333333;
}

.copyright a {
	color: #CCCCCC;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 40px;

}

.copyright a:hover {
	color: #FFFFFF;
}

.copyright img {
	margin-bottom: -3px;
	padding-right: 5px;
}

.copyright {
	float: left;
}


/* Desktop: */
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (min-width: 1368px) {
	.col-3 {width: 20%}
	.col-6 {width: 60%}
	.col-9 {width: 80%}
}

@media only screen and (max-width: 768px) {
	/* smartphones & tablets */
	[class*="col-"] {
		width: 100%;
	}

	ul.topnav li:not(:first-child) {
		display: none;
	}

    ul.topnav li.icon {
      	display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;
	    max-width: 50px;
	    position: absolute;
		right: 0;
		top: 0;
    }

	ul.topnav.responsive {
		display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;

 	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	 	flex-direction: column;

	    -webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;

	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;

	    -webkit-align-content: center;
	    -ms-flex-line-pack: center;    
	    align-content: center;

	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
		
		position: relative;
	}

	ul.topnav.responsive li.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	ul.topnav.responsive li {
		display: -ms-flexbox;
	    display: -webkit-flex;
	    display: flex;

		-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	 	flex-direction: column;

	    -webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;

	    width: 100%;
	    border-bottom: 1px solid #339933;
	}

	nav ul li a:hover {
		background-color: #333;
		color: #fff;
	}

	.submenu:hover > ul {
		width: 60%;
		right: 0;
	}

	#buscar {
		top: 351px;
		width: 75%;
		margin-right: 1rem;
	}

	#buscarAdmin {
		top: 301px;
		width: 75%;
		margin-right: 1rem;		
	}

	.slide {
		float: left;
		height: 480px;
		background-color: #CCE7D4;
		overflow: hidden;
	}

	.slide ul {
		margin-left: -40px;
		}

	.slideLeft, .slideRight{
		height: 240px;
		clear: both;
	}

	.slideRight {
		background-color: #FFFFFF;
		padding-top: 15px;
	}

	.slideRight img {
		width: 150px;
	}

	.topImage {
		height: 250px;		
	}

	.topLogo {
		height: 250px;
		background-size: 50%;

	}

	.rescue {
		-webkit-order: 3; 
		-ms-flex-order: 3; 
		order: 3;
	}
	
	.home {
		background-image: none;
	}

	.form {
		background-image: none;
	}
	
	.map {
		height: 350px;
	}

	.formTextBox {
		margin: 0 auto;
		padding: 15px;
	}

	.formTextBox h2 {
		text-align: center;
		line-height: 30px;
	}

	.login {
		padding: 10px;
	}
	
	.left, .right {
		display: none;
	}


}