﻿/**********************************************************************************************/
/**********************************************************************************************/
/**********************************************************************************************/
/* EFECTOS
/**********************************************************************************************/
/**********************************************************************************************/
/**********************************************************************************************/
/*
/**********************************************************************************************/
/**********************************************************************************************/
/* EFECTOS ************************************************************************************/
/**********************************************************************************************/
/**********************************************************************************************/
.EF-TODOS {
	border-radius: 0px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/*
/**********************************************************************************************/
/**********************************************************************************************/
/* OPACIDAD ***********************************************************************************/
/**********************************************************************************************/
/**********************************************************************************************/
.EF-OPAC-01:hover {opacity: 0.0}
/*
/**********************************************************************************************/
/**********************************************************************************************/
/* TIEMPOS APLICABLES *************************************************************************/
/**********************************************************************************************/
/**********************************************************************************************/
.EF-TIEMPO-1seg {
	-webkit-transition: all 1.0s;
	-moz-transition: all 1.0s;
	-ms-transition: all 1.0s;
	-o-transition: all 1.0s;
	transition: all 1.0s;
}
/*
