﻿


.articulo .videos 
{
    
    width:270px;
    min-height:270px;
    float:right;
    margin-right:5px;
    margin-bottom:5px;
    display:block;

}

.articulo .tablaVideos
{
	float:right;
	margin-left:5px;
	margin-bottom:5px;	
	border:0px;
}


.articulo .videos .boton
{
	cursor: pointer; 
	cursor: hand; 
}
.articulo .videos .ampliar
{
	font-size:0.8em;
}
.articulo .videos .ampliar div
{
	min-height:13px;
	height:13px;
	min-width:14px;
	width:14px;
	background-image:url(/imagenes/iconos/ampliar.gif);
	background-repeat:no-repeat;
	cursor: pointer; 
	cursor: hand; 
}



.stepcarousel
{
    position: relative; /*leave this value alone*/
   
    overflow: hidden; /*leave this value alone*/
    width: 270px; /*Width of Carousel Viewer itself*/
    height: 270px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt
{
    position: absolute; /*leave this value alone*/
    left: 0;
    top: 0;
}

.stepcarousel .panel
{
    float: left; /*leave this value alone*/
    overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
    margin: 5px; /*margin around each panel*/
    width: 270px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.stepcarousel .panel .t
{
	color:#1C4C34;
	
}

.panel
{
	   overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	}



