﻿body{
	background: url(../images/fondo.png);
	font-family:arial, sans-serif;
}

#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;
}

#cabecera{
	border: 0px solid red;
	border-top: 3px solid #f30000;
	border-bottom: 3px solid #f30000;
	background: white;
	width:100%;
	float: left;
}

#cabecera-conten{
	border: 0px solid red;
	background: white;
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

#titulo-pagina{
	border-right: 0px solid #ddd;
	width: 23%;
	color: #6b993d;
	font-size: 30px;
	float: left;
	padding: 45px 0;
}

#titulo-pagina img{
	width: 90%;
}

#cabecera-informacion{
	border-right: 1px solid #ddd;
	background: #f7f7f7;
	width: 76%;
	text-align: center;
	font-size: 20px;
	line-height: 35px;
	color: red;
	float: left;
	padding: 5px 0;

	transition:all 0.7s;

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

#cabecera-informacion:hover{
	color: black;
}

#cabecera-conten span{
	border: 0px solid red;
	text-align: left;
	line-height: 30px;
	padding: 0 0 0 0px;

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

#cabecera-conten span a{
	font-size: 17px;
}

#imagen-ayuda{
	position: absolute;
	width: 110px;
	top: -20px;
	left: 280px;
}

#menu{
	border-bottom: 3px solid #f30000;
	background: white;
	width: 100%;
	float: left;
}

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

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

#menu-r{
	width: 100%;
	text-align: center;
	float: left;
	padding: 17px 0;
	cursor: pointer;
	display: none;
}

#menu-r:hover{
	background: red;
	color: white;
}

#menu-conten ul{
	width: 100%;
	float: left;
}

#menu-conten ul li{
	float: left;
}

.menu{
	border-right: 1px solid #ddd;
	text-align: center;
	padding: 9px 26px;
}

.diferente{
	padding: 17px 15px;
}

.menu:hover, .activo{
	background: #f30000;
	color: white;
}

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

#pagina{
	background: white;
	width: 100%;
	float: left;
	margin: 15px 0;

	box-shadow: 0 0 5px #ddd;
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
}

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

#contenido{
	border: 0px solid red;
	width: 100%;
	float: left;
	margin: 20px 0;
}

#titulo-pestana{
	border: 0;
	width: 100%;
	border-top: 2px solid #f30000;
	border-bottom: 2px solid #f30000;
	background: #f7f7f7;
	text-align: center;
	font-size: 25px;
	padding: 10px 0;
	float: left;
}


#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{
	border-top: 1px solid #ddd;
	background: white;
	width: 100%;
	float: left;
}

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

.seccion-footer{
	border:0px solid red;
	width: 50%;
	float: left;
	padding: 10px;

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

.titulo-seccion-footer{
	font-style: italic;
	font-weight: bold;
	padding: 10px 0;
}

.desarrollo-seccion-footer{
	font-size: 15px;
	line-height: 22px;
}

#pie{
	background: black;
	width: 100%;
	float: left;
}

#pie-conten{
	width: 1100px;
	margin: 0 auto;
	padding: 0 10px;

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

#pie-conten span{
	font-size: 14px;
	color: white;
	float: left;
	margin: 8px 0;
}

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

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


@media screen and (max-width: 1100px){
	.d1100{
		display: none;
	}
	#cabecera-conten, #menu-conten, #wrapP, #footer-conten, #pie-conten{
		width: 100%;
	}
	#cabecera-conten span{
		width: 33.33% !important;
		margin: 0 !important;
	}
}

@media screen and (max-width: 800px){
	.d800{
		display: none;
	}
	#cabecera-conten span{
		width: 50% !important;
	}
}

@media screen and (max-width: 700px){
	.seccion-footer{
		width: 100% !important;
	}
}

@media screen and (max-width: 600px){
	#titulo-pagina{
		width: 100%;
		text-align: center;
		float: left;
		padding: 15px 0;
	}
	#titulo-pagina img{
		width: 60%;
	}
	#cabecera-informacion{
		width: 100%;
	}

	#cabecera-conten span{
		width: 100% !important;
		text-align: center;
	}
}

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

	.desarrollo-seccion-footer{
		width: 100% !important;
	}
}