
@charset "UTF-8";



#imagenes{
	display: block;
	width:inherit;
	height: inherit;
	max-width: 890px;
	min-width: 295px;
	min-height: 180px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	padding: 10px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	}
	

section img{
	margin: 10px;
	min-width: 200px;
	-webkit-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	-webkit-box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, .6);
	box-shadow: 2px 2px 5px 3px rgba(0, 0, 0, .6);
	}
	
section a :hover{
	-webkit-box-shadow: inset 10px 10px 60px 30px rgba(250, 250, 250, 1);
	box-shadow: inset 10px 10px 60px 30px rgba(250, 250, 250, 1);
	min-width: 190px;
	margin: 15px
	}	

#texto{
	display: block;
	width: inherit;
	height: inherit;
	max-width: 890px;
	min-width: 295px;
	background: rgb(210,226,242); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(210,226,242,1) 0%, rgba(150,188,222,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,226,242,1)), color-stop(100%,rgba(150,188,222,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(210,226,242,1) 0%,rgba(150,188,222,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(210,226,242,1) 0%,rgba(150,188,222,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(210,226,242,1) 0%,rgba(150,188,222,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(210,226,242,1) 0%,rgba(150,188,222,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2e2f2', endColorstr='#96bcde',GradientType=0 ); /* IE6-9 */
	padding: 10px;
	padding-bottom: 15px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	}

	