#tutorv_icon {
	position: fixed;
    top: 50%;
    right: 10px;
    
	display: none;
	z-index: 999;
	width: 65px;
	height: 65px;
    cursor: pointer;
    
    background-image: url("usuario.png");
    background-size: 65px 65px;
    
    border-radius: 33px;

	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
}
#tutorv_area {
	position: fixed;
	display: none;
	z-index: 1002;
	
	width: 50px;
	height: 50px;
	
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
}
#tutorv_header {
	display: block;
	white-space: nowrap;
	width: 100%;
	height: 40px;
    
	background: #2A6EAA; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#2A6EAA, #295D8C); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2A6EAA, #295D8C); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2A6EAA, #295D8C); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2A6EAA, #295D8C); /* Standard syntax */
}
#tutorv_header_title {
	float: left;
	width:100%;
	
	-moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;     
    box-sizing: border-box;
	margin-right: 40px;

	position: absolute;
	right: 0px;
	
	font-family: "Calibri", sans-serif;
	text-align: center;
	color: white;
	padding-left: 80px;
}
#tutorv_header_title p {
    font-size: 22px;
    padding-top: 5px;
}
#tutorv_header_close {
	float: right;
	cursor: pointer;
}
#tutorv_header img {
	width: 25px;
	height: 25px;
	padding: 7px;
}
#tutorv_header .img_tutor {
    position: absolute;
    width: 65px;
    height: 65px;
    margin-top: -20px;
    margin-left: 5px;
}
#tutorv_body {
    font-family: "Arial", sans-serif;
	padding: 10px;
	line-height: 125%;
	overflow-x: hidden;
	overflow-y: auto;
}
#tutorv_titulo {
	height: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
#tutorv_body p {
	margin-bottom: 12px;
}
#tutorv_footer {
	height: 49px; /* 55px completo */
	border-top: 1px #AAAAAA solid;
	padding-top: 5px;
	white-space: nowrap;
	margin: 0px 10px;
}
#tutorv_footer textarea{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	resize: none;
	width: 100%;
	height: 100%;
	
	border: 0px;
	padding-right: 43px;
}
#tutorv_footer img{
	opacity:0.5;
	width: 30px;
	position: relative;
	left: -40px;
	margin: auto;
	cursor: pointer;
	margin-bottom: 7px;
}
#tutorv_footer img:hover{
	-webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
	
	opacity:0.8;
}






