@charset "utf-8";
/* CSS Document */
body {
	background-image: url("Images/FondoLadrillos.jpg");
	background-repeat: no no-repeat;
}

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  /* Make the image fully responsive */
.carousel-inner img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
    border: medium ridge #343333;
    height: 350px;
    -webkit-box-shadow: 5px 5px 4px #000000;
	  }    
#demo {
    width: 95%;
    margin-top: 50px;
    position: relative;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 5px 5px 4px #000000;
    
	  }
#Titulo {
	border: medium ridge #CCC8C8;
	box-shadow: 5px 5px 4px #000000;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  /* Make the image fully responsive */
.carousel-inner img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
    border: medium ridge #343333;
    height: 350px;
    -webkit-box-shadow: 5px 5px 4px #000000;
	  }    
#demo {
    width: 95%;
	margin-top: 80px;
    position: relative;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
	box-shadow: 5px 5px 4px #000000;
	  }	
#Titulo {
	border: medium ridge #CCC8C8;
	box-shadow: 5px 5px 4px #000000;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  /* Make the image fully responsive */
.carousel-inner img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
    border: medium ridge #343333;
    height: 500px;
    -webkit-box-shadow: 5px 5px 4px #000000;
	  }    
#demo {
    width: 85%;
	margin-top: 10px;
    position: relative;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
	box-shadow: 5px 5px 4px #000000;
	  }	
#Titulo {
	border: medium ridge #CCC8C8;
	box-shadow: 5px 5px 4px #000000;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  /* Make the image fully responsive */
.carousel-inner img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
    border: medium ridge #343333;
    height: 500px;
    -webkit-box-shadow: 5px 5px 4px #000000;
	  }    
#demo {
    width: 85%;
	margin-top: 10px;
    position: relative;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
	box-shadow: 5px 5px 4px #000000;
	  }
#Titulo {
	border: medium ridge #CCC8C8;
	box-shadow: 5px 5px 4px #000000;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  /* Make the image fully responsive */
.carousel-inner img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 5px;
    border: medium ridge #343333;
    height: 550px;
    -webkit-box-shadow: 5px 5px 4px #000000;
	  }    
#demo {
	margin-top: 10px;
    position: relative;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
	box-shadow: 5px 5px 4px #000000;
	  }	
#Titulo {
	border: medium ridge #CCC8C8;
	box-shadow: 5px 5px 4px #000000;
	}
} 
