@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

header{
	width:100%;
	height:auto;
	}
h3{
	color:white;
	font-weight:bold;
	padding: 15px 0px 0px 15px;
	
	}
body{
	width: 100%;
	height: auto;
	font-family: arial;
	background-color:#242451;	
}
nav {
  padding: 1em;
  font-size:14px;
  background:#242451;
}
nav ul {
  list-style: none;
  padding: 0;
}
nav li a {
  color: white;
  display: block;
  text-decoration: none;
  padding: .5em 1em;

}
nav li a:hover {
	background:#96C;
    color: white;
}

#portada{
	background-image:url(../imagenes/portada.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	width:100%;
	height:500px;
}


section#camaras{
	width:100%;
	height:auto;
	background-color:#ab5399;

}

section#camaras p{
	color:white;
	font-size:14px;
	text-align:left;
	line-height:18px;
	padding: 15px;
}
#tirablanca{
	background-color:white;
	background-image:url(../imagenes/dahua.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
	width:100%;
	height:40px;
	padding:10px;
}

#camarasimagen{
	background-image:url(../imagenes/cuadro.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
	width:100%;
	height:250px;
}
#infocamaras{
	width:100%;
	height:auto;
	background-color:#ab5399;
	color:white;
	font-size:14px;
	text-align:left;
	line-height:16px;
	padding:15px;

}
#posventa{
	width:100%;
	height:auto;
	font-size:14px;
	font-weight:bold;
	padding:20px;
	list-style-type: none;
}

section#footer{
	width:100%;
	height:auto;
	background-color:#242451;
	padding:25px;
}
#logofootercontenedor{
	color:white;
	width: 150px;
	height: 33px;
	margin:5px;
}
#logofootercontenedor img{
	width: 140px;
	height: auto;
}
#redescontenedor{
	width: 200px;
	height: 50px;
	display:flex;
	margin:5px;
}
#redescontenedor img{
	width: 40px;
	height: auto;
	margin:3px;
}
#datos{
	width: 100%;
	height: 25px;
}

#datos p{
	color: #fff;
}

#autor{
	color:white;
	font-size:10px;
}



@media screen and (min-width:768px) {

nav {
  font-size:20px;
}
nav ul {
      display: flex;
      justify-content: flex-end;
}

h3{
	padding: 20px 0px 0px 40px;
	
	}
section#camaras p{
	font-size:16px;
	line-height:18px;
	padding: 20px 40px 40px 40px;
}
#infocamaras{
	font-size:16px;;
	line-height:16px;
	padding: 20px 40px 20px 40px;
}
#camarasimagen{
	width:100%;
	height:600px;
}
}
	
@media screen and (min-width:1680px) {
header{
	width:100%;
	height:auto;
	}
section#camaras p{
	font-size:16px;
	line-height:18px;
	padding: 20px 40px 40px 40px;
}
#infocamaras{
	font-size:16px;;
	line-height:16px;
	padding: 20px 40px 20px 40px;
}
#camarasimagen{
	width:100%;
	height:850px;
}
#posventa{
	font-size:16px;
	padding:40px;

}
}
