@charset "utf-8";
/* CSS Document */

body {
background: rgba(179,220,237,1);
background: -moz-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(179,220,237,1) 10%, rgba(41,184,229,1) 78%, rgba(188,224,238,1) 93%, rgba(188,224,238,1) 96%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,220,237,1)), color-stop(10%, rgba(179,220,237,1)), color-stop(78%, rgba(41,184,229,1)), color-stop(93%, rgba(188,224,238,1)), color-stop(96%, rgba(188,224,238,1)));
background: -webkit-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(179,220,237,1) 10%, rgba(41,184,229,1) 78%, rgba(188,224,238,1) 93%, rgba(188,224,238,1) 96%);
background: -o-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(179,220,237,1) 10%, rgba(41,184,229,1) 78%, rgba(188,224,238,1) 93%, rgba(188,224,238,1) 96%);
background: -ms-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(179,220,237,1) 10%, rgba(41,184,229,1) 78%, rgba(188,224,238,1) 93%, rgba(188,224,238,1) 96%);
background: linear-gradient(to bottom, rgba(179,220,237,1) 0%, rgba(179,220,237,1) 10%, rgba(41,184,229,1) 78%, rgba(188,224,238,1) 93%, rgba(188,224,238,1) 96%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=0 );
}

#cuerpo {


width: 80%;
height: auto;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 40px;
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) 82%, 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(82%, 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) 82%, 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) 82%, 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) 82%, 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) 82%, rgba(254,254,254,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
Copy text
}


h2 {
	font-family: 'Charm', cursive;
}
.imgVistaArticulo{
	float:left; 
	margin:10px; 
	height: 100px; 
	width: auto;
}
.vistaArticulo{
	width: 100%;
	height: auto;
	border: 1px solid;
	clear: both;
}
.divImg{
	width: 20%;
	height: auto;
}
.divTexto{
	width: 100%;
	height: auto;
}
@media only screen and (min-width : 1400px) and (max-width : 3000px){
	#izq{
		width: 15%;
		height: 100%;
		float: left;
		padding: 1px;
	}
	#cen{
		width: 69%;
		height: 100%;
		float: left;
	}
	#der{
		width: 15%;
		height: 100%;
		float: left;
		padding: 1px;
	}
}
