/*!
 * Start Bootstrap - The Big Picture (https://startbootstrap.com/template/the-big-picture)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-the-big-picture/blob/master/LICENSE)
 */
body {
  background: no-repeat center center fixed;
  background-color:#f06666;
  -webkit-background-size: 100vw auto;
  -moz-background-size: 100vw auto;
  background-size: 100vw auto;
  -o-background-size: 100vw auto;
  background-position:bottom;
  color:#fbfbfb;
  
}

a { color:#ffe95a; font-weight:700; transition: all 0.5s ease; text-decoration:none !important;}
	a:hover {color:#afcb42;}

#contenido-p { margin:50px auto; text-align:right; padding:0 50px; float:right; max-width:500px; font-family: 'Open Sans', sans-serif;
  font-size:16px;
  }
	
#logo { width:100%; max-width:300px;}


/* Desktop-only view. 
 * Largest mobile view is iPad Pro with 1366 in landscape mode
 */
@media (min-width:1367px) {
	body	{
	background-image: url('../imgs/bg.jpg');
	}
}
/* Large mobile device screens */
@media (max-width:1366px) {
	body {
	background-image: url('../imgs/bg.jpg');
	}
}
/* Load a smaller image for smaller screens */
@media (max-width:970px) {
	body {
	background-image: url('../imgs/bg-m.jpg');
	}
}
/* Smallest image for phone screens */
@media (max-width:500px) {
	body {
	background-image: url('../imgs/bg-m.jpg');
	}
  }



