#sobremi .contenedor{
	padding-top: 80px;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-align-content: center;
    -ms-flex-wrap: wrap;
    -ms-flex-line-pack: center;
    -ms-flex-pack: center;
	display: -webkit-box;      
	display: -moz-box;         
	display: -ms-flexbox;      
	display: -webkit-flex;     
	display: flex;             	
}
#sobremi .foto{
	background-image: url(../grafica/sobre-mi.png);
	background-size: contain;
	background-attachment: scroll;
	background-position: left bottom;
	background-repeat: no-repeat;
	max-height:none !important;
/*	height: 110vh;
*/	width: 100vw;
	-webkit-flex: 1 1 100vw 100vh;
	padding-bottom: 10%;
}
.texto-sobremi p{
	text-align:justify;
}
#sobremi .texto-sobremi{
	width: 100vw;
	-webkit-flex: 1 1 100vw;
	padding-top: 10px;
	padding-left:10%;
	padding-right:10%;
}
.autoimg{
	margin-top: 22px;
	margin-bottom: 10px;
	margin-left:5%;
	width:40%;
  	height: auto;
}
#sobremi h2 {
	font-size: 24px ;
	letter-spacing: 0px;
}
.cita {
	font-size: 25px ;
	padding-right: 10px;
	padding-top: 20px;
	position: relative;
	font-family: 'Garamond Regular', Times New Roman, Times, serif;
	line-height: 26px !important;
	text-align: right !important;
}
.nombre-cita {
	font-family: 'Garamond Italic', Times New Roman, Times, serif;
}
@media (min-width:1024px) {
#sobremi .texto-sobremi{
	width: 100vw;
	-webkit-flex: 1 1 100vw;
	padding-top: 20px;
	padding-right:10%;
	padding-left:23%;
}
#sobremi .contenedor{
	padding-top: 100px;
}
}

@media (orientation: portrait) {
#sobremi .contenedor{
	padding-top: 70px;
}
#sobremi .foto{
	background-image: url(../grafica/sobre-mi-v.png);
	background-size: cover;
	max-height: 600px;
	-webkit-max-height: 600px;
	padding-bottom: 20%;
}
#sobremi .texto-sobremi{
	padding-top: 0px;
	padding-left:6%;
	padding-right:4%;
}
#sobremi p {
	line-height: 20px;
}
}
@media (min-width:600px) {
#sobremi .foto{
/*	background-image: url(../grafica/sobre-mi-v.png);
*/}
#sobremi h2 {
	font-size: 30px ;
	letter-spacing: 1px;
}
}
@media (max-height:450px) {
#sobremi p {
	line-height: 20px;
}
}
@media (max-width:600px) {
.cita{
	letter-spacing: 0px;
	font-size: 18px ;
	line-height: 20px !important;
}
/*#sobremi .foto{
	background-image: url(../grafica/sobre-mi-v-ch.png);
}
*/
}
@media (min-width:1440px) {
.autoimg{
	margin-left:8%;
}
}
