@charset "utf-8";
/* CSS Document */
.bestudio {
	font-family: arial;
	font-size: 10px;
	text-align: center;
	color: #666;
	background-color: #FFF;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover{
	color:#F60
}

.bparrafo {
	font-size: 12px;
	text-align: left;	
}
.bparrafo2{
	float: inherit;
	position: absolute;
	top: 25px;
	left: 280px;
	font-size: 13px;
	text-align: left;
	color: #B7B7B7;
	height: 467px;
	width: 560px;
	overflow: auto;
	overflow-style: marquee-block;
}
.btitulo {
	font-size: 14px;
	text-align: left;
	color: #666;
	float: inherit;
	left: 280px;
	position: absolute;
	width: auto;
}
.year {
	padding: 0px 0px 0px 0px;
	border: 1px solid;
	float: left;
	left: -35px;
	position: relative;
	overflow: hidden;
}

span.naranja{
	color:#F60;
}
span.grisp1{
	color: #666;
}
.carrusel {
	height: 510px;
	width: 250px;
	float: left;
}

.cv {
	height: 510px;
	width: 590px;
	padding-left: 250px;
}
.pag {
	width: 575px;
	padding-left: 250px;
}
	
	/* Tamaño del scroll */
.bparrafo2::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

 /* Estilos barra (thumb) de scroll */
.bparrafo2::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 3px;
}

.bparrafo2::-webkit-scrollbar-thumb:active {
  background-color: #c1c1c1 ;
}

.bparrafo2::-webkit-scrollbar-thumb:hover {
  background: #b1b1b1;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

 /* Estilos track de scroll */
.bparrafo2::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 4px;
}

.bparrafo2::-webkit-scrollbar-track:hover, 
.bparrafo2::-webkit-scrollbar-track:active {
  background: #e1e1e1;
}
