.bggray {
	background-color: #f2f2f2 !important;
}

.backgroundcolor_white {
	background-color: #fff;
}

.padding_30px {
	padding: 30px !important;
}

#box_videoconferencia {
	background-color: #f2f2f2;
	background-color: #ffffff;
	width: 100%;
	min-height: 480px;
}

#video {
	width: 100%;
	height: 480px;
}

.video-container {
	height: 480px;
	text-align: center;
	border: 1px solid #000;
	background: rgba(248, 248, 248, 0.9);
}

.uv1a_tarjeta{
    width:135px;
}

@media (max-width:768px)
{
    .uv1a_tarjeta{
        width:250px;
        margin-bottom:15px;
    }
    .uv1a_tab_title {
        font-size:15px;
    }
}