@charset "utf-8";
/* CSS Document */

body {
	
		background: rgba(226,226,226,1);
		background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 51%, rgba(219,219,219,1) 85%, rgba(254,254,254,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,1)), color-stop(51%, rgba(209,209,209,1)), color-stop(85%, rgba(219,219,219,1)), color-stop(100%, rgba(254,254,254,1)));
		background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 51%, rgba(219,219,219,1) 85%, rgba(254,254,254,1) 100%);
		background: -o-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 51%, rgba(219,219,219,1) 85%, rgba(254,254,254,1) 100%);
		background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 51%, rgba(219,219,219,1) 85%, rgba(254,254,254,1) 100%);
		background: linear-gradient(to bottom, rgba(226,226,226,1) 0%, rgba(209,209,209,1) 51%, rgba(219,219,219,1) 85%, rgba(254,254,254,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
		}

.boton {
    
		  border-radius: 28px;
		  text-shadow: 0px 3px 2px #666666;
		  font-family: Georgia;
		  color: #0e27e6;
		  font-size: 11px;
		  padding: 4px 20px 10px 20px;
		  border: solid #268c1f 2px;
		  text-decoration: none;
	      margin-left: 7px;
	      background: #3498db;
}
		font-size: 20px;
		padding-top: 4px;
		padding-right: 10px;
		list-style-type: none;
       

	
}

.redes  {
	display: block;
	
}

.facebook {
	margin-left: 150px;
}

.boton a { 
		display: block;
		text-decoration: none;
		padding-left: 22px;
		padding-top: 10px;
		height: 25px;
		width: 90px;
		font-size: 24px;
		
		
		  font-family: Georgia;
		  color: white;
		  font-size: 20px;
		  padding: 10px 20px 10px 20px;
		  text-decoration: none;
	}

a:link,  a:hover,  a:active {
	   text-decoration: none;
	
}

a:visited {
	
	color: gainsboro;
	
}

.boton a:hover {
	
		  background: #3cb0fd;
		  background-image: -webkit-linear-gradient(top, #3cb0fd, #81d934);
		  background-image: -moz-linear-gradient(top, #3cb0fd, #81d934);
		  background-image: -ms-linear-gradient(top, #3cb0fd, #81d934);
		  background-image: -o-linear-gradient(top, #3cb0fd, #81d934);
		  background-image: linear-gradient(to bottom, #3cb0fd, #81d934);
		  text-decoration: none;
}

article {
			padding-left: 20px;
			padding-right: 20px;
			margin-bottom: 8px;
			margin-top: 18px;
			overflow: hidden;
			background-color: background: rgba(235,233,249,1);
			background: -moz-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 30%, rgba(206,199,236,1) 83%, rgba(193,191,234,1) 100%);
			background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,233,249,1)), color-stop(30%, rgba(216,208,239,1)), color-stop(83%, rgba(206,199,236,1)), color-stop(100%, rgba(193,191,234,1)));
			background: -webkit-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 30%, rgba(206,199,236,1) 83%, rgba(193,191,234,1) 100%);
			background: -o-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 30%, rgba(206,199,236,1) 83%, rgba(193,191,234,1) 100%);
			background: -ms-linear-gradient(top, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 30%, rgba(206,199,236,1) 83%, rgba(193,191,234,1) 100%);
			background: linear-gradient(to bottom, rgba(235,233,249,1) 0%, rgba(216,208,239,1) 30%, rgba(206,199,236,1) 83%, rgba(193,191,234,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#c1bfea', GradientType=0 );	
			border-radius: 33px 33px 33px 33px;
			-moz-border-radius: 33px 33px 33px 33px;
			-webkit-border-radius: 33px 33px 33px 33px;
			border: 0px solid #000000;
	}
article:nth-of-type(even) {
	        margin-bottom: 8px;
	        margin-top: 18px;
	        background: rgba(179,220,237,1);
			background: -moz-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 85%, rgba(188,224,238,1) 100%);
			background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,220,237,1)), color-stop(85%, rgba(41,184,229,1)), color-stop(100%, rgba(188,224,238,1)));
			background: -webkit-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 85%, rgba(188,224,238,1) 100%);
			background: -o-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 85%, rgba(188,224,238,1) 100%);
			background: -ms-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 85%, rgba(188,224,238,1) 100%);
			background: linear-gradient(to bottom, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 85%, rgba(188,224,238,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=0 );
			border-radius: 33px 33px 33px 33px;
			-moz-border-radius: 33px 33px 33px 33px;
			-webkit-border-radius: 33px 33px 33px 33px;
			border: 0px solid #000000;
			}


.fuente1 {
	    font-family: 'Kalam', cursive;
		margin-top: 0px;
		margin-bottom: 0px;
}

.comentarios {
	width: 45%;
	height: auto;
	background-color: #DBE9EF;
	font-size: 25px;
	font-family: 'Kosugi Maru', sans-serif;
	padding-left: 8px;
	padding-bottom: 10px;
}

hr {
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

nav {
		font-size: 20px;
		padding: 2px;

	
}

nav ul {
		list-style-type: none;
		margin-left: 5px;
		padding: 0;
		display: flex;

	}

nav li {
	
	   padding-right: 20px;
}

.leermas {
	background-color: #FFFFFF;
	width: 6%;
	height: auto;
	font-size: 15px;
	font-family: 'Indie Flower', cursive;
	padding-left: 10px;
}

.lista1 {
    
	
	float: left;
	width: 20%;
	padding: 5px;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 18px;

}

sidebar {
	float: left;
	width: 10%;
	padding: 5px;
	
}

section {

	padding-left: 25px;
	width: 78%;
	height: auto;
	float: left;
}
.tama {
	font-size: 15px;
}





.proveedores, {
		
		margin-top: 15px;
		height: 3200px;
		border: hidden;
		width: 12%;
		float: right;
		
}

.caja_publi {
	background-color: indigo;
	width: 16%;
	float: left;
	color: white;
	font-family: 'Kalam', cursive;
	
	
}



footer {
	  clear: both;
	  display: flex;
	  width: 100%;
	  border-radius: 0px 0px 20px 20px;
	}


.futer {

		width: 100%;
		height: 200px;
		border-radius: 0px 0px 20px 20px;
		background-color: #1f35d6;
	}

	.logoinferior {
		float: left;
		margin-top: 70px;
		margin-left: 150px;
}


.datos {
		margin-left: 550px;
		margin-top: 0px;
	
}
