﻿body{
	font-family:'century gothic', sans-serif !important;
}


#chat{
	position: fixed;
	top: 400px;
	right: 60px;
	z-index: 10000;
	border: 2px solid #43c22e;
	background: white;
	width: 85px;
	text-align: center;
	padding: 18px 0px 0;

	border-radius: 50%;

	box-shadow: 5px 5px 5px #43c22e;

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

#chat strong{
	width: 100%;
	float: left;
}

#chat img{
	width: 40px;
}



#cintillo{
	border-bottom: 2px solid #de4b39;
	background: rgba(0,0,0,0.6);
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

#cintillo-conten{
	border: 0px solid red;
	width: 1100px;
	margin: 0 auto;
}

#cintillo-conten span{
	border: 0px solid red;
	font-size: 21px;
	color: white;
	float: left;
	margin-right: 35px;
	margin-top: 10px;

	text-shadow:2px 2px 2px #000;

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

.sin-margin-right{
	margin-right: 0 !important;
}

#cintillo-conten a{
	color: white;
}

#cintillo-conten a:hover{
	text-decoration: underline;
}


#background{
	background: url(../responsive/images/escaner-3D-mexico.jpg) no-repeat center center fixed;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height: 600px;
	display: none;
}

#medios{
	width: 100%;
	float: left;
}
#medios-conten{
	width: 900px;
	margin: 0 auto;
}
#medios-conten img{
	width: 100%;
}


#menu{
	position: absolute;
	top: 260px;
	left: 100px;
	z-index: 100000;
	background: #de4b39;
	width: 1100px;
	height: 70px;

	border-radius: 5px;

	box-shadow:2px 2px 2px gray;
}

#logotipo{
	border-right: 1px dotted white;
	width: 140px;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	float: left;
	padding: 15px 10px;
	float: left;

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

#menu ul{
	border: 0px solid white;
	width: 935px;
	height: 100%;
	float: left;
	margin-left: 20px;
}

#menu ul li{
	float: left;
}

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

#menu a:hover{
	text-decoration: none;
}

.menu{
	border: 0px dotted white;
	font-size: 17px;
	text-align: center;
	padding: 18px 6px 17.5px;
	margin:0 6px;

	text-shadow:1px 1px 2px #000;
}

.menu:hover, .activo{
	background: #b62e1d;
}

.uno{
	padding-top: 26px;
	padding-bottom: 27px;
}



#menu-r{
	width: 19%;
	text-align: center;
	font-weight: bold;
	color: white;
	float: left;
	padding: 12px 0;
	cursor: pointer;
	display: none;
}


#covid{
	background: #d3d9d0;
	width: 100%;
	color: green;
	text-align: center;
	font-size: 18px;
	float: left;
	padding: 12px 0;
}
.importante{
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}


.anuncio{
	border-bottom: 2px solid #ddd;
	background: #f7f7f7;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: blue;
	font-weight: bold;
	float: left;
	margin: 0 0 10px;
	padding: 12px 0;
}


.subtitulo{
	width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: lighter;
	float: left;
	margin: 3px 0 20px 0;
}


.precio{
	border: 0px solid red;
	background: #ddd;
	width: 100%;
	padding: 2px 10px;
	margin: 5px 0;
	float: left;

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

.precio div{
	border: 0px solid red;
	width: 75%;
	text-align: justify;
	float: left;
	padding: 5px 0 0 0;
}

.precio strong{
	background: yellow;
	padding: 0 5px;
}

.precio span{
	background: black;
	width: 20%;
	text-align: center;
	color: white;
	float: right;
	padding: 4px 10px;
	margin: 0px 0 0 0;

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

.iva{
	border: 0px solid red;
	width: 100%;
	color: green;
	float: left;
	margin: 15px 0 20px 0;
}


#footer{
	background: black;
	width: 100%;
	color: white;
	font-size: 15px;
	float: left;
	padding: 12px 0;
	margin: 10px 0 0 0;
}

#footer-conten{
	width: 1200px;
	text-align: right;
	margin: 0 auto;
	padding: 0 10px;

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

#footer a{
	color: white;
}



@media screen and (max-width: 1100px){
	.desaparecer1100{
		display: none;
	}

	#cintillo{
		position: relative;
		height: auto !important;
	}

	#cintillo-conten{
		width: 100%;
		height: auto !important;
	}

	#cintillo-conten span{
		float: left;
		padding-left:10px;
		margin-right: 10px;
		margin-top: 5px;
		padding-bottom: 5px;
	}


	#efecto{
		display: none;
	}

	#background{
		display: block;
	}

	#efecto-frase{
		position: relative !important;
		float: left;
	}



	#menu{
		position: relative;
		width: 100%;
		left: 0;
		top: 63px;
		height: auto;
		float: left;

		border-radius: 0;
	}

	#logotipo{
		border: 0px solid red;
		width: 80%;
	}

	#menu ul{
		width: 100%;
		display: none;
		margin-left: 0;
	}

	#menu ul li{
		width: 100%;
	}

	.menu{
		border-top: 1px dotted #f7f7f7;
		width: 100%;
		padding: 12px 0;
		margin: 0;
	}

	#menu-r{
		display: block;
	}

	#efecto-frase{
		top: 300px;
		bottom:auto;
	}

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

@media screen and (max-width: 900px){
	#medios{
		display: none;
	}
}

@media screen and (max-width: 500px){
	#cintillo-conten span{
		border: 0px solid white;
		width: 50%;
		text-align: center;
		margin-right: 0;
	}

	#menu{
		top: 00px;
	}

	.sin-margin-right{
		width: 100% !important;
	}
}