@charset "utf-8";
/* CSS Document */




/* aboutAutor */

div.aboutAutor {
	float: left;
	width: 47%;
	margin: 30px auto;
	padding: 3px;
}

div.aboutAutor h1 {
	margin-bottom: 15px;
	color: red;
}

div.buttonToGallery {
	width: 220px;
	height: 25px;
	margin: 25px 0px;
	padding: 5px;
	background: #f60;
	border: 2px solid #f00;
	border-radius: 5px;
}

div.buttonToGallery p a {
	color: #ffffff;
	text-align: center;
}

div.infoAbout {
	float: right;
	width: 40%;
	margin-top:110px;
}


div.picsAbout {
	border: 1px solid rgb(204, 204, 204);
}

div.picsAbout img {
	margin-left: auto;
	margin-right: auto;
}


div.descriptionAbout {
	position: relative;
	padding: 10px;
   overflow: hidden;
   text-overflow: ellipsis;
   -o-text-overflow: ellipsis;
   -ms-text-overflow: ellipsis;
   -moz-binding: url('ellipsis.xml#ellipsis');
}

div.picturebox1 h4 {
		color: #4a4a4a;
		padding: 5px;
}

div.picturebox1 h5 {
		padding: 5px;	
		color: #4a4a4a;
}

div.picturebox1 p {
		padding: 5px;
		color: #3a3a3a;
}

div.picturebox1 hr {
		height:1px;
		color: #696969;
		padding: 5px;
}


@media only screen and (max-width: 1500px) {		

}

@media only screen and (max-width: 1400px) {	

}

@media only screen and (max-width: 1280px) {

}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 950px) {

	div.aboutAutor {
		float: none;
		width: auto;
		margin: 30px auto;
		padding: 3px;
	}	
	
	div.infoAbout {
		float: none;
		width: auto;
		margin-top: 50px;
	}

}

@media only screen and (max-width: 768px) {	
}

@media only screen and (max-width:710px) {			
	
}

@media only screen and (max-width: 580px) {
}

@media only screen and (max-width: 320px) {

}
























