.contenedor_productos{
    position: relative;
	width: 100%;
    height: 30%;	
}
.vista_productos{
	position: absolute;
	float: left;
	left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #f0f8ff00;
}
.vista_span{
    position: relative;
    visibility: hidden;
    top: 50%;
    color: #2f2f2f;
    font-size: 22px;
    font-family: sans-serif;
    border: 3px solid #3e1f1f;
    padding: 20px;
    background: #fbebcde8;
    border-radius: 7px;
}
.vista_span:hover{
	background: #fff1d7;
	border: 4px solid #3e1f1f;
}
.vista_productos:hover{
    cursor: pointer;
    border: 1px solid #afafaf;
    background: #f0ffff61;
    text-align: center;
    color: black;
    display: inline-block;
  	vertical-align: middle;
  	line-height: normal;
    }
.vista_productos:hover .vista_span{    
    visibility: visible;
}

.t_boton{
    text-align: center;
    border: 1px solid #CCCCCC;
    width: 90px;
    height: 45px;
    border-radius: 5px;
    font-size: 14px;
    background: #E3E3E3;
    color: #424242;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 10px;
}

.t_a:link{
	text-decoration: none;
}

.t_boton:hover{
    background: #CFCFCF;
    text-decoration: none;
}

/* CERTIFICADOS*/

.t_cert{
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    color: #424242;
    font-weight: bold;
    cursor: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 8px;
}

.t_cert:hover{
    text-decoration: none;
}


/* -------------------------- */

.t_contenido{
	margin-left: 56px;
	display: inline-block;
	margin-top: -6px;
}

.t_borde{
	border-left: 2px solid #DFDFDF;
    height: 75px;
    position: absolute;
    left: 210px;
    margin-left: -3px;
    top: 40%;
}

.t_video{
	font-size: 16px;
	color: #282828;
	margin-left: 34px;	
}

.t_manual{
	font-size: 17px;
	color: #282828;
	margin-left: 32px;	
}

.t_enc_logo_video{
	margin-top: 0px;
	margin-left: 34px;
}

.t_enc_logo_video:hover{
	cursor: pointer;
}

.t_enc_logo_manual{
	margin-top: 0px;
	margin-left: 45px;
}

.t_enc_logo_manual:hover{
	cursor: pointer;
}

.t_recurso{
	font-size: 17px;
	color: #282828;
	margin-left: 57px;	
}

.t_imgp {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 30%;
}

.t_img {
	margin: 0 auto;
	text-align: center;
	width: 100%;
	height: 30%;
	border-top: 2px solid #e7e7e7;
}

.t_parrafo {	
	text-align: justify;
	font-size: 15px;
}

.t_enc_logo{
	margin-top: 0px;
	margin-left: 78px;
}

.t_enc_logo:hover{
	cursor: pointer;
}
