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

body {
	background-image: url(../imagenes/1260.png);
	width: 100%;
	background-color: #FFF;
	background-size: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 768px;
}
@media (max-width: 700px) {
	body {
	background-image: url(../imagenes/smartphone.png);
	overflow: hidden;
	}
	#barraderecha {
	margin-left: 100px;
	height: 700px;
	width: 300px;
	float:none;
	}
}
@media (max-width: 320px) {
clear: both;
	body {
	background-image: url(../imagenes/smartphone.png);
	}
	#barraderecha {
	background-image: url(../imagenes/smartphone.png);
	background-repeat: repeat-y;
	float:right;
	}
#textoper {
	font-size:9px}	
}
#barraderecha {
	height: 768px;
	width: 300px;
	float: right;
	margin-right: 80px;
	background-image: url(../imagenes/barracontac.png);
	background-repeat: repeat-y;
}
#logoperfil {
	height: 70px;
	width: 70px;
	margin-top: 50px;
	margin-left: 110px;
}
#logoperfil:hover {
	
	-webkit-transition: -webkit-transform 0.33s linear;
	-moz-transition: -moz-transform 0.33s linear;
	-o-transition: -o-transform 0.33s linear;
	transition: transform 0.33s linear;
	
	-webkit-transform: rotate (360deg);
	-moz-transform: rotate (360deg);
	transform: rotate (360deg);
	
	
}
