﻿@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?9zuoj2');
	src:url('../fonts/icomoon.eot?#iefix9zuoj2') format('embedded-opentype'),
		url('../fonts/icomoon.woff?9zuoj2') format('woff'),
		url('../fonts/icomoon.ttf?9zuoj2') format('truetype'),
		url('../fonts/icomoon.svg?9zuoj2#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
	content: "\e602";
}
.icon-telefono:before {
	content: "\e600";
}
.icon-palomita:before {
	content: "\e601";

	margin: 0 10px 0 0;
}

.chat{
	position: fixed;
	bottom: 100px;
	z-index: 1000;
	border:1px solid #3cbd29;
	background: white;
	width: 100px;
	text-align: center;
	padding: 20px 0;

	border-radius: 50%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.chat a{
	color: #3cbd29;
}
.chat img{
	width: 40%;
}
.whatsapp{
	right: 70px;
}


body{
	background: url(../images/reparacion-de-linea-blanca-y-electrodomesticos.jpg) fixed;
	font-family: 'Open Sans', sans-serif;
}

#cintillo{
	background: black;
	width: 100%;
	height: 5px;
}

#cintillo-conten{
	background: black;
	width: 1100px;
	height: 5px;
}

#cabecera{
	width: 100%;
	height: 200px;
}

#cabecera-conten{
	border: 0px solid red;
	position:relative;
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}

#cabecera-conten img{
	width: 100%;
}

#datos{
	border: 0px solid red;
	position: absolute;
	top: 0;
	right: 300px;
}

#datos-conten{
	border: 0px solid red;
	background: #184b8a;
	position: fixed;
	top: -5px;
	z-index: 10001;
	width: 300px;
	color: white;
	line-height: 30px;
	text-align: center;
	font-size: 30px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;

	box-shadow: 3px 3px 5px #000000;
	-moz-box-shadow: 3px 3px 5px #000000;
	-webkit-box-shadow: 3px 3px 5px #000000;

	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

#datos span{
	font-size: 12px;
}

.mas-grande{
	width: 100%;
	font-size: 25px !important;
	float: left;
}

.mas-grande img{
	position: relative;
	top: -3px;
	width: 25px !important;
	margin: 0px 0 0 0;
}

#menu{
	width: 100%;
	height: 50px;
	float: left;
}

#menu-conten{
	width: 1100px;
	margin: 0 auto;
}

#menu-r{
	background: #2b80ea;
	background: -moz-linear-gradient(top, #2b80ea 0%, #2062b4 44%, #184b8a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b80ea), color-stop(44%,#2062b4), color-stop(100%,#184b8a));
	background: -webkit-linear-gradient(top, #2b80ea 0%,#2062b4 44%,#184b8a 100%);
	background: -o-linear-gradient(top, #2b80ea 0%,#2062b4 44%,#184b8a 100%);
	background: -ms-linear-gradient(top, #2b80ea 0%,#2062b4 44%,#184b8a 100%);
	background: linear-gradient(top, #2b80ea 0%,#2062b4 44%,#184b8a 100%);
	width: 100%;
	color: white;
	text-align: center;
	padding:17px 0;
	cursor: pointer;
	display: none;
}

#menu-r:hover{
	background: #184b8a;
	background: -moz-linear-gradient(top, #184b8a 0%, #184b8a 44%, #184b8a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#184b8a), color-stop(44%,#184b8a), color-stop(100%,#184b8a));
	background: -webkit-linear-gradient(top, #184b8a 0%,#184b8a 44%,#184b8a 100%);
	background: -o-linear-gradient(top, #184b8a 0%,#184b8a 44%,#184b8a 100%);
	background: -ms-linear-gradient(top, #184b8a 0%,#184b8a 44%,#184b8a 100%);
	background: linear-gradient(top, #184b8a 0%,#184b8a 44%,#184b8a 100%);
}

#menu ul{
	width: 100%;
}

#menu-conten ul li{
	position: relative;
	z-index: 10000;
	width: 25%;
	float: left;
}

#menu-conten a{
	color: white;
	text-decoration: none;
}

.menu{
	border: 1px solid #ddd;

	background: #2b80ea;
	background: -moz-linear-gradient(top, #2b80ea 0%, #2062b4 44%, #184b8a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b80ea), color-stop(44%,#2062b4), color-stop(100%,#184b8a));
	background: -webkit-linear-gradient(top, #2b80ea 0%,#2062b4 44%,#184b8a 100%);
	background: -o-linear-gradient(top, #2b80ea 0%,#2062b4 44%,#184b8a 100%);
	background: -ms-linear-gradient(top, #2b80ea 0%,#2062b4 44%,#184b8a 100%);
	background: linear-gradient(top, #2b80ea 0%,#2062b4 44%,#184b8a 100%);

	border-top: 0;
	border-bottom: 0;
	width: 100%;
	font-weight: bold;
	text-align: center;
	padding: 17px 0;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.menu:hover{
	background: #184b8a;
	background: -moz-linear-gradient(top, #184b8a 0%, #184b8a 44%, #184b8a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#184b8a), color-stop(44%,#184b8a), color-stop(100%,#184b8a));
	background: -webkit-linear-gradient(top, #184b8a 0%,#184b8a 44%,#184b8a 100%);
	background: -o-linear-gradient(top, #184b8a 0%,#184b8a 44%,#184b8a 100%);
	background: -ms-linear-gradient(top, #184b8a 0%,#184b8a 44%,#184b8a 100%);
	background: linear-gradient(top, #184b8a 0%,#184b8a 44%,#184b8a 100%);
}

#contacto-menu{
	background: #77c9ee;
	background: -moz-linear-gradient(top, #77c9ee 0%, #62a6c5 44%, #47778d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77c9ee), color-stop(44%,#62a6c5), color-stop(100%,#47778d));
	background: -webkit-linear-gradient(top, #77c9ee 0%,#62a6c5 44%,#47778d 100%);
	background: -o-linear-gradient(top, #77c9ee 0%,#62a6c5 44%,#47778d 100%);
	background: -ms-linear-gradient(top, #77c9ee 0%,#62a6c5 44%,#47778d 100%);
	background: linear-gradient(top, #77c9ee 0%,#62a6c5 44%,#47778d 100%);

	position: relative;
	z-index: 10000;
	padding: 22px 0;
	margin: -4px 0 0 0;

	border-radius: 3px;
}

#contacto-menu:hover{
	background: #47778d;
	background: -moz-linear-gradient(top, #47778d 0%, #47778d 44%, #47778d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#47778d), color-stop(44%,#47778d), color-stop(100%,#47778d));
	background: -webkit-linear-gradient(top, #47778d 0%,#47778d 44%,#47778d 100%);
	background: -o-linear-gradient(top, #47778d 0%,#47778d 44%,#47778d 100%);
	background: -ms-linear-gradient(top, #47778d 0%,#47778d 44%,#47778d 100%);
	background: linear-gradient(top, #47778d 0%,#47778d 44%,#47778d 100%);
}





#wrapP{
	width: 1100px;
	margin: 0 auto;
}

#pagina{
	width: 100%;
	float: left;
}

#contenido{
	border: 0px dotted #174b8d;
	background: white;
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

#titulo-pestana{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f7f7f7;
	width: 100%;
	color: #961818;
	font-size: 23px;
	text-align: center;
	margin: 10px 0;
	padding: 15px 0;
}

#footer{
	background: white;
	width: 100%;
	height: 40px;
	float: left;

	box-shadow: 0 0 10px #000;
}

#footer-conten{
	border: 0px solid red;
	background: white;
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}

.seccion-footer{
	border: 0px solid red;
	position: relative;
	height: 40px;
	float: left;
	padding:10px;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}


@media screen and (max-width: 1100px){
	#cintillo-conten{
		width: 100%;
	}

	#cabecera{
		height: 100%;
	}
	#cabecera-conten{
		width: 100%;
	}
	#cabecera img{
		margin: 10px 0;
	}

	#datos, #datos-conten{
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		height: auto;
		float: left;
	}
	#datos-conten span{
		width: 100%;
		float: left;
	}

	#menu-conten{
		width: 100%;
	}


	#wrapP, #footer-conten{
		width: 100%;
	}
}

@media screen and (max-width: 700px){
	#footer{
		height: auto;
	}
	.seccion-footer{
		width: 50%;
	}
}

@media screen and (max-width: 500px){
	#menu-r{
		display: block;
	}
	#menu ul{
		display: none;
	}
	#menu ul li{
		width: 100%;
	}
}